clang/unittests/StaticAnalyzer
Benjamin Kramer 28e87abe7b Fix unittest build with GCC older than 5.
Old GCCs have an annoying bug where RVO disables the automatic
conversion to base for unique_ptr. Add a pessimizing std::move as a
workaround.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335854 91177308-0d34-0410-b5e6-96231b3b80d8
2018-06-28 13:31:36 +00:00
..
AnalyzerOptionsTest.cpp [analyzer] Allow registering custom statically-linked analyzer checkers 2018-06-27 14:56:12 +00:00
CMakeLists.txt [analyzer] Add clangFrontend to target_link_libraries 2018-06-27 22:05:09 +00:00
RegisterCustomCheckersTest.cpp Fix unittest build with GCC older than 5. 2018-06-28 13:31:36 +00:00