| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a tentative-parse error with unqualified template ids in cast expressions. | John McCall | 2010-04-30 | 1 | -3/+6 |
| | | | | | | | Also resolve a long-working FIXME in the test case I modified. llvm-svn: 102688 | ||||
| * | 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 | ||||
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -2/+2 |
| | | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
| * | C++ casts, (static_cast. dynamic_cast, etc.) can have postfix-expression pieces. | Argyrios Kyrtzidis | 2008-08-16 | 1 | -0/+5 |
| | | | | | llvm-svn: 54850 | ||||
| * | update tests | Chris Lattner | 2007-07-12 | 1 | -1/+0 |
| | | | | | llvm-svn: 39786 | ||||
| * | This testcase bus errors because semantics analysis of these operators isn't ↵ | Chris Lattner | 2007-06-08 | 1 | -0/+1 |
| | | | | | | | implemented. llvm-svn: 39612 | ||||
| * | add a testcase for c++ casting operators, by Bill | Chris Lattner | 2007-01-23 | 1 | -0/+31 |
| llvm-svn: 39285 | |||||

