clang-tools
8.0.0
|
#include <TUScheduler.h>
Public Attributes | |
bool | BuildFailed = false |
Indicates whether clang failed to build the TU. More... | |
bool | ReuseAST = false |
Indicates whether we reused the prebuilt AST. More... | |
Definition at line 74 of file TUScheduler.h.
bool clang::clangd::TUStatus::BuildDetails::BuildFailed = false |
Indicates whether clang failed to build the TU.
Definition at line 76 of file TUScheduler.h.
bool clang::clangd::TUStatus::BuildDetails::ReuseAST = false |
Indicates whether we reused the prebuilt AST.
Definition at line 78 of file TUScheduler.h.