summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-2/+2
* [clang-tidy] fix linkage with clangSema for FixitHintUtils, undo previous wro...Jonas Toth2020-01-031-1/+0
* [clang-tidy] quickfix: add -fno-delayed-template-parsing as default argument ...Jonas Toth2020-01-031-0/+1
* [clang-tidy] fix broken linking for AddConstTest with adding clangSema as dep...Jonas Toth2020-01-031-0/+1
* [clang-tidy] implement utility-function to add 'const' to variablesJonas Toth2020-01-032-0/+1082
* Fix formatting in previous commitsStephen Kelly2019-12-291-6/+10
* Fix use of named values surrounded by newlines in clang-queryStephen Kelly2019-12-291-0/+19
* Fix newline handling in clang-query parserStephen Kelly2019-12-291-0/+8
* Fix handling of newlines in clang-queryStephen Kelly2019-12-291-0/+18
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-271-0/+101
* Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov2019-12-261-101/+0
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-0/+101
* Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly2019-12-261-101/+0
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-0/+101
* [clang-tidy] Update TransformerClangTidyCheck to use new Transformer bindings.Yitzhak Mandelbaum2019-11-061-14/+13
* [libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum2019-10-102-4/+4
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-048-17/+41
* [clang-tidy] Make llvm-header-guard work on llvm git monorepoHaojian Wu2019-09-261-0/+9
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-301-1/+3
* GlobList: added a clear test for pattern priorityDmitri Gribenko2019-08-271-1/+35
* Moved GlobList into a separate header fileDmitri Gribenko2019-08-263-60/+69
* [clang-tidy][NFC] Qualify `makeRule` call in test, for consistency with other...Yitzhak Mandelbaum2019-08-261-2/+3
* [clang-tidy] TransformerClangTidyCheck: change choice of location for diagnos...Yitzhak Mandelbaum2019-08-261-4/+54
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-5/+5
* [clang-doc] Redesign of generated HTML filesDiego Astiazaran2019-08-161-150/+197
* [clang-doc] Fix records in global namespaceDiego Astiazaran2019-08-161-26/+84
* [clang-doc] Serialize inherited attributes and methodsDiego Astiazaran2019-08-166-12/+118
* [clang-doc] Sort index elements case insensitiveDiego Astiazaran2019-08-151-0/+19
* [clang-doc] Fix bitcode writer for access specifiersDiego Astiazaran2019-08-155-4/+23
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1410-116/+116
* [clang-doc] Add missing check in testsDiego Astiazaran2019-08-142-2/+3
* [clang-doc] Generate HTML links for children namespaces/recordsDiego Astiazaran2019-08-124-21/+34
* [clang-format] Add link to source code in file definitionsDiego Astiazaran2019-08-092-14/+24
* [clang-doc] Add second index for sections within info's contentDiego Astiazaran2019-08-071-15/+88
* [clang-doc] Add index in each info html fileDiego Astiazaran2019-08-065-0/+96
* [clang-doc] Fix link generationDiego Astiazaran2019-08-061-2/+3
* [clang-doc] Fix expected output in testsDiego Astiazaran2019-07-301-8/+2
* [clang-format] Fix style of css file pathsDiego Astiazaran2019-07-261-14/+3
* [clang-doc] Fix failing tests on WindowsDiego Astiazaran2019-07-251-1/+6
* [clang-doc] Add option for user provided stylesheetsDiego Astiazaran2019-07-253-15/+31
* [clang-doc] Add stylesheet to generated html docsDiego Astiazaran2019-07-251-0/+5
* [clang-doc] Fix output format of htmlDiego Astiazaran2019-07-251-32/+16
* [clang-doc] Fix html entities in rendered textDiego Astiazaran2019-07-251-0/+12
* Replace CRLF with LF.Rui Ueyama2019-07-171-94/+94
* [clang-doc] Fix failing tests on WindowsJulie Hockett2019-07-121-8/+23
* [clang-doc] Add html links to referencesJulie Hockett2019-07-122-16/+34
* [test] Delete trailing spaces from YAML tests after D65566/r365869Fangrui Song2019-07-121-48/+48
* [clang-doc] Add a structured HTML generatorJulie Hockett2019-07-102-0/+277
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-032-4/+3
* [clang-doc] Serialize child namespaces and recordsJulie Hockett2019-07-022-53/+77
OpenPOWER on IntegriCloud