summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/pr25181-crash-on-invalid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] PR25181 Fix crash when method declaration with throw spec fails to ↵Reid Kleckner2016-02-191-0/+7
parse correctly Fixes crash referenced in PR25181 where dyn_cast is called on a null instance of LM.Method. Reviewers: majnemer, rnk Patch by Don Hinton Differential Revision: http://reviews.llvm.org/D17072 llvm-svn: 261292
OpenPOWER on IntegriCloud