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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangtidy] Remove old copy of ExprMutationAnalyzer
Shuai Wang
2018-09-11
3
-370
/
+0
*
[clang-tidy] Handle sugared reference types in ExprMutationAnalyzer
Shuai Wang
2018-09-11
1
-8
/
+9
*
[clang-tidy] Handle unique owning smart pointers in ExprMutationAnalyzer
Shuai Wang
2018-09-11
1
-2
/
+40
*
Revert "Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAna...
Shuai Wang
2018-09-11
1
-6
/
+20
*
Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer"
Shuai Wang
2018-09-10
1
-20
/
+6
*
[clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888
Roman Lebedev
2018-09-10
2
-11
/
+11
*
[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer
Shuai Wang
2018-09-10
1
-6
/
+20
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
3
-4
/
+4
*
[clang-tidy] Sequence init statements, declarations, and conditions correctly...
Martin Bohme
2018-08-03
1
-3
/
+18
*
[clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is...
Alexander Kornienko
2018-06-27
3
-0
/
+317
*
Reverting r334604 due to failing tests.
Aaron Ballman
2018-06-13
3
-318
/
+0
*
Add a new class to analyze whether an expression is mutated within a statement.
Aaron Ballman
2018-06-13
3
-0
/
+318
*
Reland "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-10
1
-1
/
+2
*
Revert "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-09
1
-2
/
+1
*
[tools] Updating PPCallbacks::InclusionDirective calls
Julie Hockett
2018-05-09
1
-1
/
+2
*
[clang-tidy] ObjC ARC objects should not trigger performance-unnecessary-valu...
Ben Hamilton
2018-02-02
1
-1
/
+2
*
[clang-tidy] Kill marco. No functionality change.
Benjamin Kramer
2018-02-02
1
-1
/
+1
*
[clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth
2017-09-12
1
-0
/
+4
*
[clang-tidy] Revert Implement type-based check for gsl::owner
Jonas Toth
2017-09-12
1
-4
/
+0
*
[clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth
2017-09-12
1
-0
/
+4
*
[clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used
Alexander Kornienko
2017-07-20
2
-2
/
+6
*
[clang-tidy] Add a new Android check "android-cloexec-socket"
Yan Wang
2017-07-12
2
-0
/
+35
*
Extend readability-container-size-empty to add comparisons to empty-state obj...
Aaron Ballman
2017-04-24
2
-0
/
+18
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[clang-tidy] Reword the "code outside header guard" warning.
Benjamin Kramer
2017-02-21
1
-6
/
+6
*
[clang-tidy] getPreviousNonCommentToken -> getPreviousToken
Alexander Kornienko
2017-02-06
3
-8
/
+7
*
[clang-tidy] Do not trigger move fix for non-copy assignment operators in per...
Felix Berger
2017-01-19
1
-1
/
+2
*
Correctly classify main file includes if there is a prefix added
Alexander Kornienko
2017-01-12
1
-1
/
+2
*
[clang-tidy] Handle constructors in performance-unnecessary-value-param
Malcolm Parsons
2017-01-03
2
-14
/
+70
*
[clang-tidy] refactor ExprSequence out of use-after-move check
Marek Sokolowski
2016-12-24
3
-0
/
+307
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
5
-13
/
+9
*
[clang-tidy] Ignore incomplete types when determining whether they are expens...
Felix Berger
2016-11-04
1
-1
/
+1
*
Recommit "[ClangTidy] Add UsingInserter and NamespaceAliaser"
Haojian Wu
2016-10-17
7
-0
/
+345
*
Revert "[ClangTidy] Add UsingInserter and NamespaceAliaser"
Haojian Wu
2016-10-12
6
-342
/
+0
*
[ClangTidy] Add UsingInserter and NamespaceAliaser
Haojian Wu
2016-10-12
6
-0
/
+342
*
Fix some false-positives with cppcoreguidelines-pro-type-member-init. Handle ...
Aaron Ballman
2016-10-04
1
-0
/
+5
*
[clang-tidy] fix false-positive for cppcoreguidelines-pro-type-member-init wi...
Matthias Gehre
2016-09-28
1
-1
/
+3
*
[clang-tidy] Some tweaks on header guard checks.
Haojian Wu
2016-08-26
2
-18
/
+14
*
[clang-tidy] Added hh, hxx and hpp to header guard checks.
Mads Ravn
2016-08-26
4
-5
/
+34
*
[clang-tidy] Fixes to modernize-use-emplace
Piotr Padlewski
2016-07-29
1
-2
/
+0
*
[clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va...
Felix Berger
2016-07-01
5
-14
/
+84
*
Remove ignoringImplicit from clang-tidy.
Cong Liu
2016-06-24
1
-5
/
+0
*
[clang-tidy] Add modernize-use-emplace
Piotr Padlewski
2016-06-21
1
-0
/
+2
*
[clang-tidy] More doc fixes. NFC.
Alexander Kornienko
2016-06-17
3
-30
/
+30
*
[clang-tidy] Fix doxygen errors. NFC.
Alexander Kornienko
2016-06-17
6
-47
/
+55
*
[clang-tidy] Fix a functional change from r269656.
Benjamin Kramer
2016-05-18
1
-3
/
+4
*
[clang-tidy] Lift common matchers to utils namespace
Etienne Bergeron
2016-05-17
1
-0
/
+5
*
[clang-tidy] Cleanups utils files
Etienne Bergeron
2016-05-16
9
-46
/
+19
*
[clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted...
Felix Berger
2016-05-14
2
-3
/
+20
*
[clang-tidy] Lift parsing of sequence of names functions to utils.
Etienne Bergeron
2016-05-10
3
-1
/
+72
[next]