llvm-project/clang/unittests/StaticAnalyzer
Benjamin Kramer 456ee30036 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.

llvm-svn: 335854
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