[all-commits] [llvm/llvm-project] b2d8c8: Remove false positive in AvoidNonConstGlobalVariab...
Kim Viggedal via All-commits
all-commits at lists.llvm.org
Wed Apr 15 11:48:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b2d8c89ea48beb83e0392b1f00c9eafa33c09ca8
https://github.com/llvm/llvm-project/commit/b2d8c89ea48beb83e0392b1f00c9eafa33c09ca8
Author: Kim Viggedal <kimviggedal at gmail.com>
Date: 2020-04-15 (Wed, 15 Apr 2020)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidNonConstGlobalVariablesCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-avoid-non-const-global-variables.cpp
Log Message:
-----------
Remove false positive in AvoidNonConstGlobalVariables.
Addresses post-commit review feedback from https://reviews.llvm.org/D70265
More information about the All-commits
mailing list