clang 18.0.0git
|
#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 |
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. | |