diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-05-07 22:16:46 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-05-07 22:16:46 +0000 |
| commit | c893ba465ea24ff6ef599e91c2b2f8dab8246926 (patch) | |
| tree | 1d8b7aad48a360e0be000de1a3046f6ca4adb6dc /clang/tools/libclang/IndexBody.cpp | |
| parent | 3c52f0281fd5aea2819fb9b723cd9955ce60a99d (diff) | |
| download | bcm5719-llvm-c893ba465ea24ff6ef599e91c2b2f8dab8246926.tar.gz bcm5719-llvm-c893ba465ea24ff6ef599e91c2b2f8dab8246926.zip | |
[libclang] Use a copy of the data-recursive RecursiveASTVisitor inside libclang.
This is temporary until we settle on how to make the main RecursiveASTVisitor safe.
There are some modifications on the original version, to avoid extreme memory usage
when compiling for release.
rdar://11179167
llvm-svn: 156329
Diffstat (limited to 'clang/tools/libclang/IndexBody.cpp')
| -rw-r--r-- | clang/tools/libclang/IndexBody.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/libclang/IndexBody.cpp b/clang/tools/libclang/IndexBody.cpp index e975a6d1be4..26ec7d123d0 100644 --- a/clang/tools/libclang/IndexBody.cpp +++ b/clang/tools/libclang/IndexBody.cpp @@ -9,7 +9,7 @@ #include "IndexingContext.h" -#include "clang/AST/RecursiveASTVisitor.h" +#include "RecursiveASTVisitor.h" using namespace clang; using namespace cxindex; |

