|
clang 22.0.0git
|
#include "clang/Basic/SourceManager.h"#include "clang/StaticAnalyzer/Core/CheckerManager.h"#include "llvm/Support/VirtualFileSystem.h"#include "llvm/Support/YAMLTraits.h"#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::ento |
Functions | |
| template<class T, class Checker> | |
| std::optional< T > | clang::ento::getConfiguration (CheckerManager &Mgr, Checker *Chk, StringRef Option, StringRef ConfigFile) |
| Read the given file from the filesystem and parse it as a yaml file. | |