9#ifndef LLVM_CLANG_APINOTES_APINOTESOPTIONS_H 
   10#define LLVM_CLANG_APINOTES_APINOTESOPTIONS_H 
   12#include "llvm/Support/VersionTuple.h" 
Tracks various options which control how API notes are found and handled.
 
llvm::VersionTuple SwiftVersion
The Swift version which should be used for API notes.
 
std::vector< std::string > ModuleSearchPaths
The set of search paths where we API notes can be found for particular modules.
 
The JSON file list parser is used to communicate input to InstallAPI.