clang API Documentation

Classes | Namespaces | Typedefs
ArgumentsAdjusters.h File Reference
#include <string>
#include <vector>
Include dependency graph for ArgumentsAdjusters.h:
This graph shows which files directly or indirectly include this file:

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.