clang API Documentation
#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | clang::tooling::ArgumentsAdjuster |
| Abstract interface for a command line adjusters. More... | |
| class | clang::tooling::ClangSyntaxOnlyAdjuster |
| Syntax check only command line adjuster. More... | |
| class | clang::tooling::ClangStripOutputAdjuster |
| An argument adjuster which removes output-related command line arguments. More... | |
| class | clang::tooling::InsertArgumentAdjuster |
Namespaces | |
| namespace | clang |
| namespace | clang::tooling |
Typedefs | |
| typedef std::vector< std::string > | clang::tooling::CommandLineArguments |
| A sequence of command line arguments. | |