summaryrefslogtreecommitdiff
path: root/lib/Sema/Scope.cpp
Commit message (Expand)AuthorAge
* MS static locals mangling: don't count enum scopesHans Wennborg2014-06-17
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-03
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-03
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-05
* Fix to PR8880 (clang dies processing a for loop)Serge Pavlov2014-01-23
* Revert r193073 and the attempt to fix it in r193170.Chandler Carruth2013-10-22
* Fix to PR8880 (clang dies processing a for loop).Serge Pavlov2013-10-21
* Reapply r151638 and r151641.James Molloy2012-02-29
* Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis2012-02-28
* Correctly track tags and enum members defined in the prototype of a function,...James Molloy2012-02-28
* Reject continue/break statements within members of local functions nested withinRichard Smith2012-02-17
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-01