14#ifndef LLVM_CLANG_API_IGNORES_LIST_H
15#define LLVM_CLANG_API_IGNORES_LIST_H
18#include "llvm/ADT/SmallVector.h"
19#include "llvm/ADT/StringRef.h"
20#include "llvm/Support/Error.h"
21#include "llvm/Support/raw_ostream.h"
24#include <system_error>
39 virtual void log(llvm::raw_ostream &os)
const override;
66 : SymbolsToIgnore(
std::move(SymbolsToIgnore)),
67 Buffers(
std::move(Buffers)) {}
69 SymbolNameList SymbolsToIgnore;
Defines the clang::FileManager interface and associated types.
Implements support for file system lookup, file system caching, and directory search management.
Top level wrappers for InstallAPI frontend operations.
Diagnostic wrappers for TextAPI types for error reporting.