Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a tentative-parse error with unqualified template ids in cast expressions. | John McCall | 2010-04-30 | 1 | -3/+6 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -2/+2 |
* | C++ casts, (static_cast. dynamic_cast, etc.) can have postfix-expression pieces. | Argyrios Kyrtzidis | 2008-08-16 | 1 | -0/+5 |
* | update tests | Chris Lattner | 2007-07-12 | 1 | -1/+0 |
* | This testcase bus errors because semantics analysis of these operators isn't ... | Chris Lattner | 2007-06-08 | 1 | -0/+1 |
* | add a testcase for c++ casting operators, by Bill | Chris Lattner | 2007-01-23 | 1 | -0/+31 |