summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid the hard-coded limit on the number of typo corrections attempted.Kaelyn Uhrain2013-09-271-15/+29
* Add some missing ProhibitAttributes calls to some declaration-like #pragmas.Richard Smith2013-09-161-0/+2
* Fix the MCTargetAsmParser API change.Joey Gouly2013-09-121-3/+3
* const'ify Sema::ActOnCXXTryBlock byRobert Wilhelm2013-08-221-1/+1
* Remove Extension warning for GNU local labels.Eli Friedman2013-08-201-1/+0
* const'ify Sema::ActOnCompoundStmt byRobert Wilhelm2013-08-191-4/+2
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-3/+2
* ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup andRafael Espindola2013-07-091-2/+2
* Update to pass in pointers intead of references.Bill Wendling2013-06-181-1/+1
* Update for LLVM interface change in r181680.Rafael Espindola2013-05-131-1/+1
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-2/+395
* Parser support for #pragma clang __debug capturedTareq A. Siraj2013-04-161-0/+3
* Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith2013-03-281-0/+3
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+5
* Fix a crash-on-valid where a block capture copy expression wasJohn McCall2013-03-221-1/+1
* [libclang] Fix a crash with invalid code, while skip function bodies is enabled.Argyrios Kyrtzidis2013-02-221-1/+1
* Process and handle attributes on conditions and for loop variables. Process andRichard Smith2013-02-201-3/+0
* When a statement is dropped from the AST because it was invalid, make sureArgyrios Kyrtzidis2013-02-151-5/+0
* Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.Richard Smith2013-01-291-7/+12
* [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier2013-01-221-15/+0
* [ms-inline asm] Remove a warning about ms-style inline assembly not beingChad Rosier2013-01-221-3/+0
OpenPOWER on IntegriCloud