Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson | 2011-02-28 | 1 | -1/+1 |
| | | | | llvm-svn: 126599 | ||||
* | Pass -fexceptions to all tests that use try/catch/throw. | Anders Carlsson | 2011-02-19 | 1 | -1/+1 |
| | | | | llvm-svn: 126037 | ||||
* | Properly give unique-external linkage to members of member templates | John McCall | 2010-08-13 | 1 | -8/+30 |
| | | | | | | instantiated with unique-external parameters. llvm-svn: 111012 | ||||
* | The global variable for the VTT might not have external linkage; allow | Douglas Gregor | 2010-05-06 | 1 | -1/+9 |
| | | | | | | | us to find local variables, too. Fixes the last remaining Boost.Rational failure. llvm-svn: 103203 | ||||
* | If a global variable has an initializer with side effects, it can never be ↵ | Anders Carlsson | 2010-01-26 | 1 | -0/+16 |
| | | | | | | deferred (even if it's in an anonymous namespace). llvm-svn: 94525 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Anonymous namespaces, sema + codegen. A lot of semantics are still broken, | John McCall | 2009-10-01 | 1 | -0/+22 |
apparently because using directives aren't quite working correctly. llvm-svn: 83184 |