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
/
clang-tidy
/
google
/
GoogleTidyModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy]: Google: new check 'google-upgrade-googletest-case'
Eric Fiselier
2019-07-29
1
-0
/
+3
*
[clang-tidy] New check calling out uses of +new in Objective-C code
Dmitri Gribenko
2019-05-23
1
-0
/
+3
*
[clang-tidy] Add check for underscores in googletest names.
Haojian Wu
2019-01-25
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C...
Stephane Moore
2018-11-17
1
-0
/
+3
*
[clang-tidy] Remove the google-readability-redundant-smartptr-get alias
Alexander Kornienko
2018-06-21
1
-4
/
+0
*
[clang-tidy] Remove google-runtime-member-string-references
Benjamin Kramer
2018-04-05
1
-3
/
+0
*
add check to avoid throwing objc exception according to Google Objective-C guide
Yan Zhang
2017-11-16
1
-0
/
+3
*
Add new check in google module for Objective-C code to ensure global variable...
Haojian Wu
2017-11-07
1
-6
/
+9
*
[clang-tidy] Add bugprone-suspicious-memset-usage check
Gabor Horvath
2017-07-14
1
-3
/
+0
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-1
/
+1
*
[clang-tidy] new google-default-arguments check
Haojian Wu
2016-05-09
1
-0
/
+3
*
[clang-tidy] Add non-constant references in function parameters check.
Alexander Kornienko
2016-02-02
1
-0
/
+3
*
[clang-tidy] Move google-readability-function check to readability-named-para...
Alexander Kornienko
2015-03-16
1
-3
/
+0
*
[clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...
Alexander Kornienko
2015-03-09
1
-3
/
+3
*
[clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...
Alexander Kornienko
2015-03-05
1
-7
/
+13
*
Add clang-tidy check google-global-names-in-headers.
Samuel Benzaquen
2015-02-11
1
-0
/
+3
*
[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-4
/
+4
*
[clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10
Alexander Kornienko
2014-11-20
1
-1
/
+1
*
[clang-tidy] Bring order to check registration.
Alexander Kornienko
2014-10-26
1
-2
/
+9
*
[clang-tidy] Default options in modules.
Alexander Kornienko
2014-10-16
1
-0
/
+13
*
Add NamespaceCommentCheck to the Google module.
Alexander Kornienko
2014-09-22
1
-0
/
+3
*
[clang-tidy] Add a checker that warns on TODO comments without username.
Benjamin Kramer
2014-09-18
1
-0
/
+3
*
Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative to
Alexander Kornienko
2014-09-10
1
-30
/
+20
*
[clang-tidy] Add a checker that suggests replacing short/long/long long with ...
Benjamin Kramer
2014-08-29
1
-0
/
+4
*
[clang-tidy] Add a checker for zero-length memset.
Benjamin Kramer
2014-07-16
1
-0
/
+4
*
[clang-tidy] Add namespaces checkers.
Benjamin Kramer
2014-07-16
1
-0
/
+8
*
[clang-tidy] Add a checker that warns on const string & members.
Benjamin Kramer
2014-07-16
1
-0
/
+4
*
[clang-tidy] Add a checker that flags unnamed parameters.
Benjamin Kramer
2014-07-15
1
-0
/
+4
*
[clang-tidy] Add a checker that flags all instances of overloaded unary opera...
Benjamin Kramer
2014-07-15
1
-0
/
+4
*
[clang-tidy] Add a checker that removes deducible arguments from std::make_pair
Benjamin Kramer
2014-07-15
1
-0
/
+4
*
Another attempt to add a clang-tidy check for flagging C-style casts.
Alexander Kornienko
2014-06-29
1
-0
/
+4
*
Rolling back, as the test fails on one of the buildbots:
Alexander Kornienko
2014-06-25
1
-4
/
+0
*
Add a check to flag the usage of C-style casts (Google Style).
Alexander Kornienko
2014-06-25
1
-0
/
+4
*
Move google-explicit-constructor check to a separate source file.
Alexander Kornienko
2014-06-18
1
-72
/
+1
*
Track clang changes from r209061
Alp Toker
2014-05-17
1
-2
/
+1
*
Fix assertion in google-explicit-constructor check when the constructor is
Alexander Kornienko
2014-05-05
1
-3
/
+5
*
Fix the message for "Move constructor declared explicit".
Alexander Kornienko
2014-04-29
1
-1
/
+2
*
Warn on explicit copy constructors.
Alexander Kornienko
2014-04-29
1
-3
/
+46
*
clang-tidy explicit constructor check: don't warn on copy or move constructors.
Alexander Kornienko
2014-03-20
1
-1
/
+1
*
clang-tidy explicit constructors check: don't warn on deleted constructors.
Alexander Kornienko
2014-03-19
1
-1
/
+2
*
Fixed formatting.
Alexander Kornienko
2014-03-05
1
-2
/
+1
*
[C++11] Replace LLVM_OVERRIDE with 'override'
Craig Topper
2014-03-02
1
-1
/
+1
*
Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.
Alexander Kornienko
2014-02-27
1
-1
/
+2
*
Fix ExplicitConstructorCheck to warn only on in-class declarations.
Alexander Kornienko
2014-02-13
1
-10
/
+12
*
Add the check name to the clang-tidy diagnostic output.
Alexander Kornienko
2014-01-13
1
-1
/
+1
*
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Initial architecture for clang-tidy.
Daniel Jasper
2013-07-29
1
-0
/
+61