r333094 - Test Commit. Fix namespace comment
Mikhail R. Gadelha via cfe-commits
cfe-commits at lists.llvm.org
Wed May 23 08:49:13 PDT 2018
Author: mramalho
Date: Wed May 23 08:49:12 2018
New Revision: 333094
URL: http://llvm.org/viewvc/llvm-project?rev=333094&view=rev
Log:
Test Commit. Fix namespace comment
Signed-off-by: Mikhail Ramalho <mikhail.ramalho at gmail.com>
Modified:
cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h
Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h?rev=333094&r1=333093&r2=333094&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h Wed May 23 08:49:12 2018
@@ -85,8 +85,8 @@ private:
bool Assumption);
};
-} // end GR namespace
+} // end namespace ento
-} // end clang namespace
+} // end namespace clang
#endif
More information about the cfe-commits
mailing list