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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Improve google-objc-function-naming diagnostics 📙
Stephane Moore
2018-12-14
2
-14
/
+28
*
[clang-tidy] Add the abseil-duration-subtraction check
Hyrum Wright
2018-12-13
1
-0
/
+64
*
[clang-tidy] NFC Consolidate test absl::Time implementation
Jonas Toth
2018-12-11
5
-158
/
+81
*
[clang-tidy]: Abseil: new check 'abseil-upgrade-duration-conversions'
Eric Fiselier
2018-12-07
1
-0
/
+473
*
Move detection of libc++ include dirs to Driver on MacOS
Ilya Biryukov
2018-12-05
2
-0
/
+19
*
Revert "[clang-tidy] new check: bugprone-branch-clone"
Jonas Toth
2018-12-05
1
-1017
/
+0
*
[clang-tidy] new check: bugprone-branch-clone
Jonas Toth
2018-12-05
1
-0
/
+1017
*
Fix a false positive in misplaced-widening-cast
Jonas Toth
2018-12-05
1
-0
/
+18
*
[clang-tidy/checks] Update objc-property-declaration check to allow arbitrary...
Stephane Moore
2018-12-05
3
-33
/
+7
*
[clang-tidy] Ignore namespaced and C++ member functions in google-objc-functi...
Stephane Moore
2018-12-04
1
-0
/
+30
*
[clang-tidy] Recommit: Add the abseil-duration-comparison check
Jonas Toth
2018-12-03
1
-0
/
+195
*
Revert "[clang-tidy] Add the abseil-duration-comparison check"
Jonas Toth
2018-12-03
1
-195
/
+0
*
[clang-tidy] Add the abseil-duration-comparison check
Jonas Toth
2018-12-03
1
-0
/
+195
*
[clangd] Recommit the "AnyScope" changes in requests.json by rCTE347753 (reve...
Fangrui Song
2018-12-01
1
-7
/
+7
*
Adding a FIXME test to document an area for improvement with the cert-err58-c...
Aaron Ballman
2018-11-29
1
-0
/
+12
*
Ensure that test clang-tidy/export-relpath.cpp works with Windows path separa...
Matthew Voss
2018-11-28
1
-1
/
+1
*
Revert "[clang-tools-extra] r347753 - [clangd] Build and test IndexBenchmark ...
Matthew Voss
2018-11-28
3
-11
/
+8
*
Fix false positive with lambda assignments in cert-err58-cpp.
Aaron Ballman
2018-11-28
1
-2
/
+27
*
[clang-tidy] Added a test -export-fixes with relative paths.
Ilya Biryukov
2018-11-28
1
-0
/
+19
*
[clangd] Build and test IndexBenchmark in check-clangd
Haojian Wu
2018-11-28
3
-8
/
+11
*
Fix a false-positive with cert-err58-cpp.
Aaron Ballman
2018-11-28
1
-1
/
+14
*
[clangd] textDocument/SymbolInfo extension
Jan Korous
2018-11-27
1
-0
/
+14
*
[clang-tidy] Ignore bool -> single bit bitfield conversion in readability-imp...
Malcolm Parsons
2018-11-27
1
-1
/
+14
*
[clang-tidy] Avoid inconsistent notes in readability-container-size-empty
Alexander Kornienko
2018-11-27
1
-2
/
+7
*
[clang-tidy] Minor fixes in a test
Alexander Kornienko
2018-11-27
1
-8
/
+8
*
[clang-tidy] Improving narrowing conversions
Guillaume Chatelet
2018-11-26
5
-26
/
+455
*
[clangd] Enable auto-index behind a flag.
Sam McCall
2018-11-26
5
-0
/
+83
*
[clang-tidy] No warning for auto new expression in smart check
Haojian Wu
2018-11-26
1
-0
/
+3
*
[clang-tidy] Don't generate incorrect fixes for class with deleted copy const...
Haojian Wu
2018-11-26
1
-0
/
+59
*
Remove the optional dependency from libclang to clang-tidy/include-fixer
Benjamin Kramer
2018-11-23
2
-26
/
+0
*
[clang-tidy] Ignore template instantiations in modernize-use-using
Alexander Kornienko
2018-11-22
1
-0
/
+21
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-2
/
+2
*
[clangd] Cleanup: use index file instead of header in workspace symbols lit t...
Eric Liu
2018-11-22
3
-8
/
+22
*
Move the llvm lit test dependencies to clang-tools-extra.
Haojian Wu
2018-11-22
1
-0
/
+11
*
[clang-tidy] Add a test for proper handling of locations in scratch space.
Alexander Kornienko
2018-11-21
1
-0
/
+28
*
[clang-tidy] Don't generate incorrect fixes for class constructed from list-i...
Haojian Wu
2018-11-20
1
-0
/
+32
*
Add the abseil-duration-factory-scale check.
Aaron Ballman
2018-11-18
1
-0
/
+130
*
[clang-tidy/checks] Implement a clang-tidy check to verify Google Objective-C...
Stephane Moore
2018-11-17
1
-0
/
+52
*
[clang-tidy] Expanded a test NFC
Alexander Kornienko
2018-11-16
1
-8
/
+30
*
[clang-tidy] Avoid C arrays check
Roman Lebedev
2018-11-14
1
-0
/
+88
*
Revert "Add a test checking clang-tidy can find libc++ on Mac"
Jonas Toth
2018-11-12
2
-19
/
+0
*
[clang-tidy] fix ARM tests, because int and long have same width
Jonas Toth
2018-11-12
1
-1
/
+1
*
[clang-tidy] new check: bugprone-too-small-loop-variable
Jonas Toth
2018-11-12
1
-0
/
+251
*
Add a test checking clang-tidy can find libc++ on Mac
Ilya Biryukov
2018-11-12
2
-0
/
+19
*
[clang-tidy] fix PR39583 - ignoring ParenCast for string-literals in pro-boun...
Jonas Toth
2018-11-09
1
-0
/
+4
*
[clang-tidy] fix test after r346414
Sam McCall
2018-11-08
1
-1
/
+3
*
[fix][clang-tidy] fix for r345961 that introduced a test failure on Windows b...
Jonas Toth
2018-11-02
1
-1
/
+1
*
[clangd] Remove didOpen extraFlags extension.
Sam McCall
2018-11-02
1
-52
/
+0
*
[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....
Sam McCall
2018-11-02
1
-1
/
+7
*
Fix the issue that not recognizing single acronym with prefix as ObjC propert...
Yan Zhang
2018-11-01
1
-0
/
+1
[next]