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
/
ClangTidy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Use range-for for check registration. NFC
Alexander Kornienko
2019-11-26
1
-4
/
+2
*
[clang-scan-deps] Support for clang --analyze in clang-scan-deps
Jan Korous
2019-10-14
1
-4
/
+3
*
Return results by value from ClangTidyCheckFactories::createChecks
Dmitri Gribenko
2019-09-26
1
-4
/
+4
*
[ClangTidy] Adjust the name getCheckName to getCheckerName due to API change.
Tim Shen
2019-09-12
1
-1
/
+1
*
[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.
Artem Dergachev
2019-09-11
1
-4
/
+5
*
Changed FrontendActionFactory::create to return a std::unique_ptr
Dmitri Gribenko
2019-08-29
1
-1
/
+3
*
[analyzer] Analysis: Silence checkers
Csaba Dabis
2019-08-16
1
-6
/
+6
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-5
/
+5
*
[clang-tools-extra] Adopt FileManager's error-returning APIs
Harlan Haskins
2019-08-01
1
-2
/
+5
*
[clang-tidy] Address post-commit comments
Haojian Wu
2019-04-18
1
-31
/
+30
*
[clang-tidy] Add fix descriptions to clang-tidy checks.
Haojian Wu
2019-04-17
1
-24
/
+39
*
[clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks method
Alexander Kornienko
2019-04-03
1
-1
/
+0
*
Basic: Return a reference from FileManager::getVirtualFileSystem, NFC
Duncan P. N. Exon Smith
2019-03-26
1
-2
/
+2
*
[clang-tidy] Separate the check-facing interface
Alexander Kornienko
2019-03-25
1
-45
/
+0
*
[clang-tidy] Expand modular headers for PPCallbacks
Alexander Kornienko
2019-03-22
1
-6
/
+23
*
[clang-tidy] Use getStripPluginsAdjuster
Kadir Cetinkaya
2019-01-21
1
-17
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFC
Sam McCall
2018-11-08
1
-1
/
+3
*
[clang-tidy] run() doesn't update the SourceManager.
Sam McCall
2018-11-06
1
-1
/
+3
*
[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....
Sam McCall
2018-11-02
1
-7
/
+10
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-4
/
+4
*
[clang-tidy] Build it even without static analyzer
Stephen Kelly
2018-10-01
1
-0
/
+11
*
Reverting r343415 as it breaks at least one of the bots.
Aaron Ballman
2018-09-30
1
-10
/
+0
*
Allow clang-tidy to be built without a dependency on the clang static analyzer.
Aaron Ballman
2018-09-30
1
-0
/
+10
*
Fix reported range of partial token replacement
Stephen Kelly
2018-09-06
1
-5
/
+5
*
[clang-tidy] Store checks profiling info as JSON files
Roman Lebedev
2018-06-06
1
-2
/
+4
*
[clang-tidy] Add a flag to enable alpha checkers
Alexander Kornienko
2018-05-17
1
-8
/
+17
*
[clang-tidy] Profile is a per-AST (per-TU) data.
Roman Lebedev
2018-05-08
1
-7
/
+17
*
[clang-tidy] Define __clang_analyzer__ macro for clang-tidy for compatibility...
Zinovy Nis
2018-05-03
1
-0
/
+12
*
[clang-tidy] Remove AnalyzeTemporaryDtors option.
Alexander Kornienko
2018-05-03
1
-5
/
+0
*
Revert r328932 as it caused Windows and MacOS bot failures.
Mike Edwards
2018-04-02
1
-11
/
+0
*
[clang-tidy] Define __clang_analyzer__ macro for clang-tidy for compatibility...
Zinovy Nis
2018-04-01
1
-0
/
+11
*
Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...
Roman Lebedev
2018-02-27
1
-3
/
+1
*
[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...
Roman Lebedev
2018-02-27
1
-1
/
+3
*
[clang-tidy] Add -vfsoverlay flag
Ilya Biryukov
2018-01-23
1
-6
/
+11
*
Change getChecksFilter() interface to hide implementation details.
Alexander Kornienko
2017-05-17
1
-8
/
+8
*
[clang-tidy] Reuse FileID in getLocation
Chih-Hung Hsieh
2017-04-06
1
-1
/
+1
*
[clang-tidy] Add FormatStyle configuration option.
Alexander Kornienko
2017-04-06
1
-17
/
+13
*
[clang-tidy] Revert D31406 (Reuse FileID in getLocation)
Chih-Hung Hsieh
2017-03-31
1
-1
/
+1
*
[clang-tidy] Reuse FileID in getLocation
Chih-Hung Hsieh
2017-03-30
1
-1
/
+1
*
[clang-tidy] Format code around applied fixes
Alexander Kornienko
2017-03-03
1
-6
/
+14
*
Update tools to use new getStyle API
Antonio Maiorano
2017-01-17
1
-2
/
+6
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-1
/
+1
*
[clang-tidy] Add check name to YAML export (clang-tools-extra part)
Alexander Kornienko
2017-01-03
1
-14
/
+14
*
[clang-tidy] Make format style customizable
Jonas Devlieghere
2016-11-30
1
-6
/
+6
*
Use AnalyzerOptions::getRegisteredCheckers() instead of clang/StaticAnalyzer/...
Alexander Kornienko
2016-11-08
1
-40
/
+30
*
[clang-tidy] Clean up code after applying replacements.
Alexander Kornienko
2016-10-17
1
-24
/
+79
*
[clang-tidy] Fix the order of ExtraArgsBefore
Alexander Kornienko
2016-08-23
1
-4
/
+8
*
Fix clang-tidy crash when a single fix is applied on multiple files.
Eric Liu
2016-08-09
1
-24
/
+32
*
Reapply r276973 "Adjust Registry interface to not require plugins to export a...
John Brawn
2016-08-05
1
-1
/
+1
[next]