summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix misspelled enumJonathan Roelofs2017-03-141-3/+3
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-1/+1
* [CodeCompletion] Add a block property setter completion resultAlex Lorenz2016-10-181-0/+2
* [Parse] Let declarations follow labels in -fms-extensions modeDavid Majnemer2016-08-011-1/+2
* [NFC] Header cleanupMehdi Amini2016-07-181-4/+1
* P0305R1: Parsing support for init-statements in 'if' and 'switch' statements.Richard Smith2016-06-291-10/+18
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-231-4/+28
* Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith2016-06-231-46/+34
* Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne2016-06-231-34/+46
* Rearrange condition handling so that semantic checks on a condition variableRichard Smith2016-06-231-46/+34
* Fix a few issues while skipping function bodiesOlivier Goffart2016-06-161-21/+25
* Recommit "[MS] Improved implementation of stack pragmas (vtordisp, *_seg)"Denis Zobnin2016-04-291-2/+4
* Revert "[MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)"Denis Zobnin2016-04-281-4/+2
* [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)Denis Zobnin2016-04-281-2/+4
* [OpenCL] Generate metadata for opencl_unroll_hint attributeAnastasia Stulova2016-02-191-0/+18
* PR23057: Fix assertion `Val && "isa<> used on a null pointer"' on invalid for...Denis Zobnin2016-02-021-1/+3
* OpaquePtr: Use nullptr construction for DeclGroupPtrTy OpaquePtr typedefDavid Blaikie2016-01-151-1/+1
* [OPENMP] Fix for declarative/standalone directives use.Alexey Bataev2016-01-131-17/+28
* Improve AST dumping:Richard Smith2016-01-121-0/+7
* [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions, by Den...Alexey Bataev2015-11-201-0/+18
* [modules] When a #include is mapped to a module import and appears somewhereRichard Smith2015-11-171-2/+2
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-7/+4
* [coroutines] Initial stub Sema functionality for handling coroutine await / y...Richard Smith2015-10-221-3/+4
* [coroutines] Add parsing support for co_await expression, co_yield expression,Richard Smith2015-10-221-3/+29
* [Modules] More descriptive diagnostics for misplaced import directiveSerge Pavlov2015-09-191-1/+2
* 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
* [clang] Refactoring of conditions so they use isOneOf() instead of multiple i...Daniel Marjamaki2015-06-181-10/+7
* [OPENMP] Allow to use global variables as lcv in loop-based directives.Alexey Bataev2015-04-301-0/+6
* Correct typos in SEH filter expressionsReid Kleckner2015-04-021-1/+1
* MS ABI: Implement the MSVC 2015 scheme for scope disambiguationDavid Majnemer2015-03-191-2/+2
* Fix a theoretical bug when ParseCompoundStatement() returns StmtError.Nico Weber2015-03-091-1/+3
* Warn when jumping out of a __finally block via continue, break, return, __leave.Nico Weber2015-03-091-2/+5
* Don't crash on missing '{' after __except or __finally, PR22687.Nico Weber2015-02-251-2/+8
* Fold ParseSEHTryBlockCommon() into its only caller. No behavior change.Nico Weber2015-02-251-7/+4
* Initial support for Win64 SEH IR emissionReid Kleckner2015-01-221-2/+9
* Fix indentation. No behavior change.Nico Weber2015-01-041-1/+1
* Removing an outdated FIXME; try block attributes are parsed with the rest of ...Aaron Ballman2014-12-201-1/+0
* [c++1z] Remove terse range-based for loops; they've been removed fromRichard Smith2014-11-271-3/+1
* Wire up delayed typo correction to DiagnoseEmptyLookup and set upKaelyn Takata2014-11-201-1/+6
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-3/+3
* Remove unused StmtVector& parameters from declaration parsing functions.Rafael Espindola2014-10-221-5/+3
* C++1y is now C++14!Aaron Ballman2014-08-191-1/+1
* Add a state variable to the loop hint attribute.Tyler Nowicki2014-07-311-3/+4
* Revert r214333, "Add a state variable to the loop hint attribute."NAKAMURA Takumi2014-07-311-4/+3
* Add a state variable to the loop hint attribute.Tyler Nowicki2014-07-301-3/+4
* Revert r213437Warren Hunt2014-07-251-40/+8
* Add support for '#pragma unroll'.Mark Heffernan2014-07-211-7/+5
* [MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt2014-07-191-8/+40
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-181-5/+0
OpenPOWER on IntegriCloud