[PATCH] D60383: FileCheck [3/12]: Stricter parsing of @LINE expressions
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 11 12:34:20 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/lib/Support/FileCheck.cpp:95
+ SM.PrintMessage(oploc, SourceMgr::DK_Error,
+ std::string("Unsupported numeric operation '") + Operator +
+ "'");
----------------
I thought these used Twine, not std::string?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60383/new/
https://reviews.llvm.org/D60383
More information about the llvm-commits
mailing list