Updated VC++ project files.
Disambiguated a variable. llvm-svn: 42161
This commit is contained in:
		
							parent
							
								
									4a46052d30
								
							
						
					
					
						commit
						8a43d50f40
					
				| 
						 | 
				
			
			@ -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"
 | 
			
		||||
				>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue