aboutsummaryrefslogtreecommitdiff
path: root/test/Tooling
AgeCommit message (Expand)Author
2013-05-01As of r180836, these tests should no longer be XFAILed on Windows.Aaron Ballman
2013-03-25Added PR number for failing win64 tests.Fariborz Jahanian
2013-03-22These tests fail on our Window64 machine.Fariborz Jahanian
2013-03-15ClangTool output cleanupEdwin Vane
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu
2013-01-07Implement Attr dumping for -ast-dump.Alexander Kornienko
2012-12-20Implement AST dumper for Decls.Alexander Kornienko
2012-11-21Use color for -ast-dump-filter only when it is supportedDmitri Gribenko
2012-10-31Fix for -ast-dump-filterAlexander Kornienko
2012-08-17Fixed crash and added a test and a minor output problemAlexander Kornienko
2012-08-16Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith
2012-08-16Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith
2012-08-13Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-checkAlexander Kornienko
2012-08-01Fix typo.Manuel Klimek
2012-07-31This test actually works on Win32...Manuel Klimek
2012-07-31Fixes a segfault in Tooling when using pch's:Manuel Klimek
2012-07-26Removed standalone clang-ast-dump tool.Alexander Kornienko
2012-07-20Switch to the canonical pipe-based testing of clang output usingChandler Carruth
2012-07-17clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now.NAKAMURA Takumi
2012-07-16This test appears to be passing on win32.Ted Kremenek
2012-07-16Fixing an obvious bug in a test.Alexander Kornienko
2012-07-16The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko
2012-07-10Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison
2012-07-10Fixes the MSVC build.Manuel Klimek
2012-07-10Adds support for auto-detection of compilation databasesManuel Klimek
2012-05-23clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are incomp...NAKAMURA Takumi
2012-05-23clang/test/Tooling: Tweak 4 tests to escape the path separator s/\\/\\\\/g in...NAKAMURA Takumi
2012-05-20test/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw for now. Fixing is work...NAKAMURA Takumi
2012-05-16clang/test/Tooling: Remark as XFAIL again in 5 tests for msvc hosts.NAKAMURA Takumi
2012-05-16clang/test/Tooling: Remove XFAIL in 5 tests to unveil the real failure.NAKAMURA Takumi
2012-05-16clang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES: shell".NAKAMURA Takumi
2012-05-09Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan
2012-05-07Fixes resolution of relative paths when running clang tools.Manuel Klimek
2012-04-25Fixes the header search logic for tools:Manuel Klimek
2012-04-18Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek
2012-04-10Fix quoting to allow shell expansion to occur for shell variablesKaelyn Uhrain
2012-04-10Fix tautological FileCheck by moving the CHECK to an extra line.Manuel Klimek
2012-04-09Implementing a test for the use of PWD to base finding theManuel Klimek
2012-04-04clang/test/Tooling/clang-check.cpp: Mark it as XFAIL also on cygwin.NAKAMURA Takumi
2012-04-04clang/test/Tooling/clang-check.cpp: Mark it as XFAIL mingw,msvc for now.NAKAMURA Takumi
2012-04-04Adds a tooling library.Manuel Klimek
2011-06-02Reverts the Tooling changes as requested by Chris.Manuel Klimek
2011-06-01Fix test breakage due to example not being built.Manuel Klimek
2011-05-31This patch implements an AST matching framework that allows to writeManuel Klimek