summaryrefslogtreecommitdiffstats
path: root/test/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Merging r351360:Hans Wennborg2019-01-171-1/+1
* Merging r351334:Hans Wennborg2019-01-161-1/+1
* Reapply [Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Sam McCall2019-01-161-0/+16
* Revert "[Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Vlad Tsyrklevich2019-01-161-16/+0
* [Tooling] Make clang-tool find libc++ dir on mac when running on a file witho...Haojian Wu2019-01-151-0/+16
* [Driver] Fix libcxx detection on Darwin with clang run as ./clangIlya Biryukov2019-01-091-0/+1
* Move detection of libc++ include dirs to Driver on MacOSIlya Biryukov2018-12-053-0/+35
* [clang] - Simplify tools::SplitDebugName.George Rimar2018-12-051-0/+4
* Revert "Make clang-based tools find libc++ on MacOS"Jonas Devlieghere2018-11-123-35/+0
* Make clang-based tools find libc++ on MacOSIlya Biryukov2018-11-123-0/+35
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-1/+2
* [Tooling] JSONCompilationDatabasePlugin infers compile commands for missing f...Sam McCall2018-09-141-3/+7
* [Tooling] Allow -flto flags and filter out -Wa, flagsChih-Hung Hsieh2018-08-221-0/+3
* [lit, python] Always add quotes around the python path in litStella Stamenova2018-08-061-3/+3
* Fix test clang-diff-json.cppAaron Smith2018-02-101-3/+3
* [tooling] Make compile_flags.txt negative test more hermeticSam McCall2017-11-141-1/+2
* [Tooling] Use FixedCompilationDatabase when `compile_flags.txt` is found.Sam McCall2017-11-092-0/+19
* [clang-diff] Treat CXXCtorInitializer as a nodeJohannes Altmanninger2017-08-271-5/+11
* [clang-diff] Reformat test, NFCJohannes Altmanninger2017-08-231-36/+36
* [clang-diff] Refactor stop-after command-line flagJacob Gravelle2017-08-221-1/+1
* [clang-diff] Use the relative name for NamedDeclJohannes Altmanninger2017-08-224-12/+47
* Allow thiscall attribute in test/Tooling/clang-diff-ast.cppJohannes Altmanninger2017-08-201-1/+1
* [clang-diff] Improve and test getNodeValueJohannes Altmanninger2017-08-206-16/+31
* [clang-diff] Fix similarity computationJohannes Altmanninger2017-08-203-0/+131
* [clang-diff] Filter AST nodesJohannes Altmanninger2017-08-202-2/+24
* clang/test/Tooling/clang-diff-ast.cpp: Satisfy thiscall.NAKAMURA Takumi2017-08-201-1/+1
* [clang-diff] Simplify mappingJohannes Altmanninger2017-08-192-2/+10
* [clang-diff] Add HTML side-by-side diff outputJohannes Altmanninger2017-08-193-38/+68
* [clang-diff] Make printing of matches optionalJohannes Altmanninger2017-08-192-1/+5
* [clang-diff] Fix testJohannes Altmanninger2017-08-191-1/+1
* [clang-diff] Add option to dump the AST, one node per lineJohannes Altmanninger2017-08-192-3/+53
* Revert "Revert "[clang-diff] Move printing of matches and changes to clang-di...Johannes Altmanninger2017-08-191-4/+14
* [clang-diff] Fix test for python 3Johannes Altmanninger2017-08-191-2/+2
* Revert "Revert "[clang-diff] Move the JSON export function to clang-diff""Johannes Altmanninger2017-08-191-0/+27
* Revert "[clang-diff] Move the JSON export function to clang-diff"Vlad Tsyrklevich2017-08-181-27/+0
* Revert "[clang-diff] Move printing of matches and changes to clang-diff"Vlad Tsyrklevich2017-08-181-14/+4
* [clang-diff] Move printing of matches and changes to clang-diffJohannes Altmanninger2017-08-181-4/+14
* [clang-diff] Move the JSON export function to clang-diffJohannes Altmanninger2017-08-181-0/+27
* [clang-diff] Add commandline arguments.Johannes Altmanninger2017-08-182-4/+11
* [clang] Get rid of "%T" expansionsKuba Mracek2017-08-151-3/+4
* [clang-diff] Add initial implementationAlex Lorenz2017-07-211-0/+78
* [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