summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/anonymous-namespaces.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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