aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-in-c.c
AgeCommit message (Collapse)Author
2011-02-04Fix test for previous commitDouglas Gregor
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124861 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-04Fix a crash-on-invalid where we were trying to parse C++ constructs inDouglas Gregor
C, then hitting an assertion because C code shouldn't try to parse optional nested-name-specifiers. Fixes PR9137. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124860 91177308-0d34-0410-b5e6-96231b3b80d8