summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* If we find an error in the range expression in a range-based for loop, and theRichard Smith2013-08-211-7/+34
* const'ify Sema::ActOnCompoundStmt byRobert Wilhelm2013-08-191-8/+5
* PR16875: The return type of a dependent function type is visible when it'sRichard Smith2013-08-141-6/+20
* Add a new warning to -Wloop-analysis to detect suspicious increments orRichard Trieu2013-08-061-0/+99
* Handle a difference in lambda return type deduction between C++11 and C++1y: ifRichard Smith2013-07-261-2/+8
* PR16708: If a lambda has an implicit return type, don't get confused if its r...Richard Smith2013-07-261-17/+17
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-2/+2
* ObjectiveC arc[qoi]: When due to change of certain methods'Fariborz Jahanian2013-07-111-4/+3
* ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup andRafael Espindola2013-07-091-2/+4
* Objective-C: Warn when fast enumeration variable isn't used.Fariborz Jahanian2013-07-061-3/+0
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-1/+1
* Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of theJoey Gouly2013-06-061-10/+11
* Fix the indentation on the AST visitors used in -Wloop-analysis.Richard Trieu2013-05-311-102/+103
* Refactor places which perform contextual implicit conversions to go through aRichard Smith2013-05-211-21/+19
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-2/+2
* C++1y: provide full 'auto' return type deduction for lambda expressions. ThisRichard Smith2013-05-121-5/+19
* C++1y auto return type: when a function contains no 'return' statements at all,Richard Smith2013-05-101-3/+1
* Implement most of N3638 (return type deduction for normal functions).Richard Smith2013-05-041-3/+88
* Implement template support for CapturedStmtWei Pan2013-05-041-6/+9
* 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
OpenPOWER on IntegriCloud