clang
3.9.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
llvm.src
tools
clang
include
clang
FrontendTool
ool/Utils.h
Go to the documentation of this file.
1
//===--- Utils.h - Misc utilities for the front-end -------------*- C++ -*-===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
//
10
// This header contains miscellaneous utilities for various front-end actions
11
// which were split from Frontend to minimise Frontend's dependencies.
12
//
13
//===----------------------------------------------------------------------===//
14
15
#ifndef LLVM_CLANG_FRONTENDTOOL_UTILS_H
16
#define LLVM_CLANG_FRONTENDTOOL_UTILS_H
17
18
namespace
clang {
19
20
class
CompilerInstance;
21
22
/// ExecuteCompilerInvocation - Execute the given actions described by the
23
/// compiler invocation object in the given compiler instance.
24
///
25
/// \return - True on success.
26
bool
ExecuteCompilerInvocation
(CompilerInstance *Clang);
27
28
}
// end namespace clang
29
30
#endif
clang::ExecuteCompilerInvocation
bool ExecuteCompilerInvocation(CompilerInstance *Clang)
ExecuteCompilerInvocation - Execute the given actions described by the compiler invocation object in ...
Definition:
ExecuteCompilerInvocation.cpp:171
Generated on Wed Aug 31 2016 16:58:22 for clang by
1.8.6