summaryrefslogtreecommitdiff
path: root/test/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Prefer 'env not' over 'not env' in tests.Nico Weber2019-10-142-2/+2
* [tooling] Teach Tooling to understand compilation with offloading.Michael Liao2019-10-101-0/+4
* Recommit r363298 "[lit] Disable test on darwin when building shared libs."Don Hinton2019-06-151-0/+2
* Revert r363298 "[lit] Disable test on darwin when building shared libs."Nico Weber2019-06-141-2/+0
* [lit] Disable test on darwin when building shared libs.Don Hinton2019-06-131-0/+2
* Remove a bogus sed option in test.Alexander Kornienko2019-04-081-4/+4
* Remove a useless assertion in clang-check.Alexander Kornienko2019-04-081-0/+21
* Revert rL357915 from cfe/trunk: Remove a useless assertion in clang-check.Simon Pilgrim2019-04-081-25/+0
* Remove a useless assertion in clang-check.Alexander Kornienko2019-04-081-0/+25
* [test] Pass -ccc-install-dir in mac compilation db testMichal Gorny2019-01-211-1/+6
* Fix libc++ mac driver test to pass on WindowsReid Kleckner2019-01-161-4/+3
* Add a REQUIRES: darwin line for a mac test.Jeremy Morse2019-01-161-1/+1
* Set '-target' flag in the test checking the MacOS include dirIlya Biryukov2019-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