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
/
ClangTidyTest.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] quickfix: add -fno-delayed-template-parsing as default argument ...
Jonas Toth
2020-01-03
1
-0
/
+1
*
[Tooling] Migrated APIs that take ownership of objects to unique_ptr
Dmitri Gribenko
2019-08-30
1
-1
/
+3
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[clang-tidy] Fix ClangTidyTest to initialize context before checks.
Yitzhak Mandelbaum
2019-06-26
1
-21
/
+27
*
[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
*
[clang-tidy] Move all checks to the new registerPPCallbacks API
Alexander Kornienko
2019-03-22
1
-0
/
+2
*
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
-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
*
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
*
[clang-tidy ObjC] [2/3] Support non-C++ files in ClangTidyTest
Haojian Wu
2017-10-26
1
-7
/
+15
*
Fix clang-tidy crash when a single fix is applied on multiple files.
Eric Liu
2016-08-09
1
-7
/
+10
*
Changes related to new implementation of tooling::Replacements as class.
Eric Liu
2016-08-01
1
-1
/
+8
*
Changes related to tooling::applyAllReplacements interface change in D21601.
Eric Liu
2016-07-11
1
-1
/
+8
*
[VFS] Switch clang-tidy tests to use an in-memory fs.
Benjamin Kramer
2015-10-07
1
-4
/
+8
*
Create interfaces and tests for the overlapping replacements fix in clang-tidy.
Angel Garcia Gomez
2015-10-06
1
-8
/
+32
*
Move some more functionality into the AST consumer creation factory function,...
Aaron Ballman
2015-09-02
1
-3
/
+6
*
Fix formatting.
Manuel Klimek
2015-08-13
1
-1
/
+1
*
Reinstantiate better diagnostic, this time with a fatal error so we don't add...
Manuel Klimek
2015-08-12
1
-2
/
+7
*
Revert the diagnostic improvements in r244602 as they introduced a problemati...
David Blaikie
2015-08-11
1
-9
/
+1
*
1. Disable tests that currently cannot work on windows due to missing path ca...
Manuel Klimek
2015-08-11
1
-1
/
+9
*
Default initialize from explicitly constructed object.
Manuel Klimek
2015-08-11
1
-2
/
+3
*
Add an IncludeInserter to clang-tidy.
Manuel Klimek
2015-08-11
1
-1
/
+8
*
[clang-tidy] Set current main file name in tests.
Alexander Kornienko
2015-07-27
1
-0
/
+1
*
Force braces on the else branch if they are being added to the if branch.
Samuel Benzaquen
2015-03-31
1
-5
/
+6
*
[clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.
Alexander Kornienko
2015-03-09
1
-3
/
+3
*
[clang-tidy] Organized clang-tidy unit tests. NFC.
Alexander Kornienko
2015-03-02
1
-0
/
+3
*
Small cleanups from review comments.
Manuel Klimek
2014-10-09
1
-5
/
+3
*
Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
Manuel Klimek
2014-10-07
1
-18
/
+26
*
Implemented clang-tidy-check-specific options.
Alexander Kornienko
2014-09-12
1
-2
/
+1
*
Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
2014-09-04
1
-2
/
+4
*
Allow specifying file names and extra arguments when running clang-tidy unit ...
Benjamin Kramer
2014-08-12
1
-3
/
+7
*
Allow per-file clang-tidy options.
Alexander Kornienko
2014-06-05
1
-2
/
+2
*
Store Errors inside ClangTidyContext instead of just pointer to an external
Alexander Kornienko
2014-05-09
1
-8
/
+6
*
Add ClangTidyOptions to encapsulate all clang-tidy options.
Alexander Kornienko
2014-04-29
1
-5
/
+3
*
Output clang-tidy errors in a consistent order.
Alexander Kornienko
2014-04-08
1
-2
/
+8
*
ClangTidyTest.h: Don't use initializer list. msc17 doesn't recognize one.
NAKAMURA Takumi
2014-03-20
1
-2
/
+3
*
Post-filter clang-tidy diagnostic messages.
Alexander Kornienko
2014-03-20
1
-1
/
+1
*
clang-tidy explicit constructors check: don't warn on deleted constructors.
Alexander Kornienko
2014-03-19
1
-2
/
+3
*
[C++11] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
[C++11] Replace LLVM_OVERRIDE with 'override'
Craig Topper
2014-03-02
1
-1
/
+1
*
Made the ClangTidyTest helper class independent of the testing framework.
Alexander Kornienko
2014-02-27
1
-43
/
+37
*
Make clang's static analyzer checks available through clang-tidy.
Manuel Klimek
2013-11-14
1
-0
/
+1
*
Initial architecture for clang-tidy.
Daniel Jasper
2013-07-29
1
-0
/
+75