summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/anonymous-namespaces.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR1113: anonymous namespaces formally give their contents internal linkage.Richard Smith2017-09-221-1/+8
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-4/+4
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
* Let CodeGenFunction::EmitVarDecl query the semantic storage class info.Enea Zaffanella2013-05-161-0/+9
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Properly give unique-external linkage to members of member templatesJohn McCall2010-08-131-8/+30
* The global variable for the VTT might not have external linkage; allowDouglas Gregor2010-05-061-1/+9
* If a global variable has an initializer with side effects, it can never be de...Anders Carlsson2010-01-261-0/+16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Anonymous namespaces, sema + codegen. A lot of semantics are still broken,John McCall2009-10-011-0/+22