summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorCsaba Dabis <dabis.csaba98@gmail.com>2019-03-15 23:44:35 +0000
committerCsaba Dabis <dabis.csaba98@gmail.com>2019-03-15 23:44:35 +0000
commit49e978f780a56159381e36cbee5e7a9f076dfec3 (patch)
tree604355d02a02c09cff909cf3f0bc163d9bfef9a7 /clang
parent3dea5480170df8e2aba46d7694a4f01250630eab (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud