Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
tools
/
clang-check
/
ClangCheck.cpp
b69ce1f
clang-check: rename the local FixItAction
by Saleem Abdulrasool
· 7 years ago
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
d10d790
Allow the creation of human-friendly ASTDumper to arbitrary output stream
by Alexander Kornienko
· 7 years ago
d9259c2
Remove 'Filename' parameter from BeginSourceFileAction.
by Richard Smith
· 8 years ago
3a36ac1
Add -cc1 flag -ast-dump-all to perform an AST dump including entities that haven't yet been deserialized.
by Richard Smith
· 9 years ago
03f8907
Frontend: Simplify ownership model for clang's output streams.
by Peter Collingbourne
· 9 years ago
dfed58a
Update to match LLVM r272232.
by Richard Smith
· 9 years ago
fb2398d
Make the clang module container format selectable from the command line.
by Adrian Prantl
· 10 years ago
bc06858
Revert "Revert r241620 and follow-up commits" and move the initialization
by Adrian Prantl
· 10 years ago
142ec39
Revert r241620 and follow-up commits while investigating linux buildbot failures.
by Adrian Prantl
· 10 years ago
e50371b
Wrap clang modules and pch files in an object file container.
by Adrian Prantl
· 10 years ago
575bc3ba
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
by Chandler Carruth
· 11 years ago
74e1c46
Make ArgumentsAdjuster an std::function.
by Alexander Kornienko
· 11 years ago
6168609
[clang-tidy] Move -extra-arg handling to CommonOptionsProvider
by Alexander Kornienko
· 11 years ago
35f986d
Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump
by Richard Smith
· 11 years ago
6beb6aa
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
by David Blaikie
· 11 years ago
62a56f3
Revert "unique_ptr-ify ownership of ASTConsumers"
by David Blaikie
· 11 years ago
a51666a
unique_ptr-ify ownership of ASTConsumers
by David Blaikie
· 11 years ago
10bf95d
Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.
by Nico Weber
· 11 years ago
3683556
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
b898432
Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
a798a9d
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
by Craig Topper
· 12 years ago
5553d0d
Sort all the #include lines with LLVM's utils/sort_includes.py which
by Chandler Carruth
· 12 years ago
b5e774e
Filter-out irrelevant command-line options in CommonOptionsParser.
by Alexander Kornienko
· 12 years ago
898229a
[Driver] Refactor clang driver to use LLVM's Option library
by Reid Kleckner
· 12 years ago
c3282c0
Add support for static analysis to clang-check
by Pavel Labath
· 12 years ago
951ad64
clang-check: Enable specification of additional compiler arguments
by Pavel Labath
· 12 years ago
8b517f1
clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()
by NAKAMURA Takumi
· 13 years ago
524741f
Style and Doc fix for CommonOptionsParser
by Edwin Vane
· 13 years ago
30abda1
As opposed to the clang-fixit tool described on
by Daniel Jasper
· 13 years ago
02f481c
Workaround for MacOSX build failure with gcc <= 4.4
by Alexander Kornienko
· 13 years ago
767cd03
Fixed http://llvm.org/bugs/show_bug.cgi?id=13777
by Alexander Kornienko
· 13 years ago
4bcd58b
Updated LibTooling.html, minor improvements in CommonOptionsParser
by Alexander Kornienko
· 13 years ago
0138726
Reverted clang-check to fully supported CommandLine Library use-case: global
by Alexander Kornienko
· 13 years ago
bf4871d
Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check
by Alexander Kornienko
· 13 years ago
f2f8255
The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool
by Alexander Kornienko
· 13 years ago
8480d42
Updated -help message in clang-check.
by Alexander Kornienko
· 13 years ago
1808bbe
Fix usage instructions for clang-check.
by Daniel Jasper
· 13 years ago
617f526
Adds support for auto-detection of compilation databases, looking in a directory and all its parents.
by Arnaud A. de Grandmaison
· 13 years ago
65fd0e1
Adds support for auto-detection of compilation databases
by Manuel Klimek
· 13 years ago
ff26efc
Adds a FixedCompilationDatabase to be able to specify tool parameters
by Manuel Klimek
· 13 years ago
47c245a
Adds a tooling library.
by Manuel Klimek
· 13 years ago