clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::TUStatus::BuildDetails Struct Reference

#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.
 

Detailed Description

Definition at line 143 of file TUScheduler.h.

Member Data Documentation

◆ BuildFailed

bool clang::clangd::TUStatus::BuildDetails::BuildFailed = false

Indicates whether clang failed to build the TU.

Definition at line 145 of file TUScheduler.h.

◆ ReuseAST

bool clang::clangd::TUStatus::BuildDetails::ReuseAST = false

Indicates whether we reused the prebuilt AST.

Definition at line 147 of file TUScheduler.h.


The documentation for this struct was generated from the following file: