aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-undeclared-identifier.cpp
AgeCommit message (Expand)Author
2012-12-05In C++, if we hit an error in the class-head, don't try to parse the class body.Richard Smith
2012-05-15Don't use the implicit int rule for error recovery in C++. Instead, try toRichard Smith
2010-06-22Fix PR7180.Argyrios Kyrtzidis
2010-05-14Patch to fix a crash on incomplete class declaration.Fariborz Jahanian