summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-181-1/+1
* 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
* Fix parsing nested __if_exists blocksReid Kleckner2014-06-251-6/+8
* [c++1z] Implement N3994: a range-based for loop can declare a variable with s...Richard Smith2014-06-191-0/+42
* MS static locals mangling: don't double-increment mangling number for switchesHans Wennborg2014-06-171-0/+5
* Adds a Pragma spelling for attributes to tablegen and makes use of it for loopTyler Nowicki2014-06-131-2/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-2/+2
* Split out inline asm parsing into ParseStmtAsm.cppAlp Toker2014-06-081-728/+0
* Don't include llvm/MC/MCParser throughout all of SemaAlp Toker2014-06-081-1/+1
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-061-0/+37
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-32/+32
* Improved recovery of switch statementSerge Pavlov2014-05-211-27/+34
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-211-17/+18
* Suggest fix-it ':' when '=' used in for-range-declarationIsmail Pazarbasi2014-05-081-5/+3
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-031-1/+1
* Fix another leak in ParseMicrosoftAsmStatement(), found by LSan.Nico Weber2014-04-231-2/+3
* Fix a memory leak found by LSan.Nico Weber2014-04-231-3/+4
* Update Target::createMCAsmParser calls for the LLVM interface change.Evgeniy Stepanov2014-04-231-1/+5
* Improve error recovery around colon.Serge Pavlov2014-04-131-2/+3
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-081-0/+7
* MS asm: Filter out fpsw clobbersReid Kleckner2014-03-271-0/+5
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-3/+3
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-11/+11
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-13/+15
OpenPOWER on IntegriCloud