summaryrefslogtreecommitdiff
path: root/lib/Sema/Scope.cpp
Commit message (Expand)AuthorAgeFilesLines
* Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak2019-03-251-1/+3
* Revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak2019-03-221-3/+1
* [coroutines][PR40978] Emit error for co_yield within catch blockBrian Gesiak2019-03-151-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert r335019 "Update NRVO logic to support early return (Attempt 2)"Taiju Tsuiki2018-06-191-7/+17
* Update NRVO logic to support early return (Attempt 2)Taiju Tsuiki2018-06-191-17/+7
* Revert "Update NRVO logic to support early return"Sam McCall2018-05-301-7/+17
* Update NRVO logic to support early returnTaiju Tsuiki2018-05-301-17/+7
* Fix Scope::dump()Richard Trieu2018-01-181-64/+35
* [Parser] Clear the TemplateParamScope bit of the current scope's flagAkira Hatanaka2016-04-291-1/+5
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* MS ABI: Implement the MSVC 2015 scheme for scope disambiguationDavid Majnemer2015-03-191-8/+12
* Initial support for Win64 SEH IR emissionReid Kleckner2015-01-221-0/+3
* Revert r213437Warren Hunt2014-07-251-8/+1
* [MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt2014-07-191-1/+8
* Sema: Check that __leave is contained in a __try block.Nico Weber2014-07-061-0/+3
* MS static locals mangling: don't count enum scopesHans Wennborg2014-06-171-0/+3
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-031-0/+10
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-4/+4
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-031-0/+22
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-1/+94
* Fix to PR8880 (clang dies processing a for loop)Serge Pavlov2014-01-231-0/+15
* Revert r193073 and the attempt to fix it in r193170.Chandler Carruth2013-10-221-37/+0
* Fix to PR8880 (clang dies processing a for loop).Serge Pavlov2013-10-211-0/+37
* Reapply r151638 and r151641.James Molloy2012-02-291-0/+10
* Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis2012-02-281-10/+0
* Correctly track tags and enum members defined in the prototype of a function,...James Molloy2012-02-281-0/+10
* Reject continue/break statements within members of local functions nested withinRichard Smith2012-02-171-7/+11
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-011-0/+57