summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/ast-dump-invalid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove an assert that's not true on invalid code.Nico Weber2015-01-041-0/+20
r185773 added an assert that checked that a CXXUnresolvedConstructExpr either has a valid rparen, or exactly one argument. This doesn't have to be true for invalid inputs. Convert the assert to an if, and add a test for this case. Found by SLi's afl bot. llvm-svn: 225140
OpenPOWER on IntegriCloud