summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
* Continue parsing an expression list even after an error is encountered.Kaelyn Takata2014-07-141-5/+8
* Revert "Improve error recovery around colon."Reid Kleckner2014-07-142-31/+24
* Improve error recovery around colon.Serge Pavlov2014-07-142-24/+31
* [CMake] Reorder libdeps by alphabetical order.NAKAMURA Takumi2014-07-141-2/+2
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-8/+4
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-2/+8
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-8/+26
* Sema: Check that __leave is contained in a __try block.Nico Weber2014-07-061-1/+2
* Add parser support for __leave (sema and onward still missing).Nico Weber2014-07-061-0/+15
* Add support for nested blocks in Microsoft inline assemblyEhsan Akhgari2014-07-061-17/+49
* [OPENMP] Parsing and sema analysis for 'copyprivate' clause.Alexey Bataev2014-06-271-3/+5
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-2/+4
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-3/+5
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-262-2/+2
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-3/+6
* Fix parsing nested __if_exists blocksReid Kleckner2014-06-251-6/+8
* Provide a better diagnostic when braces are put before the identifier.Richard Trieu2014-06-241-6/+116
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-241-3/+10
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-231-1/+3
* Parse: Simplify construction of the clobber listDavid Majnemer2014-06-231-4/+1
* [C++1z] Implement N3928: message in static_assert is optional.Richard Smith2014-06-201-14/+24
* Fix PR20081: Parsing templates in the presence of -x cuda -std=c++11Eli Bendersky2014-06-201-2/+5
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-201-0/+6
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-201-0/+23
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-201-1/+53
* Fix PR20069: bad loop pragma arguments crash FEEli Bendersky2014-06-191-3/+7
* [c++1z] Implement N3994: a range-based for loop can declare a variable with s...Richard Smith2014-06-192-8/+56
* DiagnoseUnknownTypename always emits a diagnostic and returns trueReid Kleckner2014-06-191-32/+23
* [OPENMP] Reformatting and code improvement.Alexey Bataev2014-06-181-1/+1
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-5/+8
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-8/+5
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-5/+8
* MS static locals mangling: don't double-increment mangling number for switchesHans Wennborg2014-06-171-0/+5
* MS static locals mangling: don't count enum scopesHans Wennborg2014-06-171-1/+1
* [C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...Richard Smith2014-06-161-10/+22
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-5/+81
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-151-3/+2
* Adds a Pragma spelling for attributes to tablegen and makes use of it for loopTyler Nowicki2014-06-131-2/+1
* First commit. Modified FIXME comment.Tyler Nowicki2014-06-131-2/+2
* DiagnosticsEngine: update severity setters to new terminologyAlp Toker2014-06-121-3/+2
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-121-1/+1
* Add loop unroll pragma supportEli Bendersky2014-06-111-3/+18
* PR19993: don't assert/crash if a static data member is initialized by '= dele...Richard Smith2014-06-111-2/+2
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-2/+2
* Split out inline asm parsing into ParseStmtAsm.cppAlp Toker2014-06-083-728/+733
* Don't include llvm/MC/MCParser throughout all of SemaAlp Toker2014-06-081-1/+1
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-061-0/+12
* Fix DOS-style newlines.Eli Bendersky2014-06-061-187/+187
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-062-33/+224
* Remove an unused variableTimur Iskhodzhanov2014-06-061-2/+0
OpenPOWER on IntegriCloud