summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-5/+2
* [OPENMP 4.5] Parsing/sema for 'num_tasks' clause.Alexey Bataev2015-12-081-2/+8
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-2/+5
* [OPENMP 4.5] parsing/sema support for 'grainsize' clause.Alexey Bataev2015-12-071-2/+9
* [OPENMP 4.5] parsing/sema support for 'nogroup' clause.Alexey Bataev2015-12-071-1/+5
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-031-3/+6
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-011-3/+9
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-1/+3
* [OpenMP] Parsing and sema support for thread_limit clause.Kelvin Li2015-11-271-1/+4
* [OpenMP] Parsing and sema support for num_teams clauseKelvin Li2015-11-241-1/+4
* [OpenMP] Parsing and sema support for map clauseKelvin Li2015-11-231-8/+81
* [coroutines] Support braced-init-list as operand of co_yield expression.Richard Smith2015-11-201-1/+2
* [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions, by Den...Alexey Bataev2015-11-202-0/+23
* Change the expression evaluation context from Unevaluated to ConstantEvaluate...Faisal Vali2015-11-191-2/+2
* [NFC] Change the evaluation context of a non-type default template argument f...Faisal Vali2015-11-181-1/+2
* [modules] When a #include is mapped to a module import and appears somewhereRichard Smith2015-11-173-8/+8
* Fix a layering oddity by passing Sema to DeclSpec::Finish instead of Diagnost...Craig Topper2015-11-152-7/+7
* Move diagnostics from Parse to Sema to remove Sema's dependency on ParserDiag...Craig Topper2015-11-141-0/+1
* Merge some similar diagnostics using %select.Craig Topper2015-11-144-16/+21
* Minor formatting fixes. NFCCraig Topper2015-11-141-2/+1
* Fix 80 column violation. NFC.Craig Topper2015-11-141-2/+2
* Fix spelling error in comment.Craig Topper2015-11-141-1/+1
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-113-0/+10
* N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith2015-11-111-11/+13
* Switch to using an explicit scope object to ensure we don't forget to pop ObjCRichard Smith2015-11-031-24/+39
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-281-0/+4
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-273-9/+6
* [coroutines] Initial stub Sema functionality for handling coroutine await / y...Richard Smith2015-10-223-8/+9
* Convert ActOnForwardProtocolDeclaration to take an ArrayRef and use a range-b...Craig Topper2015-10-221-4/+2
* Use an ArrayRef<OffsetOfComponent> instead of pointer and size throughout off...Craig Topper2015-10-221-1/+1
* Change FindProtocolDeclaration to take an ArrayRef and use a range-based for ...Craig Topper2015-10-221-4/+2
* [coroutines] Add parsing support for co_await expression, co_yield expression,Richard Smith2015-10-223-3/+54
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [OPENMP] Fix for http://llvm.org/PR25221: Infinite loop while parsing OpenMP ...Alexey Bataev2015-10-191-0/+1
* Parse and ignore #pragma runtime_checks in MS extensions mode (PR25138)Hans Wennborg2015-10-121-0/+8
* When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith2015-10-081-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-062-17/+9
* Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2015-10-041-3/+1
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-1/+1
* [OPENMP 4.1] Add 'simd' clause for 'ordered' directive.Alexey Bataev2015-09-281-1/+5
* [OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.Alexey Bataev2015-09-251-1/+5
* [Modules] More descriptive diagnostics for misplaced import directiveSerge Pavlov2015-09-194-6/+44
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-2/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+2
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-2/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+2
* [OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause.Alexey Bataev2015-09-031-40/+59
* [ms-inline-asm] Add field access to MS inline asm identifier lookupReid Kleckner2015-08-261-3/+20
* Modify DeclaratorChuck::getFunction to be passed an Exception Specification S...Nathan Wilson2015-08-263-4/+4
OpenPOWER on IntegriCloud