forked from OSchip/llvm-project
[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
This commit is contained in:
parent
3c52f0281f
commit
c893ba465e
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "IndexingContext.h"
|
||||
|
||||
#include "clang/AST/RecursiveASTVisitor.h"
|
||||
#include "RecursiveASTVisitor.h"
|
||||
|
||||
using namespace clang;
|
||||
using namespace cxindex;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "IndexingContext.h"
|
||||
|
||||
#include "clang/AST/RecursiveASTVisitor.h"
|
||||
#include "RecursiveASTVisitor.h"
|
||||
|
||||
using namespace clang;
|
||||
using namespace cxindex;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue