aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-01[r260944] clang-tools-extra/test/Unit/lit.site.cfg.in: Prune on_clone. I gues...release_38NAKAMURA Takumi
2016-03-02Drop doxygen linkHans Wennborg
2016-01-27Merging r258960:Hans Wennborg
2016-01-27Merging r258926:Hans Wennborg
2016-01-27Merging r258924:Hans Wennborg
2016-01-21Merging r258356:Hans Wennborg
2016-01-20Merging r258327:Hans Wennborg
2016-01-13Creating release_38 branch off revision 257626Hans Wennborg
2016-01-13[clang-tidy] Slightly clarified comments.Alexander Kornienko
2016-01-13Support virtual-near-miss check.Alexander Kornienko
2016-01-12Add extra tests for handling throw() and noexcept() specifiers.Aaron Ballman
2016-01-11Add documentation redirects for clang-tidy checkers that are exposed under mu...Aaron Ballman
2016-01-11[clang-tidy] Fix a false positive in google-runtime-memsetAlexander Kornienko
2016-01-08[clang-tidy] Add non-inline function definition and variable definition check...Alexander Kornienko
2016-01-08Disable part of the misc-move-constructor-init checker when the check is enab...Aaron Ballman
2016-01-08[clang-tidy] Use proper capitalization and punctuation for diagnostic messages.Alexander Kornienko
2016-01-04Fix typo.Eugene Zelenko
2016-01-04Rename the CERT namespace to cert, and update some checkers to use this names...Aaron Ballman
2015-12-30[clang-tidy] Don't use delegating constructorsAlexander Kornienko
2015-12-30[clang-tidy] Use hasLocalStorage() to identify unnecessary copy initializatio...Alexander Kornienko
2015-12-30[clang-tidy] Add the missing MakefileAlexander Kornienko
2015-12-30[clang-tidy] Fix configure buildAlexander Kornienko
2015-12-30[clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko
2015-12-29[clang-tidy] Fix a use-after-free bug found by asanAlexander Kornienko
2015-12-29[clang-tidy] Fix capitalization of the message in the exampleAlexander Kornienko
2015-12-29[clang-tidy] Don't generate duplicated blank line in add_new_check.py script.Alexander Kornienko
2015-12-28Orphaning these RST files; each one is retained only for link backwards compa...Aaron Ballman
2015-12-28[clang-tidy] Fix a false positive case in ContainerSizeEmpty check.Gabor Horvath
2015-12-28[clang-tidy] Preserve comments and preprocessor directives when simplifying b...Alexander Kornienko
2015-12-27Renaming CERT documentation files to use the CERT rule identifiers. This is f...Aaron Ballman
2015-12-22[clang-tidy] Added documentation for modernize-redundant-void-argAlexander Kornienko
2015-12-22[clang-tidy] Updates to documentation: formatting, titles, etc.Alexander Kornienko
2015-12-22Updated year (2014-2015).Alexander Kornienko
2015-12-22[clang-tools-extra] Text formattingAlexander Kornienko
2015-12-21Fix a false positive case in ContainerSizeEmpty check (PR25893).Gabor Horvath
2015-12-21check-clang-tools requires clang-headers due to test/clang-tidy.NAKAMURA Takumi
2015-12-17Remove clang-modernize.Alexander Kornienko
2015-12-16[clang-tidy] google-readability-namespace-comments: ignore stray semicolonsAlexander Kornienko
2015-12-16[clang-tidy] Add namespace support to add_new_check.pyAlexander Kornienko
2015-12-16[clang-tidy] Don't use diag() for debug outputAlexander Kornienko
2015-12-16[clang-tidy] Fix a crash in misc-new-delete-overloadsAlexander Kornienko
2015-12-15[clang-tidy] Check for suspicious string assignments.Gabor Horvath
2015-12-13clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array...NAKAMURA Takumi
2015-12-13[clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-indexMatthias Gehre
2015-12-12[clang-tidy] Fix PR25812.Gabor Horvath
2015-12-10Add a license clarification for use of links and titles of CERT secure coding...Aaron Ballman
2015-12-10[clang-tidy] Sort includes case-sensitively.Alexander Kornienko
2015-12-10There were problems if a relative path is used for an include path, the path ...John Thompson
2015-12-04Added coverage check for extensionless headers, and exclude hidden dot direct...John Thompson
2015-12-04clang-tidy readability identifiers: better diagnostic locationMike Aizatsky