summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAge
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-03
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Improved recovery of switch statementSerge Pavlov2014-05-21
* [OPENMP] Fix warning in Release builds.Alexey Bataev2014-05-14
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-06
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-03
* Implement [over.match.oper]p3 properly, by filtering the non-candidates outRichard Smith2014-04-17
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* Move the warning about unused relational comparison from -Wunused-value toRichard Trieu2014-03-11
* Reverting llvm::distance changes to use std::distance with iterators instead,...Aaron Ballman2014-03-10
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-08
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-08
* Rename getResultLoc() tooAlp Toker2014-01-25
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Combine the checks for returns_nonnull and for operator new returning null, i...Artyom Skrobov2014-01-24
* Fix to PR8880 (clang dies processing a for loop)Serge Pavlov2014-01-23
* Add basic checking for returning null from functions/methods marked 'returns_...Ted Kremenek2014-01-22
* Issue a warning if a throwing operator new or operator new[] returns a nullRichard Smith2014-01-17
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-19
* -Wassign-enum: compare unqualified typesDmitri Gribenko2013-12-05
* Allow the warning 'case value not in enumerated type' to be silenced withDmitri Gribenko2013-12-05
* Issue diagnostic when constructor or destructorFariborz Jahanian2013-12-03
* Remove a whole lot of unused variablesAlp Toker2013-11-27
* Improve the error message for attempting to build a for range loop using aRichard Trieu2013-10-11
* ObjectiveC. ObjectiveC's collection selector expression inFariborz Jahanian2013-10-10
* Remove support for arrays of runtime bound in C++1y, now they have been votedRichard Smith2013-10-01
* Refactor to use C++1y 'auto' semantics directly in lambdas with no specifiedRichard Smith2013-09-25
* Note when a decl is used in AST files.Eli Friedman2013-09-05
* Cleanup of OpaquePtr. No functionality changes.Serge Pavlov2013-08-27
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-22
* const'ify Sema::ActOnCXXTryBlock byRobert Wilhelm2013-08-22
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-22
* If we find an error in the range expression in a range-based for loop, and theRichard Smith2013-08-21
* const'ify Sema::ActOnCompoundStmt byRobert Wilhelm2013-08-19
* PR16875: The return type of a dependent function type is visible when it'sRichard Smith2013-08-14
* Add a new warning to -Wloop-analysis to detect suspicious increments orRichard Trieu2013-08-06
* Handle a difference in lambda return type deduction between C++11 and C++1y: ifRichard Smith2013-07-26
* PR16708: If a lambda has an implicit return type, don't get confused if its r...Richard Smith2013-07-26
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* ObjectiveC arc[qoi]: When due to change of certain methods'Fariborz Jahanian2013-07-11
* ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup andRafael Espindola2013-07-09
* Objective-C: Warn when fast enumeration variable isn't used.Fariborz Jahanian2013-07-06
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-04
* Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of theJoey Gouly2013-06-06
* Fix the indentation on the AST visitors used in -Wloop-analysis.Richard Trieu2013-05-31
* Refactor places which perform contextual implicit conversions to go through aRichard Smith2013-05-21