summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-inconsistent-missing-destructor-override
Commit message (Collapse)AuthorAgeFilesLines
* Add warning for inconsistent overrides on destructor.Richard Trieu2017-03-011-0/+33
The exisiting warning for inconsistent overrides does not include the destructor as it was noted in review that it was too noisy. Instead, add to a separate warning group that is off by default for users who want consistent warnings between methods and destructors. llvm-svn: 296572
OpenPOWER on IntegriCloud