diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-02-24 07:42:32 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-02-24 07:42:32 +0000 |
commit | d2fd196045fe7fc31271cf378346b5f18bb51437 (patch) | |
tree | 8fd34f33abe4d4fa35d0183476dfdfb619a9bd2d /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 36ae309434a7818e5fda0c6eab53b0b6be6505f9 (diff) | |
download | bcm5719-llvm-d2fd196045fe7fc31271cf378346b5f18bb51437.tar.gz bcm5719-llvm-d2fd196045fe7fc31271cf378346b5f18bb51437.zip |
Add a very primitive clang based multifile 'delta'.
- Interface is more or less like multidelta.
- Keep in mind it won't work very well; delta is O(N^2) frequently in
practice. multidelta manages to work because it folds lines to keep
N small, but this is just working on raw tokens. However, I have a
fancy pants DAG based delta algorithm which will be the bees knees
once I get it wired to clang.
llvm-svn: 65377
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions