aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/Scope.cpp
AgeCommit message (Expand)Author
2012-02-29Reapply r151638 and r151641.James Molloy
2012-02-28Revert r151638 because it causes assertion hit on PCH creation for Cocoa.hArgyrios Kyrtzidis
2012-02-28Correctly track tags and enum members defined in the prototype of a function,...James Molloy
2012-02-17Reject continue/break statements within members of local functions nested withinRichard Smith
2011-05-01Store a parameter index and function prototype depth in everyJohn McCall