llvm-project/clang/lib/ASTMatchers/Dynamic
Samuel Benzaquen b837248ad4 Add support for raw_ostream on the printing methods of Diagnostics.
Summary:
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.

Reviewers: klimek

CC: cfe-commits, revane

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

llvm-svn: 186715
2013-07-19 20:02:35 +00:00
..
CMakeLists.txt
Diagnostics.cpp Add support for raw_ostream on the printing methods of Diagnostics. 2013-07-19 20:02:35 +00:00
Makefile
Marshallers.h Separate the notion of 'context' when recursing down in the parser and actual errors. 2013-07-18 19:47:59 +00:00
Parser.cpp Separate the notion of 'context' when recursing down in the parser and actual errors. 2013-07-18 19:47:59 +00:00
Registry.cpp Separate the notion of 'context' when recursing down in the parser and actual errors. 2013-07-18 19:47:59 +00:00
VariantValue.cpp Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. 2013-06-21 15:51:31 +00:00