10 #ifndef LLVM_CLANG_DRIVER_UTIL_H
11 #define LLVM_CLANG_DRIVER_UTIL_H
14 #include "llvm/ADT/DenseMap.h"
17 class DiagnosticsEngine;
24 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.