summaryrefslogtreecommitdiff
path: root/test/Tooling
AgeCommit message (Expand)Author
2017-11-14[tooling] Make compile_flags.txt negative test more hermeticSam McCall
2017-11-09[Tooling] Use FixedCompilationDatabase when `compile_flags.txt` is found.Sam McCall
2017-08-27[clang-diff] Treat CXXCtorInitializer as a nodeJohannes Altmanninger
2017-08-23[clang-diff] Reformat test, NFCJohannes Altmanninger
2017-08-22[clang-diff] Refactor stop-after command-line flagJacob Gravelle
2017-08-22[clang-diff] Use the relative name for NamedDeclJohannes Altmanninger
2017-08-20Allow thiscall attribute in test/Tooling/clang-diff-ast.cppJohannes Altmanninger
2017-08-20[clang-diff] Improve and test getNodeValueJohannes Altmanninger
2017-08-20[clang-diff] Fix similarity computationJohannes Altmanninger
2017-08-20[clang-diff] Filter AST nodesJohannes Altmanninger
2017-08-20clang/test/Tooling/clang-diff-ast.cpp: Satisfy thiscall.NAKAMURA Takumi
2017-08-19[clang-diff] Simplify mappingJohannes Altmanninger
2017-08-19[clang-diff] Add HTML side-by-side diff outputJohannes Altmanninger
2017-08-19[clang-diff] Make printing of matches optionalJohannes Altmanninger
2017-08-19[clang-diff] Fix testJohannes Altmanninger
2017-08-19[clang-diff] Add option to dump the AST, one node per lineJohannes Altmanninger
2017-08-19Revert "Revert "[clang-diff] Move printing of matches and changes to clang-di...Johannes Altmanninger
2017-08-19[clang-diff] Fix test for python 3Johannes Altmanninger
2017-08-19Revert "Revert "[clang-diff] Move the JSON export function to clang-diff""Johannes Altmanninger
2017-08-18Revert "[clang-diff] Move the JSON export function to clang-diff"Vlad Tsyrklevich
2017-08-18Revert "[clang-diff] Move printing of matches and changes to clang-diff"Vlad Tsyrklevich
2017-08-18[clang-diff] Move printing of matches and changes to clang-diffJohannes Altmanninger
2017-08-18[clang-diff] Move the JSON export function to clang-diffJohannes Altmanninger
2017-08-18[clang-diff] Add commandline arguments.Johannes Altmanninger
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2017-07-21[clang-diff] Add initial implementationAlex Lorenz
2017-01-25[test] Port clang tests to canonicalized booleansMichal Gorny
2016-04-21Back out the test case for r266973 for now.Benjamin Kramer
2016-04-21[Tooling] Inject -resource-dir instead of overwriting argv[0].Benjamin Kramer
2015-11-27int function without a return statement is invalid C++.Artyom Skrobov
2015-07-08Change the expectation for test/Tooling/ms-asm-no-target.cpp sinceAdrian Prantl
2014-11-04Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi
2014-11-04clang/test/Tooling: Remove mention to PR15590 out of a couple of tests. They ...NAKAMURA Takumi
2014-11-04clang/test/Tooling: [PR15590] Avoid backslashes in JSON. Should work on win32.NAKAMURA Takumi
2014-07-16clang/test: Introduce the feature "staticanalyzer" for --enable-clang-static-...NAKAMURA Takumi
2014-05-01PR19601: testcase improvementArnaud A. de Grandmaison
2013-12-18Adding a win32-targeted test into Tooling/multi-jobs.cpp, to make sure it doe...Artyom Skrobov
2013-12-13clang-check to ignore -no-integrated-as because certain drivers can't handle itArtyom Skrobov
2013-11-18clang/test/Tooling/multi-jobs.cpp: Mark this as XFAIL:msvc for now. It has be...NAKAMURA Takumi
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker
2013-11-08Improve the missing ASM parser test for MS-style assemblyAlp Toker
2013-10-01Fixed replacements for files with relative paths are not applied.Ariel J. Bernal
2013-08-10Simplify now that llvm::sys::current_path checks $PWD.Rafael Espindola
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-06-06Add support for static analysis to clang-checkPavel Labath
2013-06-06ClangTool: strip -o from the command linePavel Labath
2013-06-05clang-check: Enable specification of additional compiler argumentsPavel Labath
2013-05-15Use 'env' in tests that set environment variables.Jordan Rose
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