summaryrefslogtreecommitdiff
path: root/test/Tooling
Commit message (Expand)AuthorAge
* PR19601: testcase improvementArnaud A. de Grandmaison2014-05-01
* Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it doe...Artyom Skrobov2013-12-18
* clang-check to ignore -no-integrated-as because certain drivers can't handle itArtyom Skrobov2013-12-13
* clang/test/Tooling/multi-jobs.cpp: Mark this as XFAIL:msvc for now. It has be...NAKAMURA Takumi2013-11-18
* Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker2013-11-15
* Improve the missing ASM parser test for MS-style assemblyAlp Toker2013-11-08
* Fixed replacements for files with relative paths are not applied.Ariel J. Bernal2013-10-01
* Simplify now that llvm::sys::current_path checks $PWD.Rafael Espindola2013-08-10
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-04
* Add support for static analysis to clang-checkPavel Labath2013-06-06
* ClangTool: strip -o from the command linePavel Labath2013-06-06
* clang-check: Enable specification of additional compiler argumentsPavel Labath2013-06-05
* Use 'env' in tests that set environment variables.Jordan Rose2013-05-15
* As of r180836, these tests should no longer be XFAILed on Windows.Aaron Ballman2013-05-01
* Added PR number for failing win64 tests.Fariborz Jahanian2013-03-25
* These tests fail on our Window64 machine.Fariborz Jahanian2013-03-22
* ClangTool output cleanupEdwin Vane2013-03-15
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-31
* Implement Attr dumping for -ast-dump.Alexander Kornienko2013-01-07
* Implement AST dumper for Decls.Alexander Kornienko2012-12-20
* Use color for -ast-dump-filter only when it is supportedDmitri Gribenko2012-11-21
* Fix for -ast-dump-filterAlexander Kornienko2012-10-31
* Fixed crash and added a test and a minor output problemAlexander Kornienko2012-08-17
* Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith2012-08-16
* Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith2012-08-16
* Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-checkAlexander Kornienko2012-08-13
* Fix typo.Manuel Klimek2012-08-01
* This test actually works on Win32...Manuel Klimek2012-07-31
* Fixes a segfault in Tooling when using pch's:Manuel Klimek2012-07-31
* Removed standalone clang-ast-dump tool.Alexander Kornienko2012-07-26
* Switch to the canonical pipe-based testing of clang output usingChandler Carruth2012-07-20
* clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now.NAKAMURA Takumi2012-07-17
* This test appears to be passing on win32.Ted Kremenek2012-07-16
* Fixing an obvious bug in a test.Alexander Kornienko2012-07-16
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-16
* Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison2012-07-10
* Fixes the MSVC build.Manuel Klimek2012-07-10
* Adds support for auto-detection of compilation databasesManuel Klimek2012-07-10
* clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are incomp...NAKAMURA Takumi2012-05-23
* clang/test/Tooling: Tweak 4 tests to escape the path separator s/\\/\\\\/g in...NAKAMURA Takumi2012-05-23
* test/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw for now. Fixing is work...NAKAMURA Takumi2012-05-20
* clang/test/Tooling: Remark as XFAIL again in 5 tests for msvc hosts.NAKAMURA Takumi2012-05-16
* clang/test/Tooling: Remove XFAIL in 5 tests to unveil the real failure.NAKAMURA Takumi2012-05-16
* clang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES: shell".NAKAMURA Takumi2012-05-16
* Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan2012-05-09
* Fixes resolution of relative paths when running clang tools.Manuel Klimek2012-05-07
* Fixes the header search logic for tools:Manuel Klimek2012-04-25
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-18
* Fix quoting to allow shell expansion to occur for shell variablesKaelyn Uhrain2012-04-10
* Fix tautological FileCheck by moving the CHECK to an extra line.Manuel Klimek2012-04-10