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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[clang-tidy] Cosmetic fix
Zinovy Nis
2019-03-20
1
-2
/
+2
*
[clang-tidy] Parallelize clang-tidy-diff.py
Zinovy Nis
2019-03-20
1
-25
/
+146
*
Fixed global constant/variable naming check on C++ class for ObjC++ files.
Yan Zhang
2019-03-15
1
-0
/
+4
*
[clang-tidy] Add additional patterns to the abseil-duration-unnecessary-conve...
Hyrum Wright
2019-03-14
1
-6
/
+30
*
[clang-tidy] NOLINT support for "clang-diagnostic-*".
Haojian Wu
2019-03-12
2
-10
/
+8
*
[clang-tidy] Add the abseil-time-compare check
Hyrum Wright
2019-03-11
6
-8
/
+114
*
[clang-tidy] NFC: Negate the name and semantics of the isNotInMacro function.
Hyrum Wright
2019-03-08
5
-10
/
+9
*
[clang-tidy] Fix bugprone-string-constructor crash
Alexander Kornienko
2019-03-05
1
-1
/
+2
*
[build] Rename clang-headers to clang-resource-headers
Shoaib Meenai
2019-03-04
1
-1
/
+1
*
Fix file headers. NFC
Fangrui Song
2019-03-01
9
-9
/
+9
*
[clang-tidy] add OverrideMacro to modernize-use-override check
Paul Hoad
2019-02-28
2
-20
/
+37
*
[clang-tidy] added cppcoreguidelines-explicit-virtual-functions
Jonas Toth
2019-02-28
3
-2
/
+24
*
[clang-tidy] bugprone-string-integer-assignment: Reduce false positives.
Clement Courbet
2019-02-28
1
-0
/
+29
*
[clang-tidy] misc-string-integer-assignment: fix false positive
Clement Courbet
2019-02-28
1
-2
/
+7
*
[clang-tidy] Add the abseil-time-subtraction check
Hyrum Wright
2019-02-27
6
-0
/
+285
*
[clang-tidy] undo bitfields in ExceptionAnalyzer
Jonas Toth
2019-02-26
1
-4
/
+2
*
[clang-tidy] misc-string-integer-assignment: ignore toupper/tolower
Clement Courbet
2019-02-25
1
-4
/
+9
*
Attempt to fix VS2015 build breakage from r354517. NFCI.
Douglas Yung
2019-02-21
1
-1
/
+1
*
[clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈
Stephane Moore
2019-02-21
1
-3
/
+7
*
[clang-tidy] refactor ExceptionAnalyzer further to give ternary answer
Jonas Toth
2019-02-20
3
-83
/
+271
*
Update property prefix regex to allow numbers.
Yan Zhang
2019-02-20
1
-10
/
+9
*
[clang-tidy][NFCI] DanglingHandleCheck: Remove a superflous IgnoreParenImpCasts
Bruno Ricci
2019-02-17
1
-3
/
+2
*
[clang-tidy] Delete obsolete objc-property-declaration options ✂️
Stephane Moore
2019-02-16
2
-23
/
+2
*
[clang-tidy] Don't use assignment for value-initialized enums
Malcolm Parsons
2019-02-08
1
-3
/
+6
*
[clang-tidy] Add options to bugprone-argument-comment to add missing argument...
Paul Hoad
2019-02-08
2
-12
/
+69
*
[clang-tidy][NFC] Fix typo.
Yitzhak Mandelbaum
2019-02-08
1
-1
/
+1
*
[clang-tidy][NFC] Test commit. Add missing comma.
Yitzhak Mandelbaum
2019-02-08
1
-2
/
+2
*
[clang-tidy] Fixed a std::bind() transformation
Jonas Toth
2019-02-07
1
-1
/
+1
*
[clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)
Roman Lebedev
2019-02-06
1
-1
/
+8
*
[clang-tidy] Handle unions with existing default-member-init
Malcolm Parsons
2019-02-04
1
-1
/
+1
*
[clang-tidy] Add the abseil-duration-unnecessary-conversion check
Hyrum Wright
2019-02-04
4
-0
/
+97
*
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] Rename time lookup functions; NFC
Hyrum Wright
2019-02-02
3
-7
/
+7
*
[clang-tidy] refactor bugprone-exception-escape analysis into class
Jonas Toth
2019-01-31
5
-151
/
+223
*
[clang-tidy] Fix a build error.
Haojian Wu
2019-01-28
1
-1
/
+1
*
[clang-tidy] Add the abseil-duration-addition check
Hyrum Wright
2019-01-28
6
-0
/
+162
*
[clang-tidy] Add check for underscores in googletest names.
Haojian Wu
2019-01-25
4
-0
/
+127
*
[clang-tidy] Rename the absl duration helper functions; NFC
Hyrum Wright
2019-01-24
6
-15
/
+17
*
Revert rCTE351921 to fix documentation geneeration.
Stephane Moore
2019-01-23
2
-2
/
+23
*
[clang-tidy] Delete obsolete objc-property-declaration options ✂️
Stephane Moore
2019-01-23
2
-23
/
+2
*
[clang-tidy] Work around http://llvm.org/PR40392
Alexander Kornienko
2019-01-21
1
-4
/
+10
*
[clang-tidy] Use getStripPluginsAdjuster
Kadir Cetinkaya
2019-01-21
1
-17
/
+1
*
[clang-tidy] misc-non-private-member-variables-in-classes: ignore implicit me...
Miklos Vajna
2019-01-20
1
-5
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
510
-2047
/
+1536
*
Convert two more files that were using Windows line endings and remove
Chandler Carruth
2019-01-19
1
-58
/
+58
*
Install new LLVM license structure and new developer policy.
Chandler Carruth
2019-01-19
2
-4
/
+4
*
[clang-tidy] Add abseil-duration-conversion-cast check
Hyrum Wright
2019-01-17
4
-0
/
+125
*
[clang-tidy] Move the macro helper function to a common location; NFC
Hyrum Wright
2019-01-16
3
-22
/
+24
*
[clang-tidy] bugprone-string-constructor: Catch string from nullptr.
Clement Courbet
2019-01-16
1
-0
/
+16
[prev]
[next]