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
/
unittests
/
clang-tidy
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] fix linkage with clangSema for FixitHintUtils, undo previous wro...
Jonas Toth
2020-01-03
1
-1
/
+0
*
[clang-tidy] quickfix: add -fno-delayed-template-parsing as default argument ...
Jonas Toth
2020-01-03
1
-0
/
+1
*
[clang-tidy] fix broken linking for AddConstTest with adding clangSema as dep...
Jonas Toth
2020-01-03
1
-0
/
+1
*
[clang-tidy] implement utility-function to add 'const' to variables
Jonas Toth
2020-01-03
2
-0
/
+1082
*
[clang-tidy] Update TransformerClangTidyCheck to use new Transformer bindings.
Yitzhak Mandelbaum
2019-11-06
1
-14
/
+13
*
[libTooling] Move Transformer files to their own directory/library.
Yitzhak Mandelbaum
2019-10-10
2
-4
/
+4
*
[clang-tools-extra] [cmake] Link against libclang-cpp whenever possible
Michal Gorny
2019-10-04
1
-4
/
+7
*
[clang-tidy] Make llvm-header-guard work on llvm git monorepo
Haojian Wu
2019-09-26
1
-0
/
+9
*
[Tooling] Migrated APIs that take ownership of objects to unique_ptr
Dmitri Gribenko
2019-08-30
1
-1
/
+3
*
GlobList: added a clear test for pattern priority
Dmitri Gribenko
2019-08-27
1
-1
/
+35
*
Moved GlobList into a separate header file
Dmitri Gribenko
2019-08-26
3
-60
/
+69
*
[clang-tidy][NFC] Qualify `makeRule` call in test, for consistency with other...
Yitzhak Mandelbaum
2019-08-26
1
-2
/
+3
*
[clang-tidy] TransformerClangTidyCheck: change choice of location for diagnos...
Yitzhak Mandelbaum
2019-08-26
1
-4
/
+54
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
2
-3
/
+3
*
Replace CRLF with LF.
Rui Ueyama
2019-07-17
1
-94
/
+94
*
[clang-tidy] Extend TransformerClangTidyCheck to support adding includes.
Yitzhak Mandelbaum
2019-07-02
1
-0
/
+49
*
[clang-tidy] Generalize TransformerClangTidyCheck to take a rule generator.
Yitzhak Mandelbaum
2019-06-26
1
-3
/
+59
*
[clang-tidy] Fix ClangTidyTest to initialize context before checks.
Yitzhak Mandelbaum
2019-06-26
1
-21
/
+27
*
Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...
Nico Weber
2019-05-25
1
-1
/
+1
*
[clang-tidy] In TransformerClangTidyCheck, require Explanation field.
Yitzhak Mandelbaum
2019-05-24
1
-6
/
+9
*
[clang-tidy] Add support for writing a check as a Transformer rewrite rule.
Yitzhak Mandelbaum
2019-05-22
2
-0
/
+70
*
[clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'
Don Hinton
2019-05-10
1
-1
/
+1
*
[clang-tidy] Add fix descriptions to clang-tidy checks.
Haojian Wu
2019-04-17
1
-8
/
+11
*
[clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks method
Alexander Kornienko
2019-04-03
1
-1
/
+0
*
gn build: Add build files for most clang-tools-extra unit tests
Nico Weber
2019-03-31
1
-1
/
+2
*
[clang-tidy] Move all checks to the new registerPPCallbacks API
Alexander Kornienko
2019-03-22
2
-6
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
6
-24
/
+18
*
Add explicit dependency on clangSerialization after rC348911
Fangrui Song
2018-12-12
1
-0
/
+1
*
[clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFC
Sam McCall
2018-11-08
1
-0
/
+3
*
[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....
Sam McCall
2018-11-02
1
-4
/
+4
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-2
/
+2
*
[clangtidy] Remove old copy of ExprMutationAnalyzer
Shuai Wang
2018-09-11
2
-948
/
+0
*
[clang-tidy] Handle sugared reference types in ExprMutationAnalyzer
Shuai Wang
2018-09-11
1
-16
/
+175
*
[clang-tidy] Handle unique owning smart pointers in ExprMutationAnalyzer
Shuai Wang
2018-09-11
1
-0
/
+59
*
Revert "Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAna...
Shuai Wang
2018-09-11
1
-4
/
+122
*
Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer"
Shuai Wang
2018-09-10
1
-106
/
+4
*
[clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888
Roman Lebedev
2018-09-10
1
-2
/
+2
*
[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer
Shuai Wang
2018-09-10
1
-4
/
+106
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
4
-12
/
+10
*
Remove explicit type from an initializer list. NFC.
Alexander Kornienko
2018-06-28
1
-2
/
+2
*
Fix formatting. NFC.
Alexander Kornienko
2018-06-28
1
-5
/
+4
*
Fixup test to compile with -frtti when trying to use typeid() as the PS4 does...
Douglas Yung
2018-06-28
1
-4
/
+7
*
[clang-tidy] Add ExprMutationAnalyzer, that analyzes whether an expression is...
Alexander Kornienko
2018-06-27
2
-0
/
+610
*
Reverting r334604 due to failing tests.
Aaron Ballman
2018-06-13
2
-610
/
+0
*
Add a new class to analyze whether an expression is mutated within a statement.
Aaron Ballman
2018-06-13
2
-0
/
+610
*
Partially revert r331456: [clang-tidy] Remove AnalyzeTemporaryDtors option.
Roman Lebedev
2018-05-08
1
-0
/
+3
*
[clang-tidy] Remove AnalyzeTemporaryDtors option.
Alexander Kornienko
2018-05-03
1
-5
/
+0
*
Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...
Roman Lebedev
2018-02-27
1
-2
/
+1
*
[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...
Roman Lebedev
2018-02-27
1
-1
/
+2
[next]