summaryrefslogtreecommitdiff
path: root/include/clang/Rewrite
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-15
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Rewriter: Output RewriteRope contents efficientlyAlp Toker2013-12-02
* RewriteBuffer::write(): Add a doc comment about non-portable useAlp Toker2013-11-17
* RewriteBuffer: Remove an unused typedefAlp Toker2013-11-07
* Use Rewriter::overwriteChangedFiles() directlyAlp Toker2013-10-29
* Remove obsolete RewriteBuffer commentAlp Toker2013-10-29
* Adding const buffer iterator generators to RewriterEdwin Vane2013-08-27
* Port HTMLDiagnostics to PathV2. No intended functionality change.Benjamin Kramer2013-06-12
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-03
* objective-C modern translator. Generate #lineFariborz Jahanian2013-02-08
* Allow RefactoringTool to write to memory instead of always to diskEdwin Vane2013-01-11
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* This function isn't called SaveFiles any more.Nick Lewycky2012-11-14
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-15
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-13
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-01
* Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith2012-08-23
* Rename -rewrite-includes to -frewrite-includes.David Blaikie2012-06-14
* Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie2012-06-06
* Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek2012-05-22
* Don't try to instantiate std::list at an incomplete type; it's notJohn McCall2012-05-02
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-06
* objc rewriter: start supporting modern objective-c abiFariborz Jahanian2012-02-07
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-05
* Remove unused field from FixItRecompile.Argyrios Kyrtzidis2012-02-04
* In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptorArgyrios Kyrtzidis2012-01-26
* Introduce 3 new fixit options:Argyrios Kyrtzidis2012-01-26
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-29
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-26
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-25
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* remove some now-redundant forward declarations.Chris Lattner2011-07-20
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-20
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* Remove more unnecessary #include <llvm/ADT/SmallVector.h>Francois Pichet2011-06-20
* Automatic Reference Counting.John McCall2011-06-15
* Remove unused STL header includes.Jay Foad2011-04-23
* Introduce Rewriter::IncreaseIndentation() which increase indentations for the...Argyrios Kyrtzidis2011-04-16
* Collect the options applicable to the Rewriter methods into a RewriterOptions...Argyrios Kyrtzidis2011-04-13
* Typo.Fariborz Jahanian2011-04-11
* Fixup more objc rwriter bug having to do withFariborz Jahanian2011-04-11
* Enhance the Rewriter.Argyrios Kyrtzidis2011-04-07
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-18
* Fix typo spotted by Nico Weber.Nick Lewycky2010-10-31
* Add a new cc1 option -fix-what-you-can which when combined with the fix-it modeNick Lewycky2010-08-13
* Pass StringRefs by value.Benjamin Kramer2010-07-14
* introduce a new CharSourceRange class, and enhance the diagnostics routinesChris Lattner2010-06-18