summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-decl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve the diagnostic when a comma ends up at the end of a declarator groupRichard Smith2011-10-191-1/+31
* Avoid superfluous warning after an error is detcted and reported.Fariborz Jahanian2011-04-191-2/+2
* Emit a specific diagnostic when typedefing C++ bool, mirroring gcc.Argyrios Kyrtzidis2010-11-161-0/+3
* fix PR8380, a crash on invalid due to an illogical DeclSpec SourceRange being...Chris Lattner2010-11-091-0/+11
* Fix a crash when parsing malformed out-of-line member function Fariborz Jahanian2010-08-161-0/+7
* Allow an asm label specifier on C++ methods, like GCC does.Chris Lattner2010-06-131-0/+4
* fix PR6782, an accept invalid. We weren't emitting the diagnostic Chris Lattner2010-04-051-0/+10
* Don't infinite-loop if TryAnnotateCXXScopeToken fails to annotate but doesn'tJohn McCall2010-03-011-0/+4
* improve diagnostics for C++ struct ; issues. Before:Chris Lattner2010-02-021-0/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* If we enter parens, colons can become un-sacred, allowing us to emitChris Lattner2009-12-101-1/+7
* fix a more evil case of : / :: confusion arising in ?:.Chris Lattner2009-12-101-1/+7
* fix incorrect parsing of bitfields pointed out by Doug. I choseChris Lattner2009-12-101-0/+9
* reapply my patch for PR4451, which improves diagnostics for :: vs : confusion.Chris Lattner2009-12-071-0/+30
* revert my previous patch, it is breaking something and I don't have timeChris Lattner2009-12-061-21/+0
* implement PR4451, improving error recovery for a mistaken : where a :: wasChris Lattner2009-12-061-0/+21
* Fix some C++ error recovery problems in init declarator parsingChris Lattner2009-04-121-0/+3