clang
8.0.0
|
#include "clang/Basic/LLVM.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/VersionTuple.h"
#include "llvm/Support/VirtualFileSystem.h"
Go to the source code of this file.
Classes | |
class | clang::driver::DarwinSDKInfo |
The information about the darwin SDK that was used during this compilation. More... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::driver | |
Functions | |
Expected< Optional< DarwinSDKInfo > > | clang::driver::parseDarwinSDKInfo (llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) |
Parse the SDK information from the SDKSettings.json file. More... | |