summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Test commitWei Pan2013-05-031-1/+1
* Move CapturedStmt parameters to CapturedDeclBen Langmuir2013-05-031-5/+16
* ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...Dmitri Gribenko2013-05-031-2/+2
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-1/+0
* When deducing an 'auto' type, don't modify the type-as-written.Richard Smith2013-04-301-16/+12
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-4/+9
* Small CapturedStmt improvementsBen Langmuir2013-04-291-1/+1
* Test commitBen Langmuir2013-04-291-1/+1
* Disable VLA diagnostic in C++1y mode, and add some tests.Richard Smith2013-04-201-0/+2
* Sema for Captured StatementsTareq A. Siraj2013-04-161-0/+111
* <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...Douglas Gregor2013-04-081-8/+25
* <rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...Douglas Gregor2013-04-081-0/+27
* Add 178663 back.Rafael Espindola2013-04-031-1/+1
* Revert 178663.Rafael Espindola2013-04-031-1/+1
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-1/+1
* Fix a crash-on-valid where a block capture copy expression wasJohn McCall2013-03-221-0/+5
* Add a clarifying note when a return statement is rejected becauseJohn McCall2013-03-191-20/+22
* Silence a number of static analyzer warnings with assertions and such.Jordan Rose2013-03-051-0/+1
* Warn on dropping the return value from a warn_unused_result function, even inMatt Beaumont-Gay2013-02-261-5/+17
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-1/+1
* When a statement is dropped from the AST because it was invalid, make sureArgyrios Kyrtzidis2013-02-151-0/+7
* Patch to check for integer overflow. It has beenFariborz Jahanian2013-01-241-8/+7
* Suppress all -Wunused-value warnings from macro body expansions.Matt Beaumont-Gay2013-01-171-2/+5
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-171-2/+1
* Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith2013-01-141-24/+42
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-7/+7
* Fix -Wunused-comparison for comparisons in arguments to function-like macros.Matt Beaumont-Gay2013-01-121-1/+1
* Provide a better warning when case value overflows.Fariborz Jahanian2013-01-101-2/+2
* Issue warning when case value is too large to fitFariborz Jahanian2013-01-091-1/+9
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-3/+3
* ArrayRefize CXXTryStmt.Nico Weber2012-12-291-1/+1
* ArrayRefize a CompoundStmt constructor.Nico Weber2012-12-291-3/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+6
* Remove redundant (duplicated) check.Dmitri Gribenko2012-11-181-1/+1
* Fixed LabelDecl source range.Abramo Bagnara2012-10-151-1/+3
* If the range in a for range statement doesn't have a viable begin/end function,Richard Smith2012-09-201-27/+45
* Clarified diagnostics for range-based for loops with invalid rangesSam Panzer2012-09-061-0/+6
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-6/+0
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-021-0/+6
* don't warn about unused values when the unused value is a statement expressio...Chris Lattner2012-08-311-0/+7
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-3/+3
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-2/+2
* Better diagnostics for range-based for loops with bad range types.Sam Panzer2012-08-211-112/+158
* [ms-inline asm] Extract AsmStmt handling into a separate file, so as to notChad Rosier2012-08-171-611/+0
* [ms-inline asm] Instantiate the MCStreamer as a NullStream. We're parsingChad Rosier2012-08-171-1/+1
* [ms-inline asm] Comment.Chad Rosier2012-08-161-1/+2
* [ms-inline asm] Extract a helper function, getSpelling(). Also use this onChad Rosier2012-08-161-14/+16
* [ms-inline asm] If we don't know how to handle a token then assume this is not aChad Rosier2012-08-161-1/+1
* [ms-inline asm] Add a helper function, isMSAsmKeyword().Chad Rosier2012-08-161-1/+26
* Removed unused LParenLoc parameter to ActOnCXXForRangeStmtSam Panzer2012-08-161-6/+4
OpenPOWER on IntegriCloud