[analyzer] CastValueChecker: Try to fix the buildbots

llvm-svn: 369609
This commit is contained in:
Csaba Dabis
2019-08-22 01:41:06 +00:00
parent 6e8b79e308
commit 22dc44ff89

View File

@@ -110,7 +110,7 @@ static const NoteTag *getNoteTag(CheckerContext &C,
Object = Object->IgnoreParenImpCasts();
return C.getNoteTag(
[=] {
[=]() -> std::string {
SmallString<128> Msg;
llvm::raw_svector_ostream Out(Msg);