r356307 - hello, clang

Csaba Dabis via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 15 16:44:35 PDT 2019


Author: charusso
Date: Fri Mar 15 16:44:35 2019
New Revision: 356307

URL: http://llvm.org/viewvc/llvm-project?rev=356307&view=rev
Log:
hello, clang

Test commit with head and body.

Modified:
    cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h

Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h?rev=356307&r1=356306&r2=356307&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h Fri Mar 15 16:44:35 2019
@@ -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;




More information about the cfe-commits mailing list