summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-invalid-function-decl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix infinite loop when ::new or ::delete are found in member initializer ↵Alexey Bataev2016-01-201-0/+42
list, by Denis Zobnin Fix for an infinite loop on parsing ::new or ::delete in member initializer list, found by fuzzing PR23057, comment #33. Skip the rest of the member initializers if the previous initializer was invalid. Differential Revision: http://reviews.llvm.org/D16216 llvm-svn: 258290
OpenPOWER on IntegriCloud