clang
3.7.0
|
#include "ClangSACheckers.h"
#include "clang/AST/CharUnits.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"
Go to the source code of this file.
Functions | |
static bool | evenFlexibleArraySize (ASTContext &Ctx, CharUnits RegionSize, CharUnits TypeSize, QualType ToPointeeTy) |
|
static |
Check if we are casting to a struct with a flexible array at the end.
or
In these cases it is also valid to allocate size of struct foo + a multiple of struct bar.
Definition at line 49 of file CastSizeChecker.cpp.
References End, clang::RecordDecl::field_begin(), clang::RecordDecl::field_end(), clang::Type::getArrayElementTypeNoTypeQual(), clang::Type::getAs(), clang::ASTContext::getAsConstantArrayType(), clang::RecordType::getDecl(), clang::ASTContext::getTypeSizeInChars(), clang::RecordDecl::hasFlexibleArrayMember(), clang::CharUnits::isNegative(), clang::CharUnits::isZero(), and clang::LangAS::Last.