Skip to content

Commit

Permalink
Bug 1652039 - Include checks in subdirectories in MozillaTidyModule.c…
Browse files Browse the repository at this point in the history
…pp r=andi

Differential Revision: https://phabricator.services.mozilla.com/D83119
  • Loading branch information
tomrittervg committed Jul 20, 2020
1 parent 94b50d3 commit 4ccc787
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/clang-plugin/MozillaTidyModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
#include "../ClangTidyModule.h"
#include "../ClangTidyModuleRegistry.h"
#include "ChecksIncludes.inc"
#include "external/ExternalIncludes.inc"
#ifdef MOZ_CLANG_PLUGIN_ALPHA
#include "alpha/AlphaIncludes.inc"
#endif

using namespace clang::ast_matchers;

Expand Down

0 comments on commit 4ccc787

Please sign in to comment.