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
/
Rewrite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
1
-3
/
+4
*
[Frontend] Make the memory management of FrontendAction pointers explicit by ...
Argyrios Kyrtzidis
2016-02-07
1
-2
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
3
-4
/
+4
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
3
-4
/
+4
*
[fixit] Use overwriteChangedFiles() to deal with Windows mapped files
Reid Kleckner
2015-06-17
1
-1
/
+5
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
2
-2
/
+2
*
[Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it.
Argyrios Kyrtzidis
2015-03-08
1
-6
/
+10
*
[Rewrite] Move RewriteBuffer into its own header.
Argyrios Kyrtzidis
2015-03-08
2
-96
/
+114
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
3
-4
/
+4
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+0
*
Make DiagnosticsEngine::takeClient return std::unique_ptr<>
Alexander Kornienko
2014-11-17
1
-1
/
+1
*
Delete unused method and clangAST dependency it required.
Daniel Jasper
2014-10-26
1
-5
/
+0
*
Remove code duplication and cut dependency from clangRewrite on
Daniel Jasper
2014-10-23
1
-5
/
+0
*
Use intrusive refcounted pointers to manage RopeRefCountString lifetime.
Benjamin Kramer
2014-09-15
1
-39
/
+9
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
9
-19
/
+19
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
2
-20
/
+20
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
2
-20
/
+20
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
2
-20
/
+20
*
[C++11] Use 'nullptr'
Craig Topper
2014-05-06
4
-9
/
+10
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
2
-17
/
+17
*
[C++11] Remove the remaining uses of OwningPtr.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
2
-3
/
+3
*
Rewriter: Output RewriteRope contents efficiently
Alp Toker
2013-12-02
1
-1
/
+6
*
RewriteBuffer::write(): Add a doc comment about non-portable use
Alp Toker
2013-11-17
1
-0
/
+3
*
RewriteBuffer: Remove an unused typedef
Alp Toker
2013-11-07
1
-3
/
+2
*
Use Rewriter::overwriteChangedFiles() directly
Alp Toker
2013-10-29
1
-1
/
+1
*
Remove obsolete RewriteBuffer comment
Alp Toker
2013-10-29
1
-4
/
+0
*
Adding const buffer iterator generators to Rewriter
Edwin Vane
2013-08-27
1
-0
/
+3
*
Port HTMLDiagnostics to PathV2. No intended functionality change.
Benjamin Kramer
2013-06-12
1
-1
/
+1
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-2
/
+0
*
objective-C modern translator. Generate #line
Fariborz Jahanian
2013-02-08
1
-1
/
+2
*
Allow RefactoringTool to write to memory instead of always to disk
Edwin Vane
2013-01-11
1
-1
/
+5
*
Sort #include lines for all files under include/...
Chandler Carruth
2012-12-04
2
-3
/
+2
*
This function isn't called SaveFiles any more.
Nick Lewycky
2012-11-14
1
-1
/
+1
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-09-15
3
-4
/
+8
*
Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is
Dmitri Gribenko
2012-09-13
1
-1
/
+1
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
9
-3
/
+3
*
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-23
1
-8
/
+14
*
Rename -rewrite-includes to -frewrite-includes.
David Blaikie
2012-06-14
1
-1
/
+1
*
Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...
David Blaikie
2012-06-06
2
-0
/
+10
*
Adds a method overwriteChangedFiles to the Rewriter. This is implemented by
Manuel Klimek
2012-05-22
1
-0
/
+7
*
Don't try to instantiate std::list at an incomplete type; it's not
John McCall
2012-05-02
1
-1
/
+1
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
1
-0
/
+3
*
objc rewriter: start supporting modern objective-c abi
Fariborz Jahanian
2012-02-07
1
-0
/
+5
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
2
-3
/
+3
*
Remove unused field from FixItRecompile.
Argyrios Kyrtzidis
2012-02-04
1
-2
/
+1
*
In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptor
Argyrios Kyrtzidis
2012-01-26
1
-1
/
+6
*
Introduce 3 new fixit options:
Argyrios Kyrtzidis
2012-01-26
2
-1
/
+29
*
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
Douglas Gregor
2011-09-29
2
-2
/
+4
*
Rename DiagnosticInfo to Diagnostic as per issue 5397
David Blaikie
2011-09-26
1
-1
/
+1
[next]