clang-tools  11.0.0
Public Attributes | List of all members
clang::clangd::ParseOptions Struct Reference

#include <Compiler.h>

Collaboration diagram for clang::clangd::ParseOptions:
[legend]

Public Attributes

tidy::ClangTidyOptions ClangTidyOpts
 
bool SuggestMissingIncludes = false
 
bool BuildRecoveryAST = false
 
bool PreserveRecoveryASTType = false
 

Detailed Description

Definition at line 39 of file Compiler.h.

Member Data Documentation

◆ BuildRecoveryAST

bool clang::clangd::ParseOptions::BuildRecoveryAST = false

Definition at line 42 of file Compiler.h.

Referenced by clang::clangd::buildCompilerInvocation().

◆ ClangTidyOpts

tidy::ClangTidyOptions clang::clangd::ParseOptions::ClangTidyOpts

Definition at line 40 of file Compiler.h.

◆ PreserveRecoveryASTType

bool clang::clangd::ParseOptions::PreserveRecoveryASTType = false

Definition at line 43 of file Compiler.h.

Referenced by clang::clangd::buildCompilerInvocation().

◆ SuggestMissingIncludes

bool clang::clangd::ParseOptions::SuggestMissingIncludes = false

Definition at line 41 of file Compiler.h.


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