summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-in-c.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix test for previous commitDouglas Gregor2011-02-041-3/+3
| | | | llvm-svn: 124861
* Fix a crash-on-invalid where we were trying to parse C++ constructs inDouglas Gregor2011-02-041-0/+5
C, then hitting an assertion because C code shouldn't try to parse optional nested-name-specifiers. Fixes PR9137. llvm-svn: 124860
OpenPOWER on IntegriCloud