[PATCH] D67335: [analyzer][NFC] Refactor the checker registration unit test file
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 9 18:42:06 PDT 2019
NoQ accepted this revision.
NoQ added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp:84
-}
-}
-}
+} // namespace
+} // namespace ento
----------------
Szelethus wrote:
> Well, according to `clangd`, this is how it's supposed to be done in LLVM.
[[ https://github.com/llvm-mirror/clang/blob/release_80/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h#L158 | Can confirm ]].
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67335/new/
https://reviews.llvm.org/D67335
More information about the cfe-commits
mailing list