summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Generalize NRVO to cover C structs.Akira Hatanaka2018-03-291-3/+0
* Refactoring code around move/copy initialization. NFC.Richard Trieu2018-03-151-56/+82
* Re-land "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-121-8/+8
* Revert "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-081-8/+8
* [Sema] Make getCurFunction() return null outside function parsingReid Kleckner2018-03-081-8/+8
* Avoid including ScopeInfo.h from Sema.hReid Kleckner2018-03-071-17/+14
* [Debug] Annotate compiler generated range-for loop variables.Matt Davis2018-02-141-4/+8
* Fix crash when trying to pack-expand a GNU statement expression.Richard Smith2018-02-031-2/+2
* Fix and simplify handling of return type for (generic) lambda conversion func...Richard Smith2018-01-021-0/+7
* [AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer2017-12-241-1/+1
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-12/+25
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* Revert r318456 "Issue -Wempty-body warnings for else blocks"Hans Wennborg2017-11-201-3/+1
* Revert r318556 "Loosen -Wempty-body warning"Hans Wennborg2017-11-201-1/+2
* Loosen -Wempty-body warningReid Kleckner2017-11-171-2/+1
* Issue -Wempty-body warnings for else blocksReid Kleckner2017-11-161-1/+3
* Catch more cases with -Wenum-compareRichard Trieu2017-09-091-2/+4
* [Sema] Assign new flag -Wenum-compare-switch to switch-related parts of -Wenu...Gabor Horvath2017-08-091-1/+1
* [Sema] -Wenum-compare no longer warn on anonymous enums in switch statementsGabor Horvath2017-08-091-0/+6
* [Sema] Extend -Wenum-compare to handle mixed enum comparisons in switch state...Gabor Horvath2017-08-091-8/+28
* [Sema] Make BreakContinueFinder handle nested loops.Eli Friedman2017-07-041-6/+61
* [coroutines] Fix co_await for range statementEric Fiselier2017-06-141-20/+32
* [Sema][C++1z] Ensure binding in dependent range for have non-null typeErik Pilkington2017-06-121-1/+5
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-8/+12
* Minor fixes to for-loop warning.Richard Trieu2017-06-021-29/+22
* Fix PR32933: crash on lambda capture of VLAFaisal Vali2017-05-151-3/+51
* ANSIfy. No behavior change.Nico Weber2017-05-051-1/+1
* [Sema][ObjC] Disallow jumping into ObjC fast enumeration loops.Akira Hatanaka2017-04-191-0/+1
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-011-5/+10
* Look through CXXBindTemporaryExprs when checking CXXFunctionCastExprsDaniel Jasper2017-03-271-2/+8
* Add support for attribute enum_extensibility.Akira Hatanaka2017-03-211-8/+13
* Factor out function to determine whether we're performing a templateRichard Smith2017-02-211-1/+1
* [Sema] Disallow returning a __block variable via a move.Akira Hatanaka2017-02-151-3/+5
* Remove redundant passing around of a "ContainsAutoType" flag.Richard Smith2017-01-121-6/+3
* [Sema] Avoid "case value not in enumerated type" warning for C++11 opaque enumsAlex Lorenz2016-12-081-1/+2
* Mass-rename the handful of error_* diagnostics to err_*.Richard Smith2016-12-021-5/+5
* Add a warning for 'main' returning 'true' or 'false'.Richard Smith2016-11-291-0/+4