summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/Scope.h
Commit message (Expand)AuthorAgeFilesLines
* Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak2019-03-251-0/+3
* Revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak2019-03-221-3/+0
* [coroutines][PR40978] Emit error for co_yield within catch blockBrian Gesiak2019-03-151-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix header issues.Richard Trieu2019-01-111-0/+1
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* Revert r335019 "Update NRVO logic to support early return (Attempt 2)"Taiju Tsuiki2018-06-191-1/+21
* Update NRVO logic to support early return (Attempt 2)Taiju Tsuiki2018-06-191-21/+1
* Revert "Update NRVO logic to support early return"Sam McCall2018-05-301-1/+21
* Update NRVO logic to support early returnTaiju Tsuiki2018-05-301-21/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-30/+30
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-02-221-19/+18
* [Debug] Annotate compiler generated range-for loop variables.Matt Davis2018-02-141-0/+3
* Do not add a colon chunk to the code completion of class inheritance access m...Erik Verbruggen2017-10-241-0/+3
* Place implictly declared functions at block scopeMomchil Velikov2017-08-101-0/+8
* [Parser] Clear the TemplateParamScope bit of the current scope's flagAkira Hatanaka2016-04-291-1/+3
* Make the remaining headers self-contained.Benjamin Kramer2016-02-021-0/+1
* MS ABI: Implement the MSVC 2015 scheme for scope disambiguationDavid Majnemer2015-03-191-14/+24
* Warn when jumping out of a __finally block via continue, break, return, __leave.Nico Weber2015-03-091-0/+6
* Initial support for Win64 SEH IR emissionReid Kleckner2015-01-221-1/+10
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+3
* Revert r213437Warren Hunt2014-07-251-17/+0
* [MS-ABI] Assign SEH handler indices to __try blocksWarren Hunt2014-07-191-0/+17
* Sema: Check that __leave is contained in a __try block.Nico Weber2014-07-061-0/+6
* MS static locals mangling: don't count enum scopesHans Wennborg2014-06-171-1/+4
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-031-6/+38
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-031-1/+25
* [C++11] Replacing Scope iterators using_directives_begin() and using_directiv...Aaron Ballman2014-03-171-16/+5
* [C++11] Replacing Scope iterators decl_begin() and decl_end() with iterator_r...Aaron Ballman2014-03-171-4/+5
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-0/+35
* Fix to PR8880 (clang dies processing a for loop)Serge Pavlov2014-01-231-0/+5
* ObjectiveC. Fixes a bug where an 'unused property ivar'Fariborz Jahanian2013-12-111-0/+12
* Revert r193073 and the attempt to fix it in r193170.Chandler Carruth2013-10-221-10/+0
* Fix to PR8880 (clang dies processing a for loop).Serge Pavlov2013-10-211-0/+10
* Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...Ted Kremenek2013-10-081-6/+5
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-2/+10
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-10/+2
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-2/+10
* Warn about more than the first unused variable when -Werror is set.Matt Beaumont-Gay2013-03-281-1/+5
* Finish semantic analysis for [[carries_dependency]] attribute.Richard Smith2013-01-281-22/+27
* Simplify function try/catch scope handling.David Blaikie2012-11-131-10/+1
* Fix more try scoping bugs introduced by r167650.David Blaikie2012-11-121-2/+9
* PR14296: function parameter name collisions in function try/catchDavid Blaikie2012-11-101-1/+7
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-7/+1
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-021-1/+7
* More doxygen/documentation cleanups.James Dennett2012-06-131-2/+2
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-161-6/+1
* Reapply r151638 and r151641.James Molloy2012-02-291-0/+4
* Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis2012-02-281-4/+0
* Correctly track tags and enum members defined in the prototype of a function,...James Molloy2012-02-281-0/+4