summaryrefslogtreecommitdiffstats
path: root/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
...
* Add #pragma clang fpAdam Nemet2017-04-043-1/+162
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-017-37/+50
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* 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 one more parser RAII for external use.Vassil Vassilev2017-03-271-20/+0
* Publish RAIIObjectsForParser.h for external usage.Vassil Vassilev2017-03-2314-462/+15
* Support attributes for Objective-C categoriesAlex Lorenz2017-03-231-15/+5
* Implement DR 373 "Lookup on namespace qualified name in using-directive"Matthias Gehre2017-03-172-8/+33
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-161-2/+2
* Fix misspelled enumJonathan Roelofs2017-03-142-4/+4
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-1/+1
* Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz2017-03-013-24/+170
* Allow attributes before union definitionErich Keane2017-02-281-0/+4
* PR24440: Do not silently discard a fold-expression appearing as the operand o...Richard Smith2017-02-151-1/+1
* Remove unused variable. No functional change.Richard Trieu2017-02-141-1/+1
* Improve diagnostic reporting when using __declspec without enabling __declspe...Aaron Ballman2017-02-141-0/+25
* MS inline asm: Filter MXCSR out of the inferred clobber listReid Kleckner2017-02-141-4/+5
* [CodeCompletion] Code complete the missing C++11 keywordsAlex Lorenz2017-02-132-6/+18
* Diagnose attempts to explicitly instantiate a template at class scope. Previo...Richard Smith2017-02-091-1/+2
* More fixes for places where 'decltype(auto)' is permitted in the C++ grammar ...Richard Smith2017-02-081-1/+2
* Don't crash on 'decltype(auto)::'. Rather than treating it as a meaninglessRichard Smith2017-02-081-1/+4
* Fix constructor declarator detection for the case when the name is followed byRichard Smith2017-02-081-3/+13
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-077-13/+53
* [X86][MS]Adjacent comments within multi-line inline assembly statementCoby Tayree2017-02-051-0/+5
* Fix hole in our enforcement of rule requiring 'typename' prior to a dependentRichard Smith2017-02-012-8/+15
* Support '#pragma clang __debug dump' within C++ classes.Richard Smith2017-01-281-0/+3
* Convert sequence of 'if's on the same value to a switch. No functionality cha...Richard Smith2017-01-281-31/+23
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-264-10/+15
* Revert r292508 given that we intend to remove driver options for cxx modules.Manman Ren2017-01-201-4/+1
* Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-201-22/+18
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-194-57/+28
* Module: Improve diagnostic message when cxx modules are disabled and @import ...Manman Ren2017-01-191-1/+4
* [code-completion] Fix crash when trying to do postfix completion of instance ...Argyrios Kyrtzidis2017-01-151-3/+4
* Tracking exception specification source locationsMalcolm Parsons2017-01-121-1/+1
* Remove redundant passing around of a "ContainsAutoType" flag.Richard Smith2017-01-124-16/+11
* Remove repeated word in comment (NFC)Malcolm Parsons2017-01-111-1/+1
* Remove dead code.Richard Smith2017-01-101-5/+0
* Remove a couple of parameters that are always false.Richard Smith2017-01-101-21/+14
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-2/+6
* [NFC] Rename RAII ExpressionEvaluationContext variable from Unevaluated to Co...Faisal Vali2017-01-101-1/+1
* Consistently use a ConstantEvaluated context for expressions in attributes,Richard Smith2017-01-071-3/+4
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-0/+4
* [OpenCL] Re-enable supported core extensions based on opencl version when dis...Konstantin Zhuravlyov2017-01-061-2/+4
* [ObjC] The declarator for a block literal should be a definitionAlex Lorenz2017-01-061-0/+2
* [Parse] Don't ignore attributes after a late-parsed attr.George Burgess IV2017-01-041-2/+6
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-3/+7
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-5/+11
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-3/+7