clang-tools 22.0.0git
|
Checks the correct order of #includes. More...
#include <IncludeOrderCheck.h>
Public Member Functions | |
IncludeOrderCheck (StringRef Name, ClangTidyContext *Context) | |
void | registerPPCallbacks (const SourceManager &SM, Preprocessor *PP, Preprocessor *ModuleExpanderPP) override |
Checks the correct order of #includes.
See https://llvm.org/docs/CodingStandards.html#include-style
Definition at line 19 of file IncludeOrderCheck.h.
|
inline |
Definition at line 21 of file IncludeOrderCheck.h.
|
override |
Definition at line 53 of file IncludeOrderCheck.cpp.