summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-4/+4
* SemaOverload: Complete candidates before emitting the error, to ensure diagno...David Blaikie2019-05-031-6/+11
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-4/+4
* Do not warn on switches over enums that do not use [[maybe_unused]] enumeratorsDavid Blaikie2019-05-021-0/+3
* Use llvm::stable_sortFangrui Song2019-04-241-4/+4
* [CUDA]Delayed diagnostics for the asm instructions.Alexey Bataev2019-02-221-1/+1
* Revert "[CUDA]Delayed diagnostics for the asm instructions."Alexey Bataev2019-02-211-1/+1
* [CUDA]Delayed diagnostics for the asm instructions.Alexey Bataev2019-02-211-1/+1
* [OPENMP] Use targetDiag for diagnostics of unsupported exceptions, NFC.Alexey Bataev2019-02-201-4/+1
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-151-4/+0
* [OPENMP]Delay emission of the error messages for the exceptions.Alexey Bataev2019-02-081-6/+7
* Revert "[OPENMP]Initial support for the delayed diagnostics."Alexey Bataev2019-02-081-7/+6
* [OPENMP]Initial support for the delayed diagnostics.Alexey Bataev2019-02-081-6/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-39/+26
* Diagnose an unused result from a call through a function pointer whose return...Aaron Ballman2019-01-031-6/+5
* Switch from static_cast<> to cast<>, update identifier for coding conventions...Aaron Ballman2018-12-211-4/+2
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-1/+4
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-4/+1
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-1/+4
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-4/+1
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-1/+4
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-4/+1
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-1/+4
* Create ConstantExpr classBill Wendling2018-10-311-3/+3
* [AST] Only store data for the NRVO candidate in ReturnStmt if neededBruno Ricci2018-10-301-7/+11
* [AST] Only store the needed data in WhileStmtBruno Ricci2018-10-301-2/+2
* [AST] Only store the needed data in SwitchStmtBruno Ricci2018-10-291-2/+1
* [AST] Don't store data for GNU range case statement if not neededBruno Ricci2018-10-281-3/+3
* [AST] Only store the needed data in IfStmtBruno Ricci2018-10-271-3/+2
* [Sema] Fix -Wcomma for C89Richard Trieu2018-10-251-2/+8
* Make -Wfor-loop-analysis work with C++17Richard Trieu2018-10-201-1/+5
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-21/+30
* P0962R1: only use the member form of 'begin' and 'end' in a range-basedRichard Smith2018-09-241-51/+95
* [Sema] Don't warn about omitting unavailable enum constants in a switchErik Pilkington2018-09-051-1/+15
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-3/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-37/+36
* Port getStartLoc -> getBeginLocStephen Kelly2018-08-091-1/+1
* Remove trailing spaceFangrui Song2018-07-301-6/+6
* Refactor checking of switch conditions and case values.Richard Smith2018-07-261-128/+119
* AttributeList de-listifying:Erich Keane2018-07-121-1/+1
* Revert r335019 "Update NRVO logic to support early return (Attempt 2)"Taiju Tsuiki2018-06-191-3/+6
* Update NRVO logic to support early return (Attempt 2)Taiju Tsuiki2018-06-191-6/+3
* Revert "Update NRVO logic to support early return"Sam McCall2018-05-301-3/+6
* Update NRVO logic to support early returnTaiju Tsuiki2018-05-301-6/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-7/+7
* [OPENMP] Enable c++ exceptions outside of the target constructs iff they areAlexey Bataev2018-05-021-1/+5
* Diagnose cases of "return x" that should be "return std::move(x)" for efficiencyMalcolm Parsons2018-04-121-17/+110
* [OPENMP] Additional attributes for the pointer parameters.Alexey Bataev2018-04-101-1/+3
* Fix typos in clangAlexander Kornienko2018-04-061-3/+3