index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new clang-tidy checker that flags throw expressions whose thrown type i...
Aaron Ballman
2015-11-16
2
-0
/
+10
*
Rewording some of this documentation to describe the check instead of try to ...
Aaron Ballman
2015-11-09
2
-10
/
+3
*
[clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-cast
Matthias Gehre
2015-11-08
2
-0
/
+16
*
[clang-tidy] Add new check cppcoreguidelines-pro-bounds-array-to-pointer-decay
Matthias Gehre
2015-10-26
2
-0
/
+10
*
[clang-tidy] Add check readability-implicit-bool-cast
Piotr Dziwinski
2015-10-25
2
-0
/
+98
*
[clang-tidy] add check cppcoreguidelines-pro-type-vararg
Matthias Gehre
2015-10-21
2
-0
/
+13
*
Add modernize-use-default check to clang-tidy.
Angel Garcia Gomez
2015-10-21
2
-0
/
+28
*
Added check uniqueptr-delete-release to replace "delete x.release()" with "x ...
Samuel Benzaquen
2015-10-19
2
-0
/
+6
*
[clang-tidy] add check cppcoreguidelines-pro-type-union-access
Matthias Gehre
2015-10-16
2
-0
/
+10
*
Updating the documentation for the readability-inconsistent-declaration-param...
Aaron Ballman
2015-10-13
1
-2
/
+13
*
[clang-tidy] new check cppcoreguidelines-pro-bounds-pointer-arithmetic
Matthias Gehre
2015-10-12
2
-0
/
+11
*
[clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Matthias Gehre
2015-10-12
2
-0
/
+11
*
Added documentation for misc-throw-by-value-catch-by-reference.
Aaron Ballman
2015-10-12
2
-0
/
+12
*
Adding a checker (cert-err52-cpp) that detects use of setjmp or longjmp in C+...
Aaron Ballman
2015-10-08
2
-0
/
+12
*
Add checker for the C++ Core Guidelines: cppcoreguidelines-pro-type-const-cast.
Aaron Ballman
2015-10-07
2
-0
/
+10
*
Improved the misc-move-constructor-init check to identify arguments that are ...
Aaron Ballman
2015-10-06
1
-0
/
+3
*
Add a new module for the C++ Core Guidelines, and the first checker for those...
Aaron Ballman
2015-10-06
2
-0
/
+10
*
Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style va...
Aaron Ballman
2015-10-05
2
-0
/
+14
*
Update clang-tidy documentation.
Angel Garcia Gomez
2015-10-01
3
-0
/
+49
*
Adding a checker (misc-non-copyable-objects) that detects situations where a ...
Aaron Ballman
2015-09-30
2
-0
/
+10
*
Adding a checker (misc-new-delete-overloads) that detects mismatched overload...
Aaron Ballman
2015-09-29
2
-0
/
+15
*
Fixing a sphinx warning.
Aaron Ballman
2015-09-28
1
-1
/
+1
*
[clang-tidy] Removed a stray empty line in the docs.
Alexander Kornienko
2015-09-28
1
-1
/
+0
*
[clang-tidy] Updated misc-unused-raii documentation.
Alexander Kornienko
2015-09-25
1
-6
/
+4
*
Replace references to "transform" with references to "check" where neccessary...
Angel Garcia Gomez
2015-09-21
5
-54
/
+36
*
[clang-tidy] Fixed formatting of headings in the docs.
Alexander Kornienko
2015-09-21
4
-18
/
+18
*
Update clang-tidy documentation.
Angel Garcia Gomez
2015-09-18
5
-17
/
+646
*
[clang-tidy] Added a style guide link.
Alexander Kornienko
2015-09-16
1
-0
/
+3
*
[clang-tidy] updated misc-sizeof-container docs.
Alexander Kornienko
2015-09-14
1
-2
/
+7
*
[clang-tidy] Add misc-sizeof-container check to find sizeof() uses on stl
Alexander Kornienko
2015-09-10
2
-1
/
+22
*
[clang-tidy] Add inconsistent declaration parameter name check
Alexander Kornienko
2015-09-10
2
-0
/
+33
*
Add a deprecation notice to the clang-modernize documentation.
Alexander Kornienko
2015-09-10
1
-28
/
+9
*
[clang-tidy] Automatically redirect to the new page.
Alexander Kornienko
2015-09-09
1
-1
/
+4
*
Add a redirection page to unbreak external links.
Alexander Kornienko
2015-09-08
1
-0
/
+1
*
[clang-tidy] Updated docs.
Alexander Kornienko
2015-09-08
3
-1
/
+36
*
[clang-tidy] Updated the check name in the doc.
Alexander Kornienko
2015-09-02
1
-2
/
+2
*
[clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...
Alexander Kornienko
2015-08-31
4
-9
/
+15
*
[clang-tidy] Move clang-tidy docs to a separate directory. Create doc files f...
Alexander Kornienko
2015-08-27
55
-6
/
+780
*
[clang-tidy] Mention check_clang_tidy.py instead of check_clang_tidy.sh in th...
Alexander Kornienko
2015-08-20
1
-4
/
+3
*
Updating the documentation for clang-tidy. Removes some non-ASCII characters ...
Aaron Ballman
2015-07-27
1
-17
/
+17
*
docs/conf.py: bump version to 3.8
Hans Wennborg
2015-07-14
1
-2
/
+2
*
Added mechanism to modularize for doing a compilation precheck
John Thompson
2015-07-10
2
-0
/
+21
*
Fixed option description. '=' is required.
John Thompson
2015-06-04
1
-1
/
+1
*
docs: Spell a couple of cmake options with =ON in the docs
Justin Bogner
2015-05-18
2
-4
/
+4
*
Changed option processing to implicitly use -x c++ if no other -x option spec...
John Thompson
2015-05-06
1
-3
/
+4
*
Fixed script name in the clang-tidy documentation.
Alexander Kornienko
2015-02-23
1
-4
/
+4
*
Deleted module-map-checker, as it's been folded into modularize.
John Thompson
2015-02-20
2
-89
/
+0
*
Added module map coverage support, extracted from module-map-checker.
John Thompson
2015-02-19
2
-0
/
+52
*
Added support for extracting headers from module maps as a source for the hea...
John Thompson
2015-02-18
1
-1
/
+10
*
Added support for multiple header list files, as a precursor for when we need...
John Thompson
2015-02-12
1
-1
/
+2
[next]