Historial de Commits

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