summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/static-init-variable-template.cpp
AgeCommit message (Collapse)Author
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
And replace -emit-llvm -o - with -emit-llvm-only
2023-03-05[CodeGen] guarantee variable templates are initialized in the reverse ↵Yuanfang Chen
instantiation order Following up D127259. Fixes https://github.com/llvm/llvm-project/issues/61028.