| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix -Wdelete-non-virtual-dtor in Tooling code. | David Blaikie | 2012-05-09 | 1 | -0/+3 |
| | | | | | | | Also, add an anchor as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 156495 | ||||
| * | Declare abstract class ArgumentsAdjuster. This abstract interface describes | Simon Atanasyan | 2012-05-09 | 1 | -0/+31 |
| 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 | |||||

