]> granicus.if.org Git - clang/commit
start implementing a token rewriter. At this point, it just reads in a file
authorChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2008 05:44:03 +0000 (05:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2008 05:44:03 +0000 (05:44 +0000)
commitcff9cc95de367a3aea885a7f8fee304fe2707b92
treea7c6af20ebfdf923c65851535855ab6b5063ba56
parentb13c5eef3634e32075511d11ded4b699c17fb0d7
start implementing a token rewriter.  At this point, it just reads in a file
and lets a client iterate over it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57407 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteTest.cpp
clang.xcodeproj/project.pbxproj
include/clang/Basic/SourceLocation.h
include/clang/Rewrite/TokenRewriter.h [new file with mode: 0644]
lib/Rewrite/TokenRewriter.cpp [new file with mode: 0644]