summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Pass llvm::Triple objects by const reference.Benjamin Kramer2014-03-041-1/+1
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-101-0/+8
* Fix to PR8880 (clang dies processing a for loop)Serge Pavlov2014-01-231-6/+7
* TryConsume parser cleanupsAlp Toker2014-01-101-9/+7
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-011-4/+4
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-36/+31
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Fix error recovery in return statement.Serge Pavlov2013-12-041-2/+2
* Parse: Fix references to 'if' that meant 'for', 'do', and 'while'Justin Bogner2013-12-031-3/+3
* MS inline asm: When LLVM called back to Clang to parse a name and do nameDmitri Gribenko2013-12-031-14/+17
* Generate a marker token when entering or leaving a submodule when building aRichard Smith2013-11-231-2/+2
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-181-21/+20
* PR8455: Handle an attribute between a goto label and a variable declaration perRichard Smith2013-11-151-5/+34
* Diagnose C++11 attributes before fp_contract pragmas.Richard Smith2013-11-151-0/+1
* Avoid diagnosing twice on non-x86 targetsAlp Toker2013-10-301-8/+10
* Recover instead of crashing on MS assembly when no target is loadedAlp Toker2013-10-301-6/+7
* Fix a parser crash when there are #pragmas in a context which requires a singleRichard Smith2013-10-281-0/+15
* Revert r193073 and the attempt to fix it in r193170.Chandler Carruth2013-10-221-26/+0
* Reenable 'break' in 'for' specifier to allow compilation of QT macro 'foreach'Serge Pavlov2013-10-221-0/+4
* Fix to PR8880 (clang dies processing a for loop).Serge Pavlov2013-10-211-0/+22
* Tidy up and improve error recovery for C++11 attributes in bad places. Based onRichard Smith2013-10-151-8/+7
* Fix a typo suggestion regression introduced by r191544.Kaelyn Uhrain2013-10-011-1/+1
* Don't suggest namespaces if the next token is a '.'Kaelyn Uhrain2013-09-271-0/+3
* Don't give suggest things like function names on the left side of "=".Kaelyn Uhrain2013-09-271-0/+2
OpenPOWER on IntegriCloud