[PATCH] Add support for raw_ostream on the printing methods of Diagnostics.

Samuel Benzaquen sbenza at google.com
Fri Jul 19 06:50:08 PDT 2013


Hi klimek,

Add printToStream*(llvm::raw_ostream&) methods to Diagnostics, and reimplement everything based on streams instead of concatenating strings.
Also, fix some functions to start with lowercase to match the style guide.

http://llvm-reviews.chandlerc.com/D1187

Files:
  include/clang/ASTMatchers/Dynamic/Diagnostics.h
  lib/ASTMatchers/Dynamic/Diagnostics.cpp
  unittests/ASTMatchers/Dynamic/ParserTest.cpp
  unittests/ASTMatchers/Dynamic/RegistryTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1187.1.patch
Type: text/x-patch
Size: 10414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130719/3ca3ad3a/attachment.bin>


More information about the cfe-commits mailing list