summaryrefslogtreecommitdiffstats
path: root/unittests/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [clang-tidy] rename_check.py misc-argument-comment bugprone-argument-commentAlexander Kornienko2017-11-232-41/+0
* [clang-tidy ObjC] [3/3] New check objc-forbidden-subclassingHaojian Wu2017-10-271-1/+29
* [clang-tidy ObjC] [2/3] Support non-C++ files in ClangTidyTestHaojian Wu2017-10-261-7/+15
* [clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu2017-10-262-0/+23
* [clang-tidy] Add a test.Alexander Kornienko2017-08-101-3/+9
* [clang-tidy] Ignore newlines in checks listAlexander Kornienko2017-08-091-1/+1
* [clang-tidy][Part1] Add a new module Android and three new checks.Yan Wang2017-06-231-0/+1
* [clang-tidy] Fix treating non-space whitespaces in checks list.Marek Kurdej2017-03-231-87/+94
* [clang-tidy] Reword the "code outside header guard" warning.Benjamin Kramer2017-02-211-59/+89
* [clang-tidy] Ignore spaces between globs in the Checks option.Alexander Kornienko2017-02-161-1/+1
* Correctly classify main file includes if there is a prefix addedAlexander Kornienko2017-01-121-0/+83
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-143-5/+3
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-1/+1
* Fix signed/unsigned comparison warningsSimon Pilgrim2016-10-182-2/+2
* Fix windows buildbot error.Haojian Wu2016-10-172-4/+5
* Recommit "[ClangTidy] Add UsingInserter and NamespaceAliaser"Haojian Wu2016-10-173-0/+240
* [clang-tidy] Fix readability-braces-around-statements false positiveMarek Kurdej2016-10-141-16/+30
* Revert "[ClangTidy] Add UsingInserter and NamespaceAliaser"Haojian Wu2016-10-122-239/+0
* [ClangTidy] Add UsingInserter and NamespaceAliaserHaojian Wu2016-10-122-0/+239
* [clang-tidy] Merge ExtraArgs(Before) instead of overriding them.Alexander Kornienko2016-08-231-0/+33
* Fix clang-tidy crash when a single fix is applied on multiple files.Eric Liu2016-08-091-7/+10
* [clang-tidy] misc-argument-comment non-strict modeAlexander Kornienko2016-08-041-2/+2
* Changes related to new implementation of tooling::Replacements as class.Eric Liu2016-08-011-1/+8
* Changes related to tooling::applyAllReplacements interface change in D21601.Eric Liu2016-07-111-1/+8
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-4/+5
* Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/Include...Eugene Zelenko2016-01-261-2/+1
* Remove autoconf supportChris Bieneman2016-01-261-30/+0
* Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie2015-10-201-1/+1
* Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez2015-10-201-1/+1
* Fix overlapping replacements in clang-tidy.Angel Garcia Gomez2015-10-161-43/+73
* [VFS] Switch clang-tidy tests to use an in-memory fs.Benjamin Kramer2015-10-071-4/+8
* Create interfaces and tests for the overlapping replacements fix in clang-tidy.Angel Garcia Gomez2015-10-064-9/+413
* [clang-tidy] Fix PR22785.Alexander Kornienko2015-09-091-0/+21
* Move some more functionality into the AST consumer creation factory function,...Aaron Ballman2015-09-021-3/+6
* Remove empty destructors added in r245500. I got confused by myDaniel Jasper2015-08-191-4/+0
* Fix IncludeInserter to allow for more than one added header per file.Daniel Jasper2015-08-191-46/+83
* [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/Alexander Kornienko2015-08-141-1/+1
* [clang-tidy] Don't use delegating constructors.Alexander Kornienko2015-08-141-2/+3
* [clang-tidy] Fix IncludeInserter/IncludeSorter bug.Alexander Kornienko2015-08-141-0/+73
* Fix formatting.Manuel Klimek2015-08-131-1/+1
* Reinstantiate better diagnostic, this time with a fatal error so we don't add...Manuel Klimek2015-08-121-2/+7
* Revert the diagnostic improvements in r244602 as they introduced a problemati...David Blaikie2015-08-111-9/+1
* 1. Disable tests that currently cannot work on windows due to missing path ca...Manuel Klimek2015-08-112-34/+54
* Also ClangTidyTests requires clangLex.NAKAMURA Takumi2015-08-111-0/+1
* Do not use inheriting constructors.Manuel Klimek2015-08-111-3/+6
* Default initialize from explicitly constructed object.Manuel Klimek2015-08-111-2/+3
* Add an IncludeInserter to clang-tidy.Manuel Klimek2015-08-113-1/+416
* [clang-tidy] Set current main file name in tests.Alexander Kornienko2015-07-271-0/+1
* [clang-tidy] Force braces around leaf 'else if' for consistency.Samuel Benzaquen2015-06-041-0/+13