class IncrementalCompilerBuilder

Declaration

class IncrementalCompilerBuilder { /* full declaration omitted */ };

Description

Create a pre-configured \c CompilerInstance for incremental processing.

Declared at: clang/include/clang/Interpreter/Interpreter.h:41

Method Overview

  • public static llvm::Expected<std::unique_ptr<CompilerInstance>> create(std::vector<const char *> & ClangArgv)

Methods

ΒΆstatic llvm::Expected<
    std::unique_ptr<CompilerInstance>>
create(std::vector<const char*>& ClangArgv)

Declared at: clang/include/clang/Interpreter/Interpreter.h:44

Parameters

std::vector<const char*>& ClangArgv