[PATCH] D67335: [analyzer][NFC] Refactor the checker registration unit test file

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 8 15:18:51 PDT 2019


Szelethus marked an inline comment as done.
Szelethus added inline comments.


================
Comment at: clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp:84
 
-}
-}
-}
+} // namespace
+} // namespace ento
----------------
Well, according to `clangd`, this is how it's supposed to be done in LLVM.


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