From: Csaba Dabis Date: Fri, 15 Mar 2019 23:44:35 +0000 (+0000) Subject: hello, clang X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e479127491a4e1edc02cf46768a47e9921a73e51;p=clang hello, clang Test commit with head and body. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356307 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h b/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h index a01678efa4..310c2a43aa 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h +++ b/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;