summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/decl-in-prototype.c
AgeCommit message (Expand)Author
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
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
2016-12-14Improve our handling of tag decls in function prototypesReid Kleckner
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-10-24A number of test cases assume that an "int" parameter or return valueUlrich Weigand
2012-02-29Reapply r151638 and r151641.James Molloy
2012-02-28Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis
2012-02-28Correctly track tags and enum members defined in the prototype of a function,...James Molloy