index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Frontend
/
Utils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Driver] Add an option for createInvocationFromCommandLine to recover on errors
Ilya Biryukov
2019-08-27
1
-1
/
+6
*
[DependencyCollector] Make maybeAddDependency virtual (NFC)
Jonas Devlieghere
2019-07-29
1
-3
/
+3
*
[clang-scan-deps] print the dependencies to stdout
Alex Lorenz
2019-06-21
1
-0
/
+3
*
Unify DependencyFileGenerator class and DependencyCollector interface (NFCI)
Alex Lorenz
2019-06-19
1
-12
/
+31
*
Make ModuleDependencyCollector's method virtual (NFC)
Jonas Devlieghere
2019-02-12
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-3
/
+0
*
Sink BuryPointer from Clang into LLVM for reuse there
David Blaikie
2018-11-17
1
-8
/
+0
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-4
/
+4
*
Use special new Clang flag 'FrontendTimesIsEnabled' instead of 'llvm::TimePas...
Andrew V. Tischenko
2018-04-23
1
-0
/
+6
*
[Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-26
1
-27
/
+40
*
Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.
Ilya Biryukov
2017-06-28
1
-4
/
+5
*
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...
David Blaikie
2017-01-06
1
-3
/
+3
*
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...
David Blaikie
2017-01-06
1
-3
/
+3
*
IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...
David Blaikie
2017-01-05
1
-3
/
+3
*
[CrashReproducer] Add support for merging -ivfsoverlay
Bruno Cardoso Lopes
2016-12-22
1
-2
/
+2
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-1
/
+3
*
[CrashReproducer] Add a module map callback for added headers
Bruno Cardoso Lopes
2016-03-30
1
-1
/
+2
*
[CrashReproducer] Cleanup and move functionality around in ModuleDependencyCo...
Bruno Cardoso Lopes
2016-03-29
1
-9
/
+13
*
clang-cl: Fix remaining bugs in interaction of /Yc and /FI /showIncludes.
Nico Weber
2016-03-23
1
-6
/
+4
*
Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.
Ivan Krasin
2015-08-13
1
-1
/
+6
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-2
/
+2
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
1
-2
/
+3
*
Use raw_pwrite_stream in clang.
Rafael Espindola
2015-04-14
1
-3
/
+2
*
Update for LLVM API change
David Blaikie
2014-11-19
1
-1
/
+1
*
Provide a BuryPointer for unique_ptrs.
David Blaikie
2014-08-29
1
-0
/
+3
*
Move ChainedIncludesSource into the implementation
Alp Toker
2014-07-07
1
-0
/
+7
*
Fix layering of file remapping and header search initialization
Alp Toker
2014-07-07
1
-1
/
+0
*
Consider module depedencies when checking a preamble in libclang
Ben Langmuir
2014-06-30
1
-0
/
+33
*
Frontend: Add a CC1 flag to dump module dependencies to a directory
Justin Bogner
2014-06-19
1
-0
/
+26
*
[C++11] Use 'nullptr'
Craig Topper
2014-05-06
1
-2
/
+2
*
Reapply r207477 and r207479 without cyclic dependency
Ben Langmuir
2014-04-29
1
-6
/
+0
*
Add dependencies from imported modules with -MD
Ben Langmuir
2014-03-07
1
-4
/
+13
*
Add an option to allow Clang verify source files for a module only once during
Dmitri Gribenko
2014-02-12
1
-0
/
+11
*
Bury leaked pointers in a global array to silence a leak detector in --disabl...
Kostya Serebryany
2013-12-27
1
-0
/
+5
*
clang-cl: Support /showIncludes
Hans Wennborg
2013-08-09
1
-1
/
+3
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-1
/
+18
*
[driver] Warnings for warning options are handled by the frontend. The drive...
Chad Rosier
2013-01-15
1
-1
/
+2
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
1
-2
/
+2
*
Some compilers do require Diagnostic.h to be present here.
Benjamin Kramer
2012-02-04
1
-1
/
+1
*
Don't include Diagnostics.h twice when it's required zero times.
Benjamin Kramer
2012-02-04
1
-5
/
+3
*
Introduce a -cc1 option "-dependency-graphviz" that determines header
Douglas Gregor
2012-02-02
1
-0
/
+5
*
Move a free function from the Frontend library into the Lex library as
Chandler Carruth
2011-12-09
1
-5
/
+0
*
Fixing 80 col violations (& removing any trailing whitespace on files I was t...
David Blaikie
2011-11-09
1
-1
/
+2
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-4
/
+4
*
Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...
Chris Lattner
2011-07-23
1
-1
/
+1
*
add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.
Chris Lattner
2011-07-20
1
-1
/
+1
*
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-20
1
-2
/
+2
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-0
/
+1
*
Remove the old implementation of -verify, which has been dead code since r88750.
Richard Smith
2011-06-04
1
-3
/
+0
[next]