[all-commits] [llvm/llvm-project] 6120cb: [VPlan] Move test strs to variables, silence spuri...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Mar 31 05:18:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6120cb42f7977290fac7a8ae1a7c06fc79beb5dc
https://github.com/llvm/llvm-project/commit/6120cb42f7977290fac7a8ae1a7c06fc79beb5dc
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Move test strs to variables, silence spurious C4129 (NFC).
This is a speculative fix to silence the spurious C4129 warning that
some version of MSVC generate for the raw string literals in the changed
files.
Before disabling the warning (D76428), try a potential fix suggested in
the review.
More information about the All-commits
mailing list