summaryrefslogtreecommitdiff
path: root/test/Tooling
AgeCommit message (Expand)AuthorFilesLines
2016-04-21Back out the test case for r266973 for now.Benjamin Kramer1-2/+0
2016-04-21[Tooling] Inject -resource-dir instead of overwriting argv[0].Benjamin Kramer1-0/+2
2015-11-27int function without a return statement is invalid C++.Artyom Skrobov2-2/+2
2015-07-08Change the expectation for test/Tooling/ms-asm-no-target.cpp sinceAdrian Prantl1-6/+6
2014-11-04Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi1-1/+0
2014-11-04clang/test/Tooling: Remove mention to PR15590 out of a couple of tests. They ...NAKAMURA Takumi2-6/+0
2014-11-04clang/test/Tooling: [PR15590] Avoid backslashes in JSON. Should work on win32.NAKAMURA Takumi3-15/+3
2014-07-16clang/test: Introduce the feature "staticanalyzer" for --enable-clang-static-...NAKAMURA Takumi1-0/+2
2014-05-01PR19601: testcase improvementArnaud A. de Grandmaison1-1/+2
2013-12-18Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it doe...Artyom Skrobov1-0/+1
2013-12-13clang-check to ignore -no-integrated-as because certain drivers can't handle itArtyom Skrobov1-3/+0
2013-11-18clang/test/Tooling/multi-jobs.cpp: Mark this as XFAIL:msvc for now. It has be...NAKAMURA Takumi1-0/+3
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker1-1/+0
2013-11-08Improve the missing ASM parser test for MS-style assemblyAlp Toker1-0/+13
2013-10-01Fixed replacements for files with relative paths are not applied.Ariel J. Bernal1-0/+10
2013-08-10Simplify now that llvm::sys::current_path checks $PWD.Rafael Espindola2-1/+9
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola11-11/+11
2013-06-06Add support for static analysis to clang-checkPavel Labath1-0/+4
2013-06-06ClangTool: strip -o from the command linePavel Labath1-0/+11
2013-06-05clang-check: Enable specification of additional compiler argumentsPavel Labath1-0/+5
2013-05-15Use 'env' in tests that set environment variables.Jordan Rose2-2/+2
2013-05-01As of r180836, these tests should no longer be XFAILed on Windows.Aaron Ballman5-15/+0
2013-03-25Added PR number for failing win64 tests.Fariborz Jahanian5-0/+5
2013-03-22These tests fail on our Window64 machine.Fariborz Jahanian5-0/+5
2013-03-15ClangTool output cleanupEdwin Vane1-7/+5
2013-01-31Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu1-15/+15
2013-01-07Implement Attr dumping for -ast-dump.Alexander Kornienko1-1/+2
2012-12-20Implement AST dumper for Decls.Alexander Kornienko1-7/+12
2012-11-21Use color for -ast-dump-filter only when it is supportedDmitri Gribenko1-1/+2
2012-10-31Fix for -ast-dump-filterAlexander Kornienko1-0/+6
2012-08-17Fixed crash and added a test and a minor output problemAlexander Kornienko1-0/+3
2012-08-16Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith1-1/+1
2012-08-16Don't constant-fold when pretty-printing alignment attribute. This fixes aRichard Smith1-0/+5
2012-08-13Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-checkAlexander Kornienko1-0/+35
2012-08-01Fix typo.Manuel Klimek1-1/+1
2012-07-31This test actually works on Win32...Manuel Klimek1-4/+0
2012-07-31Fixes a segfault in Tooling when using pch's:Manuel Klimek5-0/+22
2012-07-26Removed standalone clang-ast-dump tool.Alexander Kornienko1-21/+0
2012-07-20Switch to the canonical pipe-based testing of clang output usingChandler Carruth1-3/+1
2012-07-17clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now.NAKAMURA Takumi1-0/+3
2012-07-16This test appears to be passing on win32.Ted Kremenek1-4/+3
2012-07-16Fixing an obvious bug in a test.Alexander Kornienko1-2/+1
2012-07-16The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko1-0/+22
2012-07-10Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison1-0/+11
2012-07-10Fixes the MSVC build.Manuel Klimek3-0/+6
2012-07-10Adds support for auto-detection of compilation databasesManuel Klimek9-6/+30
2012-05-23clang/test/Tooling: Update comments in left 2 tests on XFAIL. They are incomp...NAKAMURA Takumi2-2/+2
2012-05-23clang/test/Tooling: Tweak 4 tests to escape the path separator s/\\/\\\\/g in...NAKAMURA Takumi4-8/+7
2012-05-20test/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw for now. Fixing is work...NAKAMURA Takumi1-0/+1
2012-05-16clang/test/Tooling: Remark as XFAIL again in 5 tests for msvc hosts.NAKAMURA Takumi5-0/+15