summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [r260944] clang-tools-extra/test/Unit/lit.site.cfg.in: Prune on_clone. I gues...upstream/release_38NAKAMURA Takumi2016-06-011-6/+0
* Drop doxygen linkHans Wennborg2016-03-021-18/+0
* Merging r258960:Hans Wennborg2016-01-271-1/+2
* Merging r258926:Hans Wennborg2016-01-2710-35/+53
* Merging r258924:Hans Wennborg2016-01-274-0/+2429
* Merging r258356:Hans Wennborg2016-01-212-0/+9
* Merging r258327:Hans Wennborg2016-01-201-6/+6
* Creating release_38 branch off revision 257626Hans Wennborg2016-01-130-0/+0
* [clang-tidy] Slightly clarified comments.Alexander Kornienko2016-01-131-2/+2
* Support virtual-near-miss check.Alexander Kornienko2016-01-137-0/+418
* Add extra tests for handling throw() and noexcept() specifiers.Aaron Ballman2016-01-121-0/+11
* Add documentation redirects for clang-tidy checkers that are exposed under mu...Aaron Ballman2016-01-1114-7/+90
* [clang-tidy] Fix a false positive in google-runtime-memsetAlexander Kornienko2016-01-112-11/+17
* [clang-tidy] Add non-inline function definition and variable definition check...Alexander Kornienko2016-01-089-1/+350
* Disable part of the misc-move-constructor-init checker when the check is enab...Aaron Ballman2016-01-085-16/+51
* [clang-tidy] Use proper capitalization and punctuation for diagnostic messages.Alexander Kornienko2016-01-0810-43/+43
* Fix typo.Eugene Zelenko2016-01-041-1/+1
* Rename the CERT namespace to cert, and update some checkers to use this names...Aaron Ballman2016-01-049-10/+20
* [clang-tidy] Don't use delegating constructorsAlexander Kornienko2015-12-301-1/+2
* [clang-tidy] Use hasLocalStorage() to identify unnecessary copy initializatio...Alexander Kornienko2015-12-302-2/+5
* [clang-tidy] Add the missing MakefileAlexander Kornienko2015-12-301-0/+12
* [clang-tidy] Fix configure buildAlexander Kornienko2015-12-301-1/+2
* [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko2015-12-3012-1/+393
* [clang-tidy] Fix a use-after-free bug found by asanAlexander Kornienko2015-12-291-2/+3
* [clang-tidy] Fix capitalization of the message in the exampleAlexander Kornienko2015-12-291-1/+1
* [clang-tidy] Don't generate duplicated blank line in add_new_check.py script.Alexander Kornienko2015-12-291-2/+0
* Orphaning these RST files; each one is retained only for link backwards compa...Aaron Ballman2015-12-283-0/+6
* [clang-tidy] Fix a false positive case in ContainerSizeEmpty check.Gabor Horvath2015-12-282-6/+15
* [clang-tidy] Preserve comments and preprocessor directives when simplifying b...Alexander Kornienko2015-12-283-39/+96
* Renaming CERT documentation files to use the CERT rule identifiers. This is f...Aaron Ballman2015-12-279-8/+8
* [clang-tidy] Added documentation for modernize-redundant-void-argAlexander Kornienko2015-12-222-0/+19
* [clang-tidy] Updates to documentation: formatting, titles, etc.Alexander Kornienko2015-12-2278-11/+170
* Updated year (2014-2015).Alexander Kornienko2015-12-222-2/+2
* [clang-tools-extra] Text formattingAlexander Kornienko2015-12-221-7/+8
* Fix a false positive case in ContainerSizeEmpty check (PR25893).Gabor Horvath2015-12-212-0/+9
* check-clang-tools requires clang-headers due to test/clang-tidy.NAKAMURA Takumi2015-12-211-0/+3
* Remove clang-modernize.Alexander Kornienko2015-12-17148-14152/+6
* [clang-tidy] google-readability-namespace-comments: ignore stray semicolonsAlexander Kornienko2015-12-162-1/+14
* [clang-tidy] Add namespace support to add_new_check.pyAlexander Kornienko2015-12-161-4/+10
* [clang-tidy] Don't use diag() for debug outputAlexander Kornienko2015-12-161-11/+3
* [clang-tidy] Fix a crash in misc-new-delete-overloadsAlexander Kornienko2015-12-162-42/+43
* [clang-tidy] Check for suspicious string assignments.Gabor Horvath2015-12-157-0/+208
* clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array...NAKAMURA Takumi2015-12-132-2/+2
* [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-indexMatthias Gehre2015-12-138-0/+346
* [clang-tidy] Fix PR25812.Gabor Horvath2015-12-122-26/+27
* Add a license clarification for use of links and titles of CERT secure coding...Aaron Ballman2015-12-102-2/+23
* [clang-tidy] Sort includes case-sensitively.Alexander Kornienko2015-12-101-4/+1
* There were problems if a relative path is used for an include path, the path ...John Thompson2015-12-101-2/+2
* Added coverage check for extensionless headers, and exclude hidden dot direct...John Thompson2015-12-045-2/+13
* clang-tidy readability identifiers: better diagnostic locationMike Aizatsky2015-12-042-50/+50