diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-08-13 22:58:37 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-08-13 22:58:37 +0000 |
commit | 6951e3e406d6698a3bd2302d7114c3cfa55c3f69 (patch) | |
tree | 60ac2103ac6f0cb5b86579c33ba0d109c7e165ca /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 048f975e2bc43874996f770b2c0dd0609ea14be1 (diff) | |
download | llvm-6951e3e406d6698a3bd2302d7114c3cfa55c3f69.zip llvm-6951e3e406d6698a3bd2302d7114c3cfa55c3f69.tar.gz llvm-6951e3e406d6698a3bd2302d7114c3cfa55c3f69.tar.bz2 |
Wdeprecated: BugReporterVisitors are copied for cloning (BugReporterVisitorImpl), make sure such copies are safe
Make the copy/move ctors defaulted in the base class and make the
derived classes final to avoid any intermediate hierarchy slicing if
these types were further derived.
llvm-svn: 244979
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions