summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx1y-variable-template.cpp
AgeCommit message (Expand)Author
2025-05-20[Clang] Use correct evaluation contexts when instantiating a var without init...cor3ntin
2022-11-16[Clang] Correct when Itanium ABI guard variables are set for non-block variab...Tom Honermann
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-09-13[IR] Add alignment for llvm.threadlocal.addressAlexander Shaposhnikov
2022-08-01Use @llvm.threadlocal.address intrinsic to access TLS variableChuanqi Xu
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
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
2019-06-05PR42111: Use guarded initialization for thread-local variables withRichard Smith
2017-12-02PR35456: Track definedness of variable template specializations separately fromRichard Smith
2014-04-28CodeGen: Fix linkage of reference temporariesDavid Majnemer
2013-09-27Variable templates: handle instantiation of static data member templatesRichard Smith