index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Parser
/
cxx-casting.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warn when a reference is bound to an empty l-value (dereferenced null pointer).
Nick Lewycky
2016-05-14
1
-1
/
+1
*
[Lit Test] Updated 20 Lit tests to be C++11 compatible.
Charles Li
2015-12-10
1
-10
/
+49
*
PR19751: (T())++ is not a cast-expression.
Richard Smith
2014-07-15
1
-0
/
+6
*
PR19748: Make sure we don't lose colon protection after the parenthesized typ...
Richard Smith
2014-05-15
1
-0
/
+11
*
Add quotation marks to template names in diagnostics.
David Blaikie
2013-03-05
1
-3
/
+3
*
PR13619: Make sure we're not at EOF before looking at NextToken().
Richard Smith
2012-08-20
1
-0
/
+3
*
PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and
Richard Smith
2012-08-18
1
-5
/
+4
*
Fix a problem in digraph handling where "[:" might be treated as "<::" and
Richard Trieu
2011-09-20
1
-1
/
+8
*
Changes to the name lookup have caused a regression in the digraph fix-it hint.
Richard Trieu
2011-09-19
1
-0
/
+16
*
Detect when the string "<::" is found in code after a cast or template name a...
Richard Smith
2011-04-14
1
-2
/
+32
*
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