diff options
| author | Csaba Dabis <dabis.csaba98@gmail.com> | 2019-03-15 23:44:35 +0000 |
|---|---|---|
| committer | Csaba Dabis <dabis.csaba98@gmail.com> | 2019-03-15 23:44:35 +0000 |
| commit | 49e978f780a56159381e36cbee5e7a9f076dfec3 (patch) | |
| tree | 604355d02a02c09cff909cf3f0bc163d9bfef9a7 /clang | |
| parent | 3dea5480170df8e2aba46d7694a4f01250630eab (diff) | |
| download | bcm5719-llvm-49e978f780a56159381e36cbee5e7a9f076dfec3.tar.gz bcm5719-llvm-49e978f780a56159381e36cbee5e7a9f076dfec3.zip | |
hello, clang
Test commit with head and body.
llvm-svn: 356307
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h index a01678efa48..310c2a43aa4 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; |

