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
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-7
/
+7
*
Improve support for out-of-line definitions of nested templates and
Douglas Gregor
2009-08-25
1
-1
/
+1
*
Consider nested-names as part of the declarator when resolving an ambiguous s...
Argyrios Kyrtzidis
2009-07-21
1
-1
/
+5
*
Basic support for C++0x unicode types. Support for literals will follow in a...
Alisdair Meredith
2009-07-14
1
-0
/
+2
*
Parse the C++0x decltype specifier.
Anders Carlsson
2009-06-24
1
-1
/
+6
*
Add more parser support for Microsoft extensions.
Eli Friedman
2009-06-08
1
-1
/
+4
*
Handle correctly a very ugly part of the C++ syntax. We cannot disambiguate b...
Argyrios Kyrtzidis
2009-05-22
1
-6
/
+12
*
Initial implementation of parsing, semantic analysis, and template
Douglas Gregor
2009-03-27
1
-2
/
+3
*
Fix rdar://6719156 - clang should emit a better error when blocks are disable...
Chris Lattner
2009-03-27
1
-3
/
+2
*
Add parser support for static_assert.
Anders Carlsson
2009-03-11
1
-4
/
+4
*
Teach the type-id/expression disambiguator about different
Douglas Gregor
2009-02-10
1
-11
/
+26
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+1
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
Make tentative parsing of pointer-to-member decls work, and fix other stuff p...
Sebastian Redl
2009-01-24
1
-3
/
+7
*
Another tweak to handle the MS extensions (<rdar://problem/5956221>).
Steve Naroff
2009-01-06
1
-0
/
+1
*
Fix <rdar://problem/5956221> clang ObjC rewriter: Microsoft-specific __fastca...
Steve Naroff
2009-01-06
1
-0
/
+6
*
rename tok::annot_qualtypename -> tok::annot_typename, which is both
Chris Lattner
2009-01-06
1
-1
/
+1
*
push the call in isCXXDeclarationSpecifier to TryAnnotateTypeOrScopeToken
Chris Lattner
2009-01-04
1
-3
/
+20
*
Removed the warning
Douglas Gregor
2008-12-17
1
-12
/
+0
*
Teach tentative parsing to handle block pointers (rdar://6394309)
Chris Lattner
2008-11-22
1
-1
/
+2
*
remove the last couple obsolete forms of Parser::Diag.
Chris Lattner
2008-11-18
1
-6
/
+6
*
Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parse...
Argyrios Kyrtzidis
2008-11-08
1
-5
/
+4
*
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