[PATCH] D88495: [clangd] Disable msan instrumentation for generated Evaluate().
Adam Czachorowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 29 08:24:41 PDT 2020
adamcz accepted this revision.
adamcz added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/clangd/quality/CompletionModelCodegen.py:164
+LLVM_NO_SANITIZE("memory")
float Evaluate(const %s&);
----------------
Please add a comment here explaining why this is disabled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88495/new/
https://reviews.llvm.org/D88495
More information about the cfe-commits
mailing list