clang 20.0.0git
|
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/StaticAnalyzer/Checkers/Taint.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include <optional>
Go to the source code of this file.
Functions | |
static bool | isBooleanType (QualType Ty) |
Definition at line 45 of file BoolAssignmentChecker.cpp.
References clang::Type::getAs(), and clang::Type::isBooleanType().
Referenced by clang::StandardConversionSequence::isPointerConversionToBool().