aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/static-init.cpp
AgeCommit message (Expand)Author
2010-02-07Use the right linkage for static variables inside C++ inline functions.Anders Carlsson
2010-01-26Make sure to always mark a global variable as not being constant if it has a ...Anders Carlsson
2009-12-16implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-10Handle emitting static variables that have reference type.Anders Carlsson
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-08-12Use the inbounds variant of getelementptr for common pointer arithmetic.Dan Gohman
2009-08-08Refactor some code and implement support for global destructors for static va...Anders Carlsson