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 | ae66cf3153f7285d3ff4430af79c380881b2eb32 (patch) | |
tree | 1fc6a43896bdc166f67e30114e7ac3ae21cd2298 /lib/CodeGen/CGExprConstant.cpp | |
parent | 6eba1438ae905ca2a863dc32480712c8a6411aa3 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGExprConstant.cpp')
0 files changed, 0 insertions, 0 deletions