From 49e978f780a56159381e36cbee5e7a9f076dfec3 Mon Sep 17 00:00:00 2001 From: Csaba Dabis Date: Fri, 15 Mar 2019 23:44:35 +0000 Subject: [PATCH] hello, clang Test commit with head and body. llvm-svn: 356307 --- clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h index a01678e..310c2a4 100644 --- a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h +++ b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h @@ -194,7 +194,7 @@ public: void enqueueStmtNode(ExplodedNode *N, const CFGBlock *Block, unsigned Idx); }; -// TODO: Turn into a calss. +// TODO: Turn into a class. struct NodeBuilderContext { const CoreEngine &Eng; const CFGBlock *Block; -- 2.7.4