summaryrefslogtreecommitdiffstats
path: root/lib/Parse/ParseExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-021-2/+2
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-011-2/+3
* Fix PR25627: constant expressions being odr-used in template arguments.Faisal Vali2017-05-201-4/+11
* Fix the location of "missing ';'" suggestions after annotation tokens.Richard Smith2017-05-181-2/+2
* When we see a '<' operator, check whether it's a probable typo for a template...Richard Smith2017-05-101-0/+34
* [CodeCompletion] Complete platform names in @available expressionsAlex Lorenz2017-05-091-0/+5
* Add support for pretty platform names to `@available`/Alex Lorenz2017-05-091-2/+4
* Parse: cleanup some bleeding whitespaceSaleem Abdulrasool2017-04-201-2/+3
* [Sema] Add __is_aggregate type-traitEric Fiselier2017-04-121-0/+2
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-011-9/+13
* Reapplied r298976 [OpenCL] Added parsing for OpenCL vector types.Egor Churaev2017-03-291-3/+51
* Reverted r298976 [OpenCL] Added parsing for OpenCL vector types.Egor Churaev2017-03-291-55/+4
* [OpenCL] Added parsing for OpenCL vector types.Egor Churaev2017-03-291-4/+55
* Publish RAIIObjectsForParser.h for external usage.Vassil Vassilev2017-03-231-2/+2
* PR24440: Do not silently discard a fold-expression appearing as the operand o...Richard Smith2017-02-151-1/+1
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+1
* [code-completion] Fix crash when trying to do postfix completion of instance ...Argyrios Kyrtzidis2017-01-151-3/+4
* [NFC] Rename RAII ExpressionEvaluationContext variable from Unevaluated to Co...Faisal Vali2017-01-101-1/+1
* [ObjC] The declarator for a block literal should be a definitionAlex Lorenz2017-01-061-0/+2
* Store decls in prototypes on the declarator instead of in the ASTReid Kleckner2016-12-091-0/+1
* [CodeCompletion] Provide Objective-C class property completion resultsAlex Lorenz2016-12-081-1/+7
* [CodeCompletion] Add a block property setter completion resultAlex Lorenz2016-10-181-3/+4
* [Parser] Fix bug where delayed typo in conditional expression was corrected t...Erik Pilkington2016-07-291-3/+4
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+116
* [Parser] Only correct delayed typos when neededErik Pilkington2016-06-131-0/+4
* Clang support for __is_assignable intrinsicDavid Majnemer2016-05-231-0/+1
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-1/+4
* Correct typos after acting on invalid subscript expressionsDavid Majnemer2016-02-191-2/+8
* [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