aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-03-01 08:43:22 +0000
committerChris Lattner <sabre@nondot.org>2008-03-01 08:43:22 +0000
commit72fc3b30d775a6b720dd0dd87aa853226f0625dd (patch)
treea4e3f78e8727c61fe2f0327a1e7c9cf729bc9204
parentfc62bfd41c73c6bc555b5e37f9e25dff256e72ab (diff)
newline at end of file, by David Chisnall
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47788 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Analysis/PathSensitive/GRExprEngine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Analysis/PathSensitive/GRExprEngine.h b/include/clang/Analysis/PathSensitive/GRExprEngine.h
index 73fd513191..3ad87b2e75 100644
--- a/include/clang/Analysis/PathSensitive/GRExprEngine.h
+++ b/include/clang/Analysis/PathSensitive/GRExprEngine.h
@@ -446,4 +446,5 @@ protected:
ValueState* MarkBranch(ValueState* St, Stmt* Terminator, bool branchTaken);
};
-} // end clang namespace \ No newline at end of file
+} // end clang namespace
+