vingeldal added inline comments.

================
Comment at: 
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-non-const-global-variables.cpp:234-236
+    static int staticNonConstLoopVariable = 42;
     int nonConstLoopVariable = 42;
+    nonConstInt = nonConstLoopVariable + i + staticNonConstLoopVariable;
----------------
aaron.ballman wrote:
> I would like this example moved out of the section suggesting this is a false 
> positive.
I don't follow I thought you said this was a false positive and that's why I'm 
now making the check not catch this piece of code?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77461/new/

https://reviews.llvm.org/D77461



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to