summaryrefslogtreecommitdiffstats
path: root/lib/Parse/ParseExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Parse] Make sure we don't forget to diagnose typos in exprsDavid Majnemer2016-02-181-3/+7
* Correct more typos in conditional expressionsDavid Majnemer2016-02-171-2/+4
* Fix regression from r259622: the operand of an increment that is the operand ofRichard Smith2016-02-031-2/+2
* [OpenCL] Adding reserved operator logical xor for OpenCLAnastasia Stulova2016-02-031-0/+3
* Fix miscompile and rejects-valids when disambiguating after an ambiguousRichard Smith2016-02-031-3/+12
* OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedefDavid Blaikie2016-01-151-6/+6
* [OpenCL] Disallow taking an address of a function.Anastasia Stulova2016-01-051-1/+16
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-1/+1
* [coroutines] Initial stub Sema functionality for handling coroutine await / y...Richard Smith2015-10-221-3/+3
* Use an ArrayRef<OffsetOfComponent> instead of pointer and size throughout off...Craig Topper2015-10-221-1/+1
* [coroutines] Add parsing support for co_await expression, co_yield expression,Richard Smith2015-10-221-0/+11
* Modify DeclaratorChuck::getFunction to be passed an Exception Specification S...Nathan Wilson2015-08-261-1/+1
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-4/+25
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-3/+9
* [Concepts] Parsing of requires-clause in template-declarationHubert Tong2015-06-251-0/+18
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Stop moving attributes off of a block literal's decl specifiers.Douglas Gregor2015-06-191-3/+0
* [clang] Refactoring of conditions so they use isOneOf() instead of multiple i...Daniel Marjamaki2015-06-181-25/+19
* Allow TransformTypos to ignore corrections to a specified VarDecl.Kaelyn Takata2015-05-051-1/+6
* Diagnose delayed typos when parsing a postfix expression with anKaelyn Takata2015-05-021-1/+13
* Also correct typos in the middle of a ternary expression when the RHS is inva...Kaelyn Takata2015-05-011-0/+8
* Eagerly correct typos in ParenExprs that may be type casts for non-C++ code.Kaelyn Takata2015-05-011-0/+5
* Put statement expression decls in the enclosing code DeclContextReid Kleckner2015-04-201-0/+11
* Don't eagerly typo-correct to a keyword if the next token is a right paren.Kaelyn Takata2015-04-101-1/+2
* Diagnose delayed typos in an expr list that is in an invalid expression.Kaelyn Takata2015-03-271-0/+3
* Correct typos in C11 generic-selection expressions.Kaelyn Takata2015-03-191-2/+4
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-2/+1
* Fix typo in comment.Nico Weber2015-02-161-2/+2
* 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