[PATCH] D62977: [clang-tidy]: Google: new check 'google-upgrade-googletest-case'
Eric Fiselier via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 13:50:23 PDT 2019
EricWF added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/google/GoogleTidyModule.cpp:30
#include "UnnamedNamespaceInHeaderCheck.h"
#include "UsingNamespaceDirectiveCheck.h"
----------------
Just tried building this. I think you're missing an include for `UpgradeGoogletestCaseCheck`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62977/new/
https://reviews.llvm.org/D62977
More information about the llvm-commits
mailing list