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
/
ParseExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parse: Don't crash when trailing return type is missing
David Majnemer
2015-01-09
1
-5
/
+4
*
Fix build breakage
David Majnemer
2014-12-29
1
-1
/
+2
*
Parse: Recover more gracefully from extra :: tokens before a {
David Majnemer
2014-12-29
1
-1
/
+11
*
Parse: Ignore '::' in 'struct :: {'
David Majnemer
2014-12-29
1
-5
/
+11
*
Parse: Consume tokens more carefully in CheckForLParenAfterColonColon
David Majnemer
2014-12-17
1
-27
/
+29
*
Wire up delayed typo correction to DiagnoseEmptyLookup and set up
Kaelyn Takata
2014-11-20
1
-18
/
+33
*
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
2014-11-13
1
-2
/
+7
*
Remove the last couple uses of the ExprArg(just Expr*) typedef in Parser.
Craig Topper
2014-10-30
1
-1
/
+1
*
Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfo
Hal Finkel
2014-10-20
1
-0
/
+2
*
PR20991: ::decltype is not valid.
Richard Smith
2014-10-04
1
-1
/
+2
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-1
/
+11
*
Add error, recovery and fixit for "~A::A() {...}".
Richard Smith
2014-09-06
1
-2
/
+21
*
Wrap to 80 columns, no functionality change.
Nico Weber
2014-07-26
1
-2
/
+2
*
PR19751: (T())++ is not a cast-expression.
Richard Smith
2014-07-15
1
-1
/
+0
*
Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...
Craig Topper
2014-06-26
1
-1
/
+1
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-13
/
+13
*
[C++11] Use 'nullptr'. Parser edition.
Craig Topper
2014-05-21
1
-19
/
+19
*
Replace completely bogus ambiguous-compound-literal-in-C++ code with something
Richard Smith
2014-05-15
1
-2
/
+4
*
PR19748: Make sure we don't lose colon protection after the parenthesized typ...
Richard Smith
2014-05-15
1
-4
/
+11
*
Cut off parsing early during code completion
Alp Toker
2014-05-02
1
-3
/
+3
*
Improve error recovery around colon.
Serge Pavlov
2014-04-13
1
-9
/
+36
*
PR19339: Disambiguate lambdas with init-captures from designated initializers
Richard Smith
2014-04-13
1
-2
/
+2
*
Allow GNU-style attributes on lambda expressions.
Aaron Ballman
2014-03-12
1
-3
/
+12
*
Gracefully handle an attribute specifier following a lambda introducer when t...
Aaron Ballman
2014-03-11
1
-6
/
+18
*
[cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Fix for PR9812: warn about bool instead of _Bool.
Erik Verbruggen
2014-01-15
1
-20
/
+23
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Bring back magic constants in the digraph diagnostic
Alp Toker
2014-01-07
1
-3
/
+18
*
Don't use magic constants in the digraph diagnostic
Alp Toker
2014-01-06
1
-16
/
+3
*
Parse: Token consumption modernization and loop de-nesting
Alp Toker
2014-01-05
1
-3
/
+1
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-13
/
+2
*
ExpectAndConsume: Diagnose errors automatically
Alp Toker
2014-01-01
1
-5
/
+5
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-2
/
+2
*
Refactor and micro-optimize ConsumeToken()
Alp Toker
2013-12-17
1
-16
/
+9
*
Remove an unused parameter and include after r197273
Alp Toker
2013-12-13
1
-2
/
+1
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-18
/
+6
*
Unify type trait parsing
Alp Toker
2013-12-12
1
-124
/
+46
*
Fix init-captures for generic lambdas.
Faisal Vali
2013-12-05
1
-6
/
+59
*
Reject template-ids containing literal-operator-ids that have a dependent
Richard Smith
2013-12-05
1
-5
/
+10
*
Fix several crash-on-invalids when using template-ids that aren't
Richard Smith
2013-12-04
1
-3
/
+4
*
Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
2013-11-18
1
-21
/
+21
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-0
/
+1
*
Remove an unused variable - thanks to Nick Lewycky for pointing this out!
Faisal Vali
2013-09-26
1
-1
/
+0
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-3
/
+15
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-15
/
+2
*
Revert "Remove some unused variables identified by Juergen Ributzka *I need t...
Manuel Klimek
2013-08-22
1
-0
/
+1
*
Remove some unused variables identified by Juergen Ributzka *I need to turn o...
Faisal Vali
2013-08-22
1
-1
/
+0
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-2
/
+15
*
Removed hack that was used to properly restore the nested name specifier of q...
Larisse Voufo
2013-08-06
1
-6
/
+7
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-2
/
+8
[next]