aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Tooling
AgeCommit message (Expand)AuthorFilesLines
2024-07-30[Tooling] -fsyntax-only adjuster: remove -c and -SFangrui Song1-1/+3
2023-07-18[NFC][clang-extdef-mapping] fix test failure on unsupported targetsdingfei1-2/+4
2023-07-18[clang-extdef-mapping] register necessary targest for ms-style asm blockdingfei1-0/+7
2022-06-07Revert "[clang-diff] Fix assertion error when dealing with wide strings"Douglas Yung1-6/+0
2022-06-07[clang-diff] Fix assertion error when dealing with wide stringsKaining Zhong1-0/+6
2022-05-04Change the behavior of implicit int diagnosticsAaron Ballman11-11/+11
2022-01-14[clang-check] Adjust argument adjusters for clang-check to strip options bloc...Sam McCall1-0/+19
2021-11-15[clang] Allow clang-check to customize analyzer output file or dir nameElla Ma1-0/+14
2021-07-27[clang][tooling] Accept Clang invocations with multiple jobsJan Svoboda1-4/+0
2021-01-29[Syntax] Add syntax-tree-dump in clang-check.Haojian Wu1-0/+9
2020-07-06[clang] Rework how and when APValues are dumpedBruno Ricci1-0/+1
2020-05-19[Tooling] Drop leading/trailing whitespace from compile_flags.txt linesSam McCall1-1/+1
2020-03-05[PowerPC] Delete PPCMachObjectWriter and powerpc{,64}-apple-darwinFangrui Song1-4/+0
2019-10-14Prefer 'env not' over 'not env' in tests.Nico Weber2-2/+2
2019-10-10[tooling] Teach Tooling to understand compilation with offloading.Michael Liao1-0/+4
2019-06-15Recommit r363298 "[lit] Disable test on darwin when building shared libs."Don Hinton1-0/+2
2019-06-14Revert r363298 "[lit] Disable test on darwin when building shared libs."Nico Weber1-2/+0
2019-06-13[lit] Disable test on darwin when building shared libs.Don Hinton1-0/+2
2019-04-08Remove a bogus sed option in test.Alexander Kornienko1-4/+4
2019-04-08Remove a useless assertion in clang-check.Alexander Kornienko1-0/+21
2019-04-08Revert rL357915 from cfe/trunk: Remove a useless assertion in clang-check.Simon Pilgrim1-25/+0
2019-04-08Remove a useless assertion in clang-check.Alexander Kornienko1-0/+25
2019-01-21[test] Pass -ccc-install-dir in mac compilation db testMichal Gorny1-1/+6
2019-01-16Fix libc++ mac driver test to pass on WindowsReid Kleckner1-4/+3
2019-01-16Add a REQUIRES: darwin line for a mac test.Jeremy Morse1-1/+1
2019-01-16Set '-target' flag in the test checking the MacOS include dirIlya Biryukov1-1/+1
2019-01-16Reapply [Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Sam McCall1-0/+16
2019-01-16Revert "[Tooling] Make clang-tool find libc++ dir on mac when running on a fi...Vlad Tsyrklevich1-16/+0
2019-01-15[Tooling] Make clang-tool find libc++ dir on mac when running on a file witho...Haojian Wu1-0/+16
2019-01-09[Driver] Fix libcxx detection on Darwin with clang run as ./clangIlya Biryukov1-0/+1
2018-12-05Move detection of libc++ include dirs to Driver on MacOSIlya Biryukov3-0/+35
2018-12-05[clang] - Simplify tools::SplitDebugName.George Rimar1-0/+4
2018-11-12Revert "Make clang-based tools find libc++ on MacOS"Jonas Devlieghere3-35/+0
2018-11-12Make clang-based tools find libc++ on MacOSIlya Biryukov3-0/+35
2018-11-09Compound literals, enums, et al require const exprBill Wendling1-1/+2
2018-09-14[Tooling] JSONCompilationDatabasePlugin infers compile commands for missing f...Sam McCall1-3/+7
2018-08-22[Tooling] Allow -flto flags and filter out -Wa, flagsChih-Hung Hsieh1-0/+3
2018-08-06[lit, python] Always add quotes around the python path in litStella Stamenova1-3/+3
2018-02-10Fix test clang-diff-json.cppAaron Smith1-3/+3
2017-11-14[tooling] Make compile_flags.txt negative test more hermeticSam McCall1-1/+2
2017-11-09[Tooling] Use FixedCompilationDatabase when `compile_flags.txt` is found.Sam McCall2-0/+19
2017-08-27[clang-diff] Treat CXXCtorInitializer as a nodeJohannes Altmanninger1-5/+11
2017-08-23[clang-diff] Reformat test, NFCJohannes Altmanninger1-36/+36
2017-08-22[clang-diff] Refactor stop-after command-line flagJacob Gravelle1-1/+1
2017-08-22[clang-diff] Use the relative name for NamedDeclJohannes Altmanninger4-12/+47
2017-08-20Allow thiscall attribute in test/Tooling/clang-diff-ast.cppJohannes Altmanninger1-1/+1
2017-08-20[clang-diff] Improve and test getNodeValueJohannes Altmanninger6-16/+31
2017-08-20[clang-diff] Fix similarity computationJohannes Altmanninger3-0/+131
2017-08-20[clang-diff] Filter AST nodesJohannes Altmanninger2-2/+24
2017-08-20clang/test/Tooling/clang-diff-ast.cpp: Satisfy thiscall.NAKAMURA Takumi1-1/+1