[PATCH] D62977: [clang-tidy]: Google: new check 'google-upgrade-googletest-case'
Sergey Tsatsulin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 04:22:17 PDT 2019
tsatsulin marked an inline comment as done.
tsatsulin added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp:83
+
+ void Ifndef(SourceLocation Loc, const Token &MacroNameTok,
+ const MacroDefinition &MD) override {
----------------
The body of this method is the same as `Ifdef`. Please check.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62977/new/
https://reviews.llvm.org/D62977
More information about the llvm-commits
mailing list