summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs
Commit message (Expand)AuthorAgeFilesLines
* Add a new clang-tidy checker that flags throw expressions whose thrown type i...Aaron Ballman2015-11-162-0/+10
* Rewording some of this documentation to describe the check instead of try to ...Aaron Ballman2015-11-092-10/+3
* [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-castMatthias Gehre2015-11-082-0/+16
* [clang-tidy] Add new check cppcoreguidelines-pro-bounds-array-to-pointer-decayMatthias Gehre2015-10-262-0/+10
* [clang-tidy] Add check readability-implicit-bool-castPiotr Dziwinski2015-10-252-0/+98
* [clang-tidy] add check cppcoreguidelines-pro-type-varargMatthias Gehre2015-10-212-0/+13
* Add modernize-use-default check to clang-tidy.Angel Garcia Gomez2015-10-212-0/+28
* Added check uniqueptr-delete-release to replace "delete x.release()" with "x ...Samuel Benzaquen2015-10-192-0/+6
* [clang-tidy] add check cppcoreguidelines-pro-type-union-accessMatthias Gehre2015-10-162-0/+10
* Updating the documentation for the readability-inconsistent-declaration-param...Aaron Ballman2015-10-131-2/+13
* [clang-tidy] new check cppcoreguidelines-pro-bounds-pointer-arithmeticMatthias Gehre2015-10-122-0/+11
* [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcastMatthias Gehre2015-10-122-0/+11
* Added documentation for misc-throw-by-value-catch-by-reference.Aaron Ballman2015-10-122-0/+12
* Adding a checker (cert-err52-cpp) that detects use of setjmp or longjmp in C+...Aaron Ballman2015-10-082-0/+12
* Add checker for the C++ Core Guidelines: cppcoreguidelines-pro-type-const-cast.Aaron Ballman2015-10-072-0/+10
* Improved the misc-move-constructor-init check to identify arguments that are ...Aaron Ballman2015-10-061-0/+3
* Add a new module for the C++ Core Guidelines, and the first checker for those...Aaron Ballman2015-10-062-0/+10
* Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style va...Aaron Ballman2015-10-052-0/+14
* Update clang-tidy documentation.Angel Garcia Gomez2015-10-013-0/+49
* Adding a checker (misc-non-copyable-objects) that detects situations where a ...Aaron Ballman2015-09-302-0/+10
* Adding a checker (misc-new-delete-overloads) that detects mismatched overload...Aaron Ballman2015-09-292-0/+15
* Fixing a sphinx warning.Aaron Ballman2015-09-281-1/+1
* [clang-tidy] Removed a stray empty line in the docs.Alexander Kornienko2015-09-281-1/+0
* [clang-tidy] Updated misc-unused-raii documentation.Alexander Kornienko2015-09-251-6/+4
* Replace references to "transform" with references to "check" where neccessary...Angel Garcia Gomez2015-09-215-54/+36
* [clang-tidy] Fixed formatting of headings in the docs.Alexander Kornienko2015-09-214-18/+18
* Update clang-tidy documentation.Angel Garcia Gomez2015-09-185-17/+646
* [clang-tidy] Added a style guide link.Alexander Kornienko2015-09-161-0/+3
* [clang-tidy] updated misc-sizeof-container docs.Alexander Kornienko2015-09-141-2/+7
* [clang-tidy] Add misc-sizeof-container check to find sizeof() uses on stlAlexander Kornienko2015-09-102-1/+22
* [clang-tidy] Add inconsistent declaration parameter name checkAlexander Kornienko2015-09-102-0/+33
* Add a deprecation notice to the clang-modernize documentation.Alexander Kornienko2015-09-101-28/+9
* [clang-tidy] Automatically redirect to the new page.Alexander Kornienko2015-09-091-1/+4
* Add a redirection page to unbreak external links.Alexander Kornienko2015-09-081-0/+1
* [clang-tidy] Updated docs.Alexander Kornienko2015-09-083-1/+36
* [clang-tidy] Updated the check name in the doc.Alexander Kornienko2015-09-021-2/+2
* [clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko2015-08-314-9/+15
* [clang-tidy] Move clang-tidy docs to a separate directory. Create doc files f...Alexander Kornienko2015-08-2755-6/+780
* [clang-tidy] Mention check_clang_tidy.py instead of check_clang_tidy.sh in th...Alexander Kornienko2015-08-201-4/+3
* Updating the documentation for clang-tidy. Removes some non-ASCII characters ...Aaron Ballman2015-07-271-17/+17
* docs/conf.py: bump version to 3.8Hans Wennborg2015-07-141-2/+2
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-102-0/+21
* Fixed option description. '=' is required.John Thompson2015-06-041-1/+1
* docs: Spell a couple of cmake options with =ON in the docsJustin Bogner2015-05-182-4/+4
* Changed option processing to implicitly use -x c++ if no other -x option spec...John Thompson2015-05-061-3/+4
* Fixed script name in the clang-tidy documentation.Alexander Kornienko2015-02-231-4/+4
* Deleted module-map-checker, as it's been folded into modularize.John Thompson2015-02-202-89/+0
* Added module map coverage support, extracted from module-map-checker.John Thompson2015-02-192-0/+52
* Added support for extracting headers from module maps as a source for the hea...John Thompson2015-02-181-1/+10
* Added support for multiple header list files, as a precursor for when we need...John Thompson2015-02-121-1/+2
OpenPOWER on IntegriCloud