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
/
clang-check
/
ClangCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Use InitLLVM to setup a pretty stack printer"
Nico Weber
2019-11-25
1
-2
/
+1
*
Use InitLLVM to setup a pretty stack printer
Rui Ueyama
2019-11-26
1
-1
/
+2
*
[Driver] Use shared singleton instance of DriverOptTable
Ilya Biryukov
2019-09-04
1
-14
/
+17
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Introduce the ability to dump the AST to JSON.
Aaron Ballman
2019-05-13
1
-3
/
+3
*
Remove a useless assertion in clang-check.
Alexander Kornienko
2019-04-08
1
-3
/
+0
*
Revert rL357915 from cfe/trunk: Remove a useless assertion in clang-check.
Simon Pilgrim
2019-04-08
1
-0
/
+3
*
Remove a useless assertion in clang-check.
Alexander Kornienko
2019-04-08
1
-3
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove dependency-related arguments in clang-check.
Alexander Kornienko
2019-01-09
1
-0
/
+1
*
clang-check: rename the local FixItAction
Saleem Abdulrasool
2018-09-10
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
Allow the creation of human-friendly ASTDumper to arbitrary output stream
Alexander Kornienko
2018-04-06
1
-1
/
+3
*
Remove 'Filename' parameter from BeginSourceFileAction.
Richard Smith
2017-06-09
1
-2
/
+1
*
Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...
Richard Smith
2017-03-09
1
-0
/
+1
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
1
-1
/
+1
*
Update to match LLVM r272232.
Richard Smith
2016-06-09
1
-1
/
+1
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-2
/
+1
*
Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
2015-07-08
1
-1
/
+11
*
Revert r241620 and follow-up commits while investigating linux buildbot failu...
Adrian Prantl
2015-07-07
1
-3
/
+1
*
Wrap clang modules and pch files in an object file container.
Adrian Prantl
2015-07-07
1
-1
/
+3
*
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Make ArgumentsAdjuster an std::function.
Alexander Kornienko
2014-12-03
1
-3
/
+3
*
[clang-tidy] Move -extra-arg handling to CommonOptionsProvider
Alexander Kornienko
2014-11-04
1
-61
/
+7
*
Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump
Richard Smith
2014-08-11
1
-1
/
+2
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-2
/
+3
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-3
/
+2
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-2
/
+3
*
Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.
Nico Weber
2014-04-28
1
-2
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-4
/
+4
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Filter-out irrelevant command-line options in CommonOptionsParser.
Alexander Kornienko
2013-12-12
1
-27
/
+33
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-1
/
+2
*
Add support for static analysis to clang-check
Pavel Labath
2013-06-06
1
-8
/
+36
*
clang-check: Enable specification of additional compiler arguments
Pavel Labath
2013-06-05
1
-0
/
+40
*
clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()
NAKAMURA Takumi
2013-01-18
1
-0
/
+2
*
Style and Doc fix for CommonOptionsParser
Edwin Vane
2012-12-14
1
-2
/
+2
*
As opposed to the clang-fixit tool described on
Daniel Jasper
2012-10-03
1
-3
/
+71
*
Workaround for MacOSX build failure with gcc <= 4.4
Alexander Kornienko
2012-09-10
1
-6
/
+6
*
Fixed http://llvm.org/bugs/show_bug.cgi?id=13777
Alexander Kornienko
2012-09-07
1
-2
/
+4
*
Updated LibTooling.html, minor improvements in CommonOptionsParser
Alexander Kornienko
2012-08-24
1
-1
/
+1
*
Reverted clang-check to fully supported CommandLine Library use-case: global
Alexander Kornienko
2012-08-22
1
-30
/
+24
*
Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check
Alexander Kornienko
2012-08-13
1
-1
/
+43
*
The new clang-ast-dump tool for selective AST dumping. Moved common command-l...
Alexander Kornienko
2012-07-16
1
-56
/
+18
*
Updated -help message in clang-check.
Alexander Kornienko
2012-07-12
1
-22
/
+33
*
Fix usage instructions for clang-check.
Daniel Jasper
2012-07-11
1
-5
/
+5
*
Adds support for auto-detection of compilation databases, looking in a direct...
Arnaud A. de Grandmaison
2012-07-10
1
-2
/
+3
*
Adds support for auto-detection of compilation databases
Manuel Klimek
2012-07-10
1
-4
/
+10
[next]