summaryrefslogtreecommitdiff
path: root/test/Parser/cxx-casting.cpp
AgeCommit message (Expand)Author
2016-05-14Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky
2015-12-10[Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li
2014-07-15PR19751: (T())++ is not a cast-expression.Richard Smith
2014-05-15PR19748: Make sure we don't lose colon protection after the parenthesized typ...Richard Smith
2013-03-05Add quotation marks to template names in diagnostics.David Blaikie
2012-08-20PR13619: Make sure we're not at EOF before looking at NextToken().Richard Smith
2012-08-18PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith
2011-09-20Fix a problem in digraph handling where "[:" might be treated as "<::" andRichard Trieu
2011-09-19Changes to the name lookup have caused a regression in the digraph fix-it hint.Richard Trieu
2011-04-14Detect when the string "<::" is found in code after a cast or template name a...Richard Smith
2010-04-30Fix a tentative-parse error with unqualified template ids in cast expressions.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-08-16C++ casts, (static_cast. dynamic_cast, etc.) can have postfix-expression pieces.Argyrios Kyrtzidis
2007-07-12update testsChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer