summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/enable_if.c
AgeCommit message (Expand)Author
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2021-01-27Itanium Mangling: In 'enable_if', omit X/E around <expr-primary>.James Y Knight
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-10-26Revert "Revert "Ensure that checkInitIsICE is called exactly once for every v...Zequan Wu
2020-10-26Revert "Ensure that checkInitIsICE is called exactly once for every variable"Zequan Wu
2020-10-19Ensure that checkInitIsICE is called exactly once for every variableRichard Smith
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-05-10[Sema] Fix an overload resolution bug with enable_if.George Burgess IV
2015-10-16[Sema] Fix address-of + enable_if overloading logicGeorge Burgess IV
2015-10-12[Sema] Make `&function_with_enable_if_attrs` an errorGeorge Burgess IV