mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
[analyzer] CastValueChecker: Try to fix the buildbots
llvm-svn: 369609
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user