summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-casting.cpp
Commit message (Expand)AuthorAgeFilesLines
* Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky2016-05-141-1/+1
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-101-10/+49
* PR19751: (T())++ is not a cast-expression.Richard Smith2014-07-151-0/+6
* PR19748: Make sure we don't lose colon protection after the parenthesized typ...Richard Smith2014-05-151-0/+11
* Add quotation marks to template names in diagnostics.David Blaikie2013-03-051-3/+3
* PR13619: Make sure we're not at EOF before looking at NextToken().Richard Smith2012-08-201-0/+3
* PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith2012-08-181-5/+4
* 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