forked from OSchip/llvm-project
parent
a9a135b4f5
commit
32ea7504ef
|
@ -387,8 +387,8 @@ public:
|
|||
std::string Val;
|
||||
|
||||
explicit Argument(StringRef Str = "") : Key("String"), Val(Str) {}
|
||||
explicit Argument(StringRef Key, Value *V) : Key(Key), Val(V->getName()) {}
|
||||
explicit Argument(StringRef Key, int N);
|
||||
Argument(StringRef Key, Value *V) : Key(Key), Val(V->getName()) {}
|
||||
Argument(StringRef Key, int N);
|
||||
};
|
||||
|
||||
/// \p PassName is the name of the pass emitting this diagnostic. \p
|
||||
|
|
Loading…
Reference in New Issue