clang API Documentation
#include "ClangSACheckers.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "clang/StaticAnalyzer/Core/CheckerManager.h"#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"#include "clang/AST/ParentMap.h"#include "clang/Basic/TargetInfo.h"#include "llvm/ADT/SmallString.h"
Go to the source code of this file.
Functions | |
| static bool | supportsNilWithFloatRet (const llvm::Triple &triple) |
| static bool supportsNilWithFloatRet | ( | const llvm::Triple & | triple | ) | [static] |
Definition at line 319 of file CallAndMessageChecker.cpp.