clang-tools
15.0.0git
|
#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 113 of file TUScheduler.h.
bool clang::clangd::TUStatus::BuildDetails::BuildFailed = false |
Indicates whether clang failed to build the TU.
Definition at line 115 of file TUScheduler.h.
bool clang::clangd::TUStatus::BuildDetails::ReuseAST = false |
Indicates whether we reused the prebuilt AST.
Definition at line 117 of file TUScheduler.h.