summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/destructor-exception-spec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR13479: If we see the definition of an out-of-line destructor in C++11, beRichard Smith2012-07-301-0/+12
sure to update the exception specification on the declaration as well as the definition. If we're building in -fno-exceptions mode, nothing else will trigger it to be updated. llvm-svn: 161008
OpenPOWER on IntegriCloud