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
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
2
-2
/
+2
*
Use std::unique_ptr in ClangTidyCheckFactories
Dmitri Gribenko
2019-09-26
2
-0
/
+4
*
[clang-tidy] Don't emit google-runtime-references warning for functions defin...
Haojian Wu
2019-08-23
1
-0
/
+3
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
1
-1
/
+1
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
4
-4
/
+4
*
[clang-tidy]: Google: new check 'google-upgrade-googletest-case'
Eric Fiselier
2019-07-29
4
-0
/
+398
*
Fixed google-readability-casting test to work in c++17
Dmitri Gribenko
2019-06-11
1
-7
/
+15
*
Revise the google-objc-global-variable-declaration check to match the style g...
Stephane Moore
2019-05-31
1
-8
/
+14
*
Rollback "Revise the google-objc-global-variable-declaration check to match t...
Stephane Moore
2019-05-29
1
-14
/
+8
*
Revise the google-objc-global-variable-declaration check to match the style g...
Stephane Moore
2019-05-29
1
-8
/
+14
*
[clang-tidy] New check calling out uses of +new in Objective-C code
Dmitri Gribenko
2019-05-23
4
-0
/
+172
*
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
Alexander Kornienko
2019-03-25
15
-15
/
+15
*
[clang-tidy] Move all checks to the new registerPPCallbacks API
Alexander Kornienko
2019-03-22
4
-8
/
+11
*
[clang-tidy] Disable google-runtime-int in Objective-C++ 🔓
Stephane Moore
2019-03-20
1
-1
/
+3
*
Fixed global constant/variable naming check on C++ class for ObjC++ files.
Yan Zhang
2019-03-15
1
-0
/
+4
*
[clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈
Stephane Moore
2019-02-21
1
-3
/
+7
*
Revert rCTE352968 due to compilation failures 💥
Stephane Moore
2019-02-02
1
-7
/
+3
*
[clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈
Stephane Moore
2019-02-02
1
-3
/
+7
*
[clang-tidy] Add check for underscores in googletest names.
Haojian Wu
2019-01-25
4
-0
/
+127
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
29
-116
/
+87
*
[clang-tidy] Improve google-objc-function-naming diagnostics 📙
Stephane Moore
2018-12-14
1
-3
/
+5
*
[clang-tidy] Ignore namespaced and C++ member functions in google-objc-functi...
Stephane Moore
2018-12-04
1
-2
/
+3
*
A bit of AST matcher cleanup, NFC.
Alexander Kornienko
2018-11-25
1
-6
/
+4
*
[clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C...
Stephane Moore
2018-11-17
4
-0
/
+168
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-1
/
+1
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
3
-5
/
+4
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
2
-2
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
7
-15
/
+15
*
[clang-tidy] Remove the google-readability-redundant-smartptr-get alias
Alexander Kornienko
2018-06-21
1
-4
/
+0
*
[clang-tidy/google-readability-casting] Disable check for Objective-C++
Ben Hamilton
2018-05-16
1
-1
/
+2
*
[clang-tidy/google-runtime-int] Allow passing non-bitwidth types to printf()-...
Ben Hamilton
2018-05-01
1
-1
/
+11
*
[clang-tidy] Remove google-runtime-member-string-references
Benjamin Kramer
2018-04-05
4
-109
/
+0
*
do not register matcher for objc-only checks when analyzing non-objc sources ...
Yan Zhang
2018-03-07
1
-0
/
+5
*
[clang-tidy/google] Improve the Objective-C global variable declaration check...
Yan Zhang
2018-02-25
1
-2
/
+2
*
[clang-tidy] Function-scoped static variables should not trigger google-objc-...
Ben Hamilton
2018-01-05
1
-1
/
+10
*
add check to avoid throwing objc exception according to Google Objective-C guide
Yan Zhang
2017-11-16
4
-0
/
+90
*
Add new check in google module for Objective-C code to ensure global variable...
Haojian Wu
2017-11-07
4
-6
/
+139
*
Adapt clang-tidy checks to changing semantics of hasDeclaration.
Manuel Klimek
2017-08-02
1
-2
/
+2
*
[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used
Alexander Kornienko
2017-07-20
2
-4
/
+4
*
[clang-tidy] Add bugprone-suspicious-memset-usage check
Gabor Horvath
2017-07-14
4
-139
/
+0
*
[clang-tidy] Ignore blank spaces between cast's ")" and its sub expr.
Haojian Wu
2017-07-12
1
-5
/
+7
*
Make google-build-using-namespace skip std::.*literals
Alexander Kornienko
2017-05-15
2
-0
/
+23
*
[clang-tidy] Fix google-explicit-constructor issue with out-of-line conversions
Alexander Kornienko
2017-04-18
1
-0
/
+2
*
[clang-tidy] Verify some conditions in a matcher instead of check(). NFC
Alexander Kornienko
2017-03-17
1
-6
/
+7
*
[clang-tidy] Ignore deleted members in google-explicit-constructor.
Alexander Kornienko
2017-03-17
1
-1
/
+1
*
[clang-tidy] google-readability-casting: don't use constructor call syntax fo...
Alexander Kornienko
2017-03-03
1
-1
/
+1
*
[clang-tidy] google-readability-casting: detect redundant casts with top-leve...
Alexander Kornienko
2017-03-02
1
-6
/
+6
*
[clang-tidy] Fix a few more issues in google-readability-casting
Alexander Kornienko
2017-03-02
1
-34
/
+31
*
[clang-tidy] google-readability-casting: Handle user-defined conversions
Alexander Kornienko
2017-02-18
1
-52
/
+79
*
[clang-tidy] Fix handling of function types in google-readability-casting
Alexander Kornienko
2017-02-10
1
-7
/
+26
[next]