summaryrefslogtreecommitdiffstats
path: root/lib/Sema/Scope.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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