summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/pr12251.cpp
AgeCommit message (Expand)Author
2023-01-12[Clang] Emit noundef metadata next to range metadataNikita Popov
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-07-25[Clang] Fix how we set the NumPositiveBits on an EnumDecl to cover the case o...Shafik Yaghmour
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
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
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-09-07Adjust test/CodeGenCXX/pr12251.cppHal Finkel
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-14Make these tests more robust against IRgen choosing to emit more named metadata.Richard Smith
2012-10-24A number of test cases assume that an "int" parameter or return valueUlrich Weigand
2012-03-27Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth
2012-03-24Fix copy and pasto.Rafael Espindola
2012-03-24Add back r153360 with a fix for enums that cover all the 32 bit values.Rafael Espindola
2012-03-24Revert r153360 (and r153380), "Second part of PR12251. Produce the range meta...NAKAMURA Takumi
2012-03-24On i386 the alignment of i64 is 4, not 8.Benjamin Kramer
2012-03-24Second part of PR12251. Produce the range metadata in clang for booleans andRafael Espindola