forked from OSchip/llvm-project
parent
ae1ab910cd
commit
2ea656f3ab
|
@ -62,7 +62,7 @@ struct TUAction {
|
|||
Idle, // Indicates the worker thread is idle, and ready to run any upcoming
|
||||
// actions.
|
||||
};
|
||||
TUAction(State S, llvm::StringRef Name) : S(S), Name(Name){};
|
||||
TUAction(State S, llvm::StringRef Name) : S(S), Name(Name) {}
|
||||
State S;
|
||||
/// The name of the action currently running, e.g. Update, GoToDef, Hover.
|
||||
/// Empty if we are in the idle state.
|
||||
|
|
Loading…
Reference in New Issue