Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test for previous commit | Douglas Gregor | 2011-02-04 | 1 | -3/+3 |
| | | | | llvm-svn: 124861 | ||||
* | Fix a crash-on-invalid where we were trying to parse C++ constructs in | Douglas Gregor | 2011-02-04 | 1 | -0/+5 |
C, then hitting an assertion because C code shouldn't try to parse optional nested-name-specifiers. Fixes PR9137. llvm-svn: 124860 |