commit | 22dc44ff896a34a94c7ed6d3bf7b577b98e34fbd | [log] [tgz] |
---|---|---|
author | Csaba Dabis <dabis.csaba98@gmail.com> | Thu Aug 22 01:41:06 2019 +0000 |
committer | Csaba Dabis <dabis.csaba98@gmail.com> | Thu Aug 22 01:41:06 2019 +0000 |
tree | 47143ba7139b5e7a729da4b1ee614299a888f3b3 | |
parent | 6e8b79e3080bde71948e0259fed16247d87c071e [diff] [blame] |
[analyzer] CastValueChecker: Try to fix the buildbots llvm-svn: 369609
diff --git a/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp index e7472ab..1580f7f 100644 --- a/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
@@ -110,7 +110,7 @@ Object = Object->IgnoreParenImpCasts(); return C.getNoteTag( - [=] { + [=]() -> std::string { SmallString<128> Msg; llvm::raw_svector_ostream Out(Msg);