Index: Analysis/GRSimpleVals.cpp
===================================================================
--- Analysis/GRSimpleVals.cpp	(revision 47222)
+++ Analysis/GRSimpleVals.cpp	(working copy)
@@ -38,9 +38,9 @@
          E=CheckerState->null_end(); I!=E; ++I) {
       
       const PostStmt& L = cast<PostStmt>((*I)->getLocation());
-      Expr* E = cast<Expr>(L.getStmt());
+      Expr* Ex = cast<Expr>(L.getStmt());
       
-      Diag.Report(FullSourceLoc(E->getExprLoc(), Ctx.getSourceManager()),
+      Diag.Report(FullSourceLoc(Ex->getExprLoc(), Ctx.getSourceManager()),
                   diag::chkr_null_deref_after_check);
     }
         
Index: Driver/ASTConsumers.h
===================================================================
--- Driver/ASTConsumers.h	(revision 47222)
+++ Driver/ASTConsumers.h	(working copy)
@@ -14,6 +14,7 @@
 #ifndef DRIVER_ASTCONSUMERS_H
 #define DRIVER_ASTCONSUMERS_H
 
+#include <string>
 #include <iosfwd>
 
 namespace llvm {
Index: win32/clangAnalysis/clangAnalysis.vcproj
===================================================================
--- win32/clangAnalysis/clangAnalysis.vcproj	(revision 47222)
+++ win32/clangAnalysis/clangAnalysis.vcproj	(working copy)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="8.00"
+	Version="8,00"
 	Name="clangAnalysis"
 	ProjectGUID="{6C98551A-4C36-4E74-8419-4D3EEEC9D8E0}"
 	RootNamespace="clangAnalysis"
@@ -157,13 +157,57 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\Analysis\ExplodedGraph.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\Analysis\GRBlockCounter.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\Analysis\GRCoreEngine.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\Analysis\GRExprEngine.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\Analysis\GRSimpleVals.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\Analysis\GRTransferFuncs.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Analysis\LiveVariables.cpp"
 				>
 			</File>
 			<File
+				RelativePath="..\..\Analysis\ProgramPoint.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\Analysis\RValues.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\Analysis\SymbolManager.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Analysis\UninitializedValues.cpp"
 				>
 			</File>
+			<File
+				RelativePath="..\..\Analysis\ValueManager.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\Analysis\ValueState.cpp"
+				>
+			</File>
 		</Filter>
 		<Filter
 			Name="Header Files"
Index: win32/clangAST/clangAST.vcproj
===================================================================
--- win32/clangAST/clangAST.vcproj	(revision 47222)
+++ win32/clangAST/clangAST.vcproj	(working copy)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="8.00"
+	Version="8,00"
 	Name="clangAST"
 	ProjectGUID="{5125C3DB-FBD6-4BF8-8D8B-CE51D6E93BCD}"
 	RootNamespace="clangAST"
@@ -153,6 +153,10 @@
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 			>
 			<File
+				RelativePath="..\..\AST\ASTConsumer.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\AST\ASTContext.cpp"
 				>
 			</File>
@@ -205,6 +209,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\AST\TranslationUnit.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\AST\Type.cpp"
 				>
 			</File>
Index: win32/clangBasic/clangBasic.vcproj
===================================================================
--- win32/clangBasic/clangBasic.vcproj	(revision 47222)
+++ win32/clangBasic/clangBasic.vcproj	(working copy)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="8.00"
+	Version="8,00"
 	Name="clangBasic"
 	ProjectGUID="{298B4876-6EF1-4E80-85D7-72F80693BBEB}"
 	RootNamespace="Basic"
@@ -166,6 +166,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\Basic\LangOptions.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Basic\SourceLocation.cpp"
 				>
 			</File>
@@ -178,6 +182,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\Basic\Targets.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Basic\TokenKinds.cpp"
 				>
 			</File>
Index: win32/clangCodeGen/clangCodeGen.vcproj
===================================================================
--- win32/clangCodeGen/clangCodeGen.vcproj	(revision 47222)
+++ win32/clangCodeGen/clangCodeGen.vcproj	(working copy)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="8.00"
+	Version="8,00"
 	Name="clangCodeGen"
 	ProjectGUID="{4CEC5897-D957-47E7-A6AE-2021D4F44A8F}"
 	RootNamespace="clangCodeGen"
@@ -173,6 +173,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\CodeGen\CGExprConstant.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\CodeGen\CGExprScalar.cpp"
 				>
 			</File>
Index: win32/clangDriver/clangDriver.vcproj
===================================================================
--- win32/clangDriver/clangDriver.vcproj	(revision 47222)
+++ win32/clangDriver/clangDriver.vcproj	(working copy)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="8.00"
+	Version="8,00"
 	Name="clangDriver"
 	ProjectGUID="{7E7DA455-C276-4B93-8D02-8F7E2F629BAF}"
 	RootNamespace="clangDriver"
@@ -214,10 +214,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\Driver\Targets.cpp"
-				>
-			</File>
-			<File
 				RelativePath="..\..\Driver\TextDiagnosticBuffer.cpp"
 				>
 			</File>
Index: win32/clangLex/clangLex.vcproj
===================================================================
--- win32/clangLex/clangLex.vcproj	(revision 47222)
+++ win32/clangLex/clangLex.vcproj	(working copy)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="8.00"
+	Version="8,00"
 	Name="clangLex"
 	ProjectGUID="{030F6909-B2FA-4E53-BEA7-9A559CFC2F73}"
 	RootNamespace="clangLex"
@@ -153,6 +153,10 @@
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 			>
 			<File
+				RelativePath="..\..\Lex\HeaderMap.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Lex\HeaderSearch.cpp"
 				>
 			</File>
Index: win32/clangSema/clangSema.vcproj
===================================================================
--- win32/clangSema/clangSema.vcproj	(revision 47222)
+++ win32/clangSema/clangSema.vcproj	(working copy)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="8.00"
+	Version="8,00"
 	Name="clangSema"
 	ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}"
 	RootNamespace="clangSema"
@@ -153,7 +153,7 @@
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 			>
 			<File
-				RelativePath="..\..\Sema\ASTStreamer.cpp"
+				RelativePath="..\..\Sema\ParseAST.cpp"
 				>
 			</File>
 			<File
@@ -169,6 +169,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\Sema\SemaDeclObjC.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Sema\SemaExpr.cpp"
 				>
 			</File>
@@ -177,6 +181,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\Sema\SemaExprObjC.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\Sema\SemaStmt.cpp"
 				>
 			</File>
@@ -191,10 +199,6 @@
 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 			>
 			<File
-				RelativePath="..\..\include\clang\Sema\ASTStreamer.h"
-				>
-			</File>
-			<File
 				RelativePath="..\..\Sema\Sema.h"
 				>
 			</File>
