]> granicus.if.org Git - clang/commit
Wdeprecated: PathPieces are copied, make them safely implicitly copyable by removing...
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 13 Aug 2015 22:23:53 +0000 (22:23 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 13 Aug 2015 22:23:53 +0000 (22:23 +0000)
commit3667567c117d1eb8c3b9bfd73b0effb528d0341d
tree2f94f7c0d41eba57cd7789f44b1dfbf65f0fdd6c
parentf4606706794957b69d2868ee09ffa4f46d0cbf28
Wdeprecated: PathPieces are copied, make them safely implicitly copyable by removing the unnecessary user declared dtor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244973 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
lib/StaticAnalyzer/Core/PathDiagnostic.cpp