9 #ifndef LLVM_CLANG_DRIVER_UTIL_H 10 #define LLVM_CLANG_DRIVER_UTIL_H 13 #include "llvm/ADT/DenseMap.h" 16 class DiagnosticsEngine;
23 typedef llvm::DenseMap<const JobAction*, const char*>
ArgStringMap;
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
llvm::DenseMap< const JobAction *, const char * > ArgStringMap
ArgStringMap - Type used to map a JobAction to its result file.
SmallVector< Action *, 3 > ActionList
ActionList - Type used for lists of actions.
Dataflow Directional Tag Classes.