clang-tools
10.0.0
|
#include "SimplifyBooleanExprCheck.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Lex/Lexer.h"
#include <cassert>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
class | clang::tidy::readability::SimplifyBooleanExprCheck::Visitor |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::readability | |
Functions | |
bool | clang::tidy::readability::containsBoolLiteral (const Expr *E) |