summaryrefslogtreecommitdiffstats
path: root/test/Tooling
Commit message (Expand)AuthorAgeFilesLines
* [test] Port clang tests to canonicalized booleansMichal Gorny2017-01-251-1/+1
* Back out the test case for r266973 for now.Benjamin Kramer2016-04-211-2/+0
* [Tooling] Inject -resource-dir instead of overwriting argv[0].Benjamin Kramer2016-04-211-0/+2
* int function without a return statement is invalid C++.Artyom Skrobov2015-11-272-2/+2
* Change the expectation for test/Tooling/ms-asm-no-target.cpp sinceAdrian Prantl2015-07-081-6/+6
* Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi2014-11-041-1/+0
* clang/test/Tooling: Remove mention to PR15590 out of a couple of tests. They ...NAKAMURA Takumi2014-11-042-6/+0
* clang/test/Tooling: [PR15590] Avoid backslashes in JSON. Should work on win32.NAKAMURA Takumi2014-11-043-15/+3
* clang/test: Introduce the feature "staticanalyzer" for --enable-clang-static-...NAKAMURA Takumi2014-07-161-0/+2
* PR19601: testcase improvementArnaud A. de Grandmaison2014-05-011-1/+2
* Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it doe...Artyom Skrobov2013-12-181-0/+1
* clang-check to ignore -no-integrated-as because certain drivers can't handle itArtyom Skrobov2013-12-131-3/+0
* clang/test/Tooling/multi-jobs.cpp: Mark this as XFAIL:msvc for now. It has be...NAKAMURA Takumi2013-11-181-0/+3
* Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker2013-11-151-1/+0
* Improve the missing ASM parser test for MS-style assemblyAlp Toker2013-11-081-0/+13
* Fixed replacements for files with relative paths are not applied.Ariel J. Bernal2013-10-011-0/+10
* Simplify now that llvm::sys::current_path checks $PWD.Rafael Espindola2013-08-102-1/+9
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-0411-11/+11
* Add support for static analysis to clang-checkPavel Labath2013-06-061-0/+4
* ClangTool: strip -o from the command linePavel Labath2013-06-061-0/+11
* clang-check: Enable specification of additional compiler argumentsPavel Labath2013-06-051-0/+5
* Use 'env' in tests that set environment variables.Jordan Rose2013-05-152-2/+2
* As of r180836, these tests should no longer be XFAILed on Windows.Aaron Ballman2013-05-015-15/+0
* Added PR number for failing win64 tests.Fariborz Jahanian2013-03-255-0/+5
* These tests fail on our Window64 machine.Fariborz Jahanian2013-03-225-0/+5
* ClangTool output cleanupEdwin Vane2013-03-151-7/+5
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-311-15/+15
* Implement Attr dumping for -ast-dump.Alexander Kornienko2013-01-071-1/+2
* Implement AST dumper for Decls.Alexander Kornienko2012-12-201-7/+12
* Use color for -ast-dump-filter only when it is supportedDmitri Gribenko2012-11-211-1/+2
* Fix for -ast-dump-filterAlexander Kornienko2012-10-311-0/+6
* Fixed crash and added a test and a minor output problemAlexander Kornienko2012-08-171-0/+3
* Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith2012-08-161-1/+1
* Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith2012-08-161-0/+5
* Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-checkAlexander Kornienko2012-08-131-0/+35
* Fix typo.Manuel Klimek2012-08-011-1/+1
* This test actually works on Win32...Manuel Klimek2012-07-311-4/+0
* Fixes a segfault in Tooling when using pch's:Manuel Klimek2012-07-315-0/+22
* Removed standalone clang-ast-dump tool.Alexander Kornienko2012-07-261-21/+0
* Switch to the canonical pipe-based testing of clang output usingChandler Carruth2012-07-201-3/+1
* clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now.NAKAMURA Takumi2012-07-171-0/+3
* This test appears to be passing on win32.Ted Kremenek2012-07-161-4/+3
* Fixing an obvious bug in a test.Alexander Kornienko2012-07-161-2/+1
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-161-0/+22
* Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison2012-07-101-0/+11
* Fixes the MSVC build.Manuel Klimek2012-07-103-0/+6
* Adds support for auto-detection of compilation databasesManuel Klimek2012-07-109-6/+30
* clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are incomp...NAKAMURA Takumi2012-05-232-2/+2
* clang/test/Tooling: Tweak 4 tests to escape the path separator s/\\/\\\\/g in...NAKAMURA Takumi2012-05-234-8/+7
* test/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw for now. Fixing is work...NAKAMURA Takumi2012-05-201-0/+1