clang
12.0.0git
|
#include "clang/Basic/LangStandard.h"
#include "clang/Driver/Options.h"
#include "clang/Driver/Types.h"
#include "clang/Tooling/CompilationDatabase.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Option/OptTable.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/StringSaver.h"
#include "llvm/Support/raw_ostream.h"
#include <memory>
Go to the source code of this file.
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::tooling | |
Functions | |
std::unique_ptr< CompilationDatabase > | clang::tooling::inferMissingCompileCommands (std::unique_ptr< CompilationDatabase >) |
Returns a wrapped CompilationDatabase that defers to the provided one, but getCompileCommands() will infer commands for unknown files. More... | |
bool ClangCLMode |
Definition at line 134 of file InterpolatingCompilationDatabase.cpp.
CompileCommand Cmd |
Definition at line 128 of file InterpolatingCompilationDatabase.cpp.
Referenced by clang::driver::Driver::BuildJobs(), clang::driver::tools::darwin::Linker::ConstructJob(), clang::createInvocationFromCommandLine(), clang::driver::Driver::generateCompilationDiagnostics(), getCC1Arguments(), and stripPositionalArgs().
LangStandard::Kind Std = LangStandard::lang_unspecified |
Definition at line 132 of file InterpolatingCompilationDatabase.cpp.
Referenced by clang::driver::tools::solaris::Linker::ConstructJob(), clang::driver::tools::Clang::ConstructJob(), DiagnoseTwoPhaseLookup(), clang::Sema::lookupStdExperimentalNamespace(), and clang::CompilerInvocation::setLangDefaults().
Definition at line 130 of file InterpolatingCompilationDatabase.cpp.