summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-casting.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem in digraph handling where "[:" might be treated as "<::" andRichard Trieu2011-09-201-1/+8
* Changes to the name lookup have caused a regression in the digraph fix-it hint.Richard Trieu2011-09-191-0/+16
* Detect when the string "<::" is found in code after a cast or template name a...Richard Smith2011-04-141-2/+32
* Fix a tentative-parse error with unqualified template ids in cast expressions.John McCall2010-04-301-3/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* C++ casts, (static_cast. dynamic_cast, etc.) can have postfix-expression pieces.Argyrios Kyrtzidis2008-08-161-0/+5
* update testsChris Lattner2007-07-121-1/+0
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+32