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
/
ParseExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-02
1
-1
/
+2
*
Initial support for C++ parameter completion
Francisco Lopes da Silva
2015-01-21
1
-8
/
+6
*
Fix a case where delayed typo correction should have resolved an
Kaelyn Takata
2015-01-16
1
-5
/
+18
*
Parse: Don't crash when namespace is in GNU statement expr
David Majnemer
2015-01-09
1
-8
/
+13
*
Fix two small bugs in typo correction. One assertion failure building member ...
Nick Lewycky
2014-12-13
1
-0
/
+2
*
Handle delayed corrections in a couple more error paths in ParsePostfixExpres...
Kaelyn Takata
2014-12-03
1
-0
/
+2
*
Diagnose TypoExprs in a couple of error cases in ParsePostfixExpressionSuffix.
Kaelyn Takata
2014-12-02
1
-2
/
+6
*
Enable ActOnIdExpression to use delayed typo correction for non-C++ code
Kaelyn Takata
2014-11-21
1
-1
/
+11
*
Wire up delayed typo correction to DiagnoseEmptyLookup and set up
Kaelyn Takata
2014-11-20
1
-8
/
+22
*
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
2014-11-13
1
-0
/
+1
*
Fix parsing of fold-expressions within a cast expression. We parse the
Richard Smith
2014-11-11
1
-5
/
+11
*
[c++1z] Support for u8 character literals.
Richard Smith
2014-11-08
1
-0
/
+1
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-2
/
+81
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-4
/
+4
*
Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfo
Hal Finkel
2014-10-20
1
-0
/
+1
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-1
/
+2
*
Follow-up to r218292: Add more REVERTIBLE_TYPE_TRAITs.
Nico Weber
2014-09-24
1
-0
/
+33
*
Revert r197496, as it broke REVERTIBLE_TYPE_TRAITs from PCH files.
Nico Weber
2014-09-23
1
-5
/
+42
*
PR19751: (T())++ is not a cast-expression.
Richard Smith
2014-07-15
1
-1
/
+6
*
Continue parsing an expression list even after an error is encountered.
Kaelyn Takata
2014-07-14
1
-5
/
+8
*
Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...
Craig Topper
2014-06-26
1
-1
/
+1
*
Propagate isAddressOfMember into typo correction so that we don't correct &qu...
Nick Lewycky
2014-06-23
1
-1
/
+3
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-30
/
+30
*
[C++11] Use 'nullptr'. Parser edition.
Craig Topper
2014-05-21
1
-22
/
+24
*
PR19748: Make sure we don't lose colon protection after the parenthesized typ...
Richard Smith
2014-05-15
1
-10
/
+7
*
Wrap a few lines at 80 columns, change a confusing indent. No behavior change.
Nico Weber
2014-05-03
1
-3
/
+5
*
Add support for MSVC's __FUNCSIG__
Reid Kleckner
2014-04-08
1
-0
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-1
/
+1
*
[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
-2
/
+5
*
Fixed error recovery if sizeof is used without parenthesis
Serge Pavlov
2014-01-15
1
-2
/
+1
*
Use token kind instead of '%select{.|->}0' in diagnostic
Alp Toker
2014-01-06
1
-2
/
+2
*
ExpectAndConsume: Diagnose errors automatically
Alp Toker
2014-01-01
1
-19
/
+27
*
Switch over more of the parser to err_expected
Alp Toker
2013-12-30
1
-3
/
+3
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-13
/
+14
*
Remove OpenCL-specific type keywords and specifiers
Alp Toker
2013-12-18
1
-9
/
+1
*
Refactor and micro-optimize ConsumeToken()
Alp Toker
2013-12-17
1
-13
/
+5
*
Simplify RevertibleTypeTraits as a form of contextual keyword
Alp Toker
2013-12-17
1
-42
/
+5
*
Unify type trait parsing
Alp Toker
2013-12-12
1
-59
/
+3
*
Fix code typos spotted while working on type traits
Alp Toker
2013-12-06
1
-23
/
+23
*
Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
2013-11-18
1
-22
/
+22
*
[-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
2013-11-06
1
-0
/
+3
*
Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."
Kaelyn Uhrain
2013-11-05
1
-40
/
+0
*
Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Kaelyn Uhrain
2013-11-04
1
-0
/
+40
*
sizeof... a parameter pack should be an unevaluated context.
Faisal Vali
2013-10-31
1
-0
/
+3
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-0
/
+2
*
Parser: Avoid a crash-on-invalid when trying to diagnose function calls with ...
Benjamin Kramer
2013-10-10
1
-2
/
+1
*
Make wording for certain invalid unary expressions more consistent.
David Majnemer
2013-10-09
1
-1
/
+1
*
Fixed grammar. Thanks to Jordan Rose.
Serge Pavlov
2013-10-08
1
-1
/
+1
*
Add fixits suggesting parenthesis around type name in expressions like sizeof.
Serge Pavlov
2013-10-08
1
-0
/
+22
[next]