summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/anonymous-namespaces.cpp
AgeCommit message (Expand)Author
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-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2017-09-22DR1113: anonymous namespaces formally give their contents internal linkage.Richard Smith
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2013-05-16Let CodeGenFunction::EmitVarDecl query the semantic storage class info.Enea Zaffanella
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2010-08-13Properly give unique-external linkage to members of member templatesJohn McCall
2010-05-06The global variable for the VTT might not have external linkage; allowDouglas Gregor
2010-01-26If a global variable has an initializer with side effects, it can never be de...Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-01Anonymous namespaces, sema + codegen. A lot of semantics are still broken,John McCall