llvm-project/clang/test/Tooling
Simon Atanasyan 32df72db66 Declare abstract class ArgumentsAdjuster. This abstract interface describes
a command line argument adjuster, which is responsible for command line
arguments modification before the arguments are used to run a frontend action.

Define class ClangSyntaxOnlyAdjuster implements ArgumentsAdjuster interface.
This class converts input command line arguments to the "syntax check only"
variant.

Reviewed by Manuel Klimek.

llvm-svn: 156478
2012-05-09 16:18:30 +00:00
..
clang-check-args.cpp Adds a FixedCompilationDatabase to be able to specify tool parameters 2012-04-18 07:41:50 +00:00
clang-check-builtin-headers.cpp Fixes the header search logic for tools: 2012-04-25 09:25:41 +00:00
clang-check-chdir.cpp Fixes resolution of relative paths when running clang tools. 2012-05-07 09:17:48 +00:00
clang-check-pwd.cpp Fix quoting to allow shell expansion to occur for shell variables 2012-04-10 22:27:27 +00:00
clang-check.cpp Fix tautological FileCheck by moving the CHECK to an extra line. 2012-04-10 12:12:33 +00:00
multi-jobs.cpp Declare abstract class ArgumentsAdjuster. This abstract interface describes 2012-05-09 16:18:30 +00:00