зеркало из https://github.com/microsoft/clang.git
Updated VC++ project files.
Disambiguated a variable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42161 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
80de08fc6f
Коммит
2367e638d8
|
@ -201,8 +201,8 @@ private:
|
|||
for (CFGBlock::const_succ_iterator I=B->succ_begin(), E=B->succ_end();
|
||||
I!=E; ++I) {
|
||||
|
||||
CFG::Edge E(B,*I);
|
||||
UpdateEdgeValue(E,V,*I);
|
||||
CFG::Edge Edg(B,*I);
|
||||
UpdateEdgeValue(Edg,V,*I);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -214,8 +214,8 @@ private:
|
|||
for (CFGBlock::const_pred_iterator I=B->succ_begin(), E=B->succ_end();
|
||||
I!=E; ++I) {
|
||||
|
||||
CFG::Edge E(*I,B);
|
||||
UpdateEdgeValue(E,V,*I);
|
||||
CFG::Edge Edg(*I,B);
|
||||
UpdateEdgeValue(Edg,V,*I);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -188,6 +188,10 @@
|
|||
RelativePath="..\..\AST\StmtPrinter.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\AST\StmtViz.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\AST\Type.cpp"
|
||||
>
|
||||
|
@ -242,6 +246,10 @@
|
|||
RelativePath="..\..\include\clang\AST\Stmt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\clang\AST\StmtGraphTraits.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\clang\AST\StmtVisitor.h"
|
||||
>
|
||||
|
|
|
@ -170,6 +170,14 @@
|
|||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\include\clang\Analysis\CFGRecStmtDeclVisitor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\clang\Analysis\CFGRecStmtVisitor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\clang\Analysis\CFGStmtVisitor.h"
|
||||
>
|
||||
|
|
Загрузка…
Ссылка в новой задаче