summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/flexible-array-init.c
AgeCommit message (Expand)Author
2024-10-14Reapply "[clang][CodeGen] Zero init unspecified fields in initializers in C" ...yabinc
2024-09-24Revert "[clang][CodeGen] Zero init unspecified fields in initializers in C" (...Eli Friedman
2024-09-24[clang][CodeGen] Zero init unspecified fields in initializers in C (#97121)yabinc
2024-03-27[Clang][Sema] Allow flexible arrays in unions and alone in structs (#84428)Kees Cook
2024-01-09[clang] Fix assertion failure when initializing union with FAM (#77298)Nikita Popov
2022-04-15Fix size of flexible array initializers, and re-enable assertions.Eli Friedman
2022-04-14Comment out assertions about initializer size added in D123649.Eli Friedman
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-20Convert test to FileCheck.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-20Allow flexible array initializers that are not surrounded byDouglas Gregor