summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wrap to 80 columns. No behavior change.Nico Weber2015-02-021-1/+2
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-211-8/+6
* Fix a case where delayed typo correction should have resolved anKaelyn Takata2015-01-161-5/+18
* Parse: Don't crash when namespace is in GNU statement exprDavid Majnemer2015-01-091-8/+13
* Fix two small bugs in typo correction. One assertion failure building member ...Nick Lewycky2014-12-131-0/+2
* Handle delayed corrections in a couple more error paths in ParsePostfixExpres...Kaelyn Takata2014-12-031-0/+2
* Diagnose TypoExprs in a couple of error cases in ParsePostfixExpressionSuffix.Kaelyn Takata2014-12-021-2/+6
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-211-1/+11
* Wire up delayed typo correction to DiagnoseEmptyLookup and set upKaelyn Takata2014-11-201-8/+22
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-0/+1
* Fix parsing of fold-expressions within a cast expression. We parse theRichard Smith2014-11-111-5/+11
* [c++1z] Support for u8 character literals.Richard Smith2014-11-081-0/+1
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-2/+81
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-4/+4
* Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfoHal Finkel2014-10-201-0/+1
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-1/+2
* Follow-up to r218292: Add more REVERTIBLE_TYPE_TRAITs.Nico Weber2014-09-241-0/+33
* Revert r197496, as it broke REVERTIBLE_TYPE_TRAITs from PCH files.Nico Weber2014-09-231-5/+42
* PR19751: (T())++ is not a cast-expression.Richard Smith2014-07-151-1/+6
* Continue parsing an expression list even after an error is encountered.Kaelyn Takata2014-07-141-5/+8
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-261-1/+1
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-231-1/+3
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-30/+30
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-211-22/+24
* PR19748: Make sure we don't lose colon protection after the parenthesized typ...Richard Smith2014-05-151-10/+7
* Wrap a few lines at 80 columns, change a confusing indent. No behavior change.Nico Weber2014-05-031-3/+5
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-081-0/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-1/+1
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-041-1/+1
* Fix for PR9812: warn about bool instead of _Bool.Erik Verbruggen2014-01-151-2/+5
* Fixed error recovery if sizeof is used without parenthesisSerge Pavlov2014-01-151-2/+1
* Use token kind instead of '%select{.|->}0' in diagnosticAlp Toker2014-01-061-2/+2
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-011-19/+27
* Switch over more of the parser to err_expectedAlp Toker2013-12-301-3/+3
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-13/+14
* Remove OpenCL-specific type keywords and specifiersAlp Toker2013-12-181-9/+1
* Refactor and micro-optimize ConsumeToken()Alp Toker2013-12-171-13/+5
* Simplify RevertibleTypeTraits as a form of contextual keywordAlp Toker2013-12-171-42/+5
* Unify type trait parsingAlp Toker2013-12-121-59/+3
* Fix code typos spotted while working on type traitsAlp Toker2013-12-061-23/+23
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-181-22/+22
* [-fms-extensions] Add support for __FUNCDNAME__David Majnemer2013-11-061-0/+3
* Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."Kaelyn Uhrain2013-11-051-40/+0
* Try to correct a mistyped "-" or ">" to "->" for some C++ cases.Kaelyn Uhrain2013-11-041-0/+40
* sizeof... a parameter pack should be an unevaluated context.Faisal Vali2013-10-311-0/+3
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-181-0/+2
* Parser: Avoid a crash-on-invalid when trying to diagnose function calls with ...Benjamin Kramer2013-10-101-2/+1
* Make wording for certain invalid unary expressions more consistent.David Majnemer2013-10-091-1/+1
* Fixed grammar. Thanks to Jordan Rose.Serge Pavlov2013-10-081-1/+1
* Add fixits suggesting parenthesis around type name in expressions like sizeof.Serge Pavlov2013-10-081-0/+22
OpenPOWER on IntegriCloud