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
/
lib
/
Parse
/
ParseTentative.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Just do a diagIfAmbiguous -> warnIfAmbiguous rename.
Argyrios Kyrtzidis
2008-10-17
1
-3
/
+3
*
Issue a warning when there's an ambiguous function declarator (that could be ...
Argyrios Kyrtzidis
2008-10-15
1
-4
/
+10
*
A tiny optimization; use isCXXFunctionDeclarator only when it's appropriate.
Argyrios Kyrtzidis
2008-10-05
1
-9
/
+28
*
Add some text from the C++ standard and additional ambiguity resolution tests.
Argyrios Kyrtzidis
2008-10-05
1
-7
/
+25
*
Handle ambiguities between expressions and type-ids that occur inside parenth...
Argyrios Kyrtzidis
2008-10-05
1
-3
/
+56
*
Found a subtle bug caused by an implicit enum-to-bool conversion (of the Tent...
Argyrios Kyrtzidis
2008-10-05
1
-91
/
+95
*
Fix Parser::isCXXConditionDeclaration to properly resolve declarations.
Argyrios Kyrtzidis
2008-10-05
1
-3
/
+3
*
Disambiguate between a declaration or expression for the 'condition' part of ...
Argyrios Kyrtzidis
2008-10-05
1
-0
/
+54
*
Consider GNU attributes when doing ambiguity resolution.
Argyrios Kyrtzidis
2008-10-05
1
-6
/
+15
*
Resolve ambiguous C++ statements (C++ 6.8p1).
Argyrios Kyrtzidis
2008-10-05
1
-0
/
+720