[PATCH] D112913: Misleading bidirectional detection
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 1 17:17:38 PDT 2021
MaskRay added a comment.
> Context not available.
If you don't use `arc diff 'HEAD^'` to upload a Diff, please use -U99999 https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface
================
Comment at: clang-tools-extra/clang-tidy/misc/MisleadingBidirectional.cpp:15
+
+namespace clang {
+namespace tidy {
----------------
See https://llvm.org/docs/CodingStandards.html#use-namespace-qualifiers-to-implement-previously-declared-functions
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112913/new/
https://reviews.llvm.org/D112913
More information about the cfe-commits
mailing list