llvm-project/clang/include
Alp Toker d505d40360 Rewriter: Output RewriteRope contents efficiently
This avoids allocation of temporary std::strings for file contents, instead
writing chunks directly to the output stream.

The old character-based B-tree iterator remains intact for the time being.

llvm-svn: 196119
2013-12-02 17:02:49 +00:00
..
clang Rewriter: Output RewriteRope contents efficiently 2013-12-02 17:02:49 +00:00
clang-c Fixes a typo and changes references to the function clang_displayDiagnostic (which was removed in r96823) to clang_formatDiagnostics. 2013-11-17 09:46:45 +00:00
CMakeLists.txt
Makefile