clang-tools
5.0.0
|
#include "InefficientAlgorithmCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Lexer.h"
Go to the source code of this file.
Namespaces | |
clang | |
clang::tidy | |
clang::tidy::misc | |
Functions | |
static bool | clang::tidy::misc::areTypesCompatible (QualType Left, QualType Right) |