Commit History

Author SHA1 Message Date
  Joel E. Denny d26564a610 [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 6 years ago
  Joel E. Denny 44d8911714 [Rewrite] Extend to further accept CharSourceRange 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Fangrui Song abdbb605f2 Remove trailing space 7 years ago
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 years ago
  Eugene Zelenko f06173045d [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 years ago
  Yaron Keren dd4f3ef4ab Make local function isWhitespaceExceptNL static instead of in anonymous namespace 10 years ago
  Yaron Keren ab49a5a740 Rename highly-confusing isWhitespace that returns false on \n to 10 years ago
  Argyrios Kyrtzidis b90bec812a [Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it. 10 years ago
  Hans Wennborg 938f2902fd Trim some includes. NFC. 10 years ago
  Daniel Jasper f3a911f8cd Delete unused method and clangAST dependency it required. 10 years ago
  Daniel Jasper 6293d96764 Remove code duplication and cut dependency from clangRewrite on 10 years ago
  Alp Toker 6c4abb1676 Make clang's rewrite engine a core feature 11 years ago
  Ted Kremenek 305c613af6 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 13 years ago
  James Dennett 8c10f84104 Documentation cleanup: Escaped backslashes in Doxygen comments. 13 years ago
  NAKAMURA Takumi 2d9c4dfad1 clang/lib/Rewrite/Rewriter.cpp: Don't try to rename opened files on Win32. Win32 doesn't allow rename/removing opened files. 13 years ago
  Manuel Klimek bfbfee51ec Adds a method overwriteChangedFiles to the Rewriter. This is implemented by 13 years ago
  Dylan Noblesmith f7ccbad5d9 Basic: import SmallString<> into clang namespace 13 years ago
  Benjamin Kramer 8fe83e1df9 Move a method from IdentifierTable.h out of line and remove the SmallString include. 13 years ago
  Chris Lattner 5f9e272e63 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 14 years ago
  John McCall f85e193739 Automatic Reference Counting. 14 years ago
  Fariborz Jahanian 85b1c7ce94 Use S.str() to force a flush. 14 years ago
  Douglas Gregor 750ea6192f Be sure to flush raw_string_ostream objects in the Objective-C 14 years ago
  Argyrios Kyrtzidis 10c8d9e63b Introduce Rewriter::IncreaseIndentation() which increase indentations for the lines between the given source range. 14 years ago
  Argyrios Kyrtzidis fd183ba0b1 Collect the options applicable to the Rewriter methods into a RewriterOptions struct. 14 years ago
  Fariborz Jahanian 1d015313b2 Fixup more objc rwriter bug having to do with 14 years ago
  Argyrios Kyrtzidis b65ed34ebf Enhance the Rewriter. 14 years ago
  Benjamin Kramer ec1b1cc006 Pass StringRefs by value. 15 years ago
  Chris Lattner 0a76aae8c0 introduce a new CharSourceRange class, and enhance the diagnostics routines 15 years ago
  Nick Lewycky 0ade808e0a Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 15 years ago