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
/
lib
/
FrontendTool
Commit message (
Expand
)
Author
Age
Files
Lines
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-1
/
+0
*
Sink BuryPointer from Clang into LLVM for reuse there
David Blaikie
2018-11-17
1
-2
/
+3
*
[analyzer] New flag to print all -analyzer-config options
Kristof Umann
2018-11-02
1
-0
/
+8
*
[Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."
Fangrui Song
2018-10-10
1
-1
/
+1
*
[Frontend] Delete -print-decl-contexts
Fangrui Song
2018-10-03
1
-1
/
+0
*
[modules] Frontend support for building a header module from a list of
Richard Smith
2018-09-15
1
-0
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
Add a new driver mode to dump compiler feature and extension options.
Aaron Ballman
2018-05-31
1
-0
/
+2
*
Make a build bot happy.
Gabor Horvath
2018-02-10
1
-1
/
+1
*
[Templight] Template Instantiation Observer
Gabor Horvath
2018-02-10
1
-2
/
+7
*
[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...
NAKAMURA Takumi
2017-10-18
1
-7
/
+7
*
Update after LLVM change r309087
George Rimar
2017-07-26
1
-1
/
+2
*
[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...
NAKAMURA Takumi
2017-07-18
1
-0
/
+1
*
Add -frewrite-imports flag.
Richard Smith
2017-06-09
1
-1
/
+2
*
unique_ptrify createDriverOptTable
David Blaikie
2017-01-13
1
-1
/
+1
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
1
-1
/
+4
*
[analyzer] Command line option to show enabled checker list.
Gabor Horvath
2016-08-08
1
-0
/
+5
*
Make it possible for AST plugins to enable themselves by default
John Brawn
2016-03-15
1
-1
/
+15
*
Revert r260265, "clang-cl: Support loading plugins on Windows"
NAKAMURA Takumi
2016-02-11
1
-8
/
+1
*
clang-cl: Support loading plugins on Windows
Ehsan Akhgari
2016-02-09
1
-1
/
+8
*
[Frontend] Make the memory management of FrontendAction pointers explicit by ...
Argyrios Kyrtzidis
2016-02-07
1
-42
/
+47
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-25
/
+0
*
Provide a BuryPointer for unique_ptrs.
David Blaikie
2014-08-29
1
-1
/
+1
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
2
-26
/
+5
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-26
1
-4
/
+4
*
[objcmt] Don't wrap a PCH generation action with a ObjCMigrateAction one, it ...
Argyrios Kyrtzidis
2014-05-17
1
-1
/
+2
*
[leaks] Don't leak the fake arguments we synthesize for LLVM option
Chandler Carruth
2014-05-03
1
-2
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-3
/
+3
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-2
/
+2
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
1
-10
/
+13
*
[CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842.
NAKAMURA Takumi
2014-02-23
1
-0
/
+3
*
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
2014-02-21
1
-6
/
+0
*
Add a CC1 option -verify-pch
Ben Langmuir
2014-02-05
1
-0
/
+1
*
Bury leaked pointers in a global array to silence a leak detector in --disabl...
Kostya Serebryany
2013-12-27
1
-1
/
+2
*
[CMake] clang/lib: Prune redundant dependencies.
NAKAMURA Takumi
2013-12-10
1
-3
/
+0
*
[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...
NAKAMURA Takumi
2013-12-09
1
-1
/
+7
*
Bring back a StringRef used in some build configurations
Alp Toker
2013-11-27
1
-0
/
+2
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-1
/
+0
*
[objcmt] If the frontend option is frontend::MigrateSource then we don't need...
Argyrios Kyrtzidis
2013-11-13
1
-20
/
+22
*
Remove -ast-dump-xml.
Richard Smith
2013-10-07
1
-1
/
+0
*
Objective-C migrator. Simplify migrator option
Fariborz Jahanian
2013-10-02
1
-4
/
+1
*
ObjectiveC migrator. This patch infers readonly properties for no-parameter
Fariborz Jahanian
2013-08-28
1
-1
/
+2
*
Fix dependencies now that the ARC migrator depends on the static analyzer.
Jordan Rose
2013-08-22
1
-1
/
+6
*
Indicate success for simple options when clang called with -cc1.
Rafael Espindola
2013-08-07
1
-3
/
+3
*
ObjC migrator: Add -objcmt-migrate-property to do property
Fariborz Jahanian
2013-07-09
1
-2
/
+3
*
With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check.
Jordan Rose
2013-07-03
1
-3
/
+8
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-5
/
+5
*
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-27
1
-0
/
+1
*
use early returns to simplify and de-nest
Sean Silva
2013-01-06
1
-11
/
+9
*
Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user
Roman Divacky
2012-12-13
2
-2
/
+59
[next]