clang-tools 20.0.0git
|
#include <TUScheduler.h>
Public Attributes | |
bool | BuildFailed = false |
Indicates whether clang failed to build the TU. | |
bool | ReuseAST = false |
Indicates whether we reused the prebuilt AST. | |
Definition at line 143 of file TUScheduler.h.
bool clang::clangd::TUStatus::BuildDetails::BuildFailed = false |
Indicates whether clang failed to build the TU.
Definition at line 145 of file TUScheduler.h.
bool clang::clangd::TUStatus::BuildDetails::ReuseAST = false |
Indicates whether we reused the prebuilt AST.
Definition at line 147 of file TUScheduler.h.