summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-pure-virtual-call-from-ctor-dtor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing braces around two statements that were intended to be partChandler Carruth2011-06-271-0/+7
| | | | | | | | | | | of a single if block. This is really annoying to track down and test. Silly changes to the test case caused it to stop showing up. I wish there were a more concrete way of asserting that a note attaches to the intended diagnostic. This fixes PR10195. llvm-svn: 133907
* Warn when trying to call a pure virtual member function in a class from the ↵Anders Carlsson2011-05-061-0/+7
class constructor/destructor. Fixes PR7966. llvm-svn: 130982
OpenPOWER on IntegriCloud