diff options
| author | Raphael Isemann <teemperor@gmail.com> | 2018-12-10 12:37:46 +0000 |
|---|---|---|
| committer | Raphael Isemann <teemperor@gmail.com> | 2018-12-10 12:37:46 +0000 |
| commit | b23ccecbb0a99fc4d0bd605f5b42697d895f07b8 (patch) | |
| tree | 3781550b8411d21eecc7f591ac07aa939d62e2b9 /clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | |
| parent | 4c4d2fe280bc8a04598e7e9d75c63fb64ee4cd81 (diff) | |
| download | bcm5719-llvm-b23ccecbb0a99fc4d0bd605f5b42697d895f07b8.tar.gz bcm5719-llvm-b23ccecbb0a99fc4d0bd605f5b42697d895f07b8.zip | |
Misc typos fixes in ./lib folder
Summary: Found via `codespell -q 3 -I ../clang-whitelist.txt -L uint,importd,crasher,gonna,cant,ue,ons,orign,ned`
Reviewers: teemperor
Reviewed By: teemperor
Subscribers: teemperor, jholewinski, jvesely, nhaehnle, whisperity, jfb, cfe-commits
Differential Revision: https://reviews.llvm.org/D55475
llvm-svn: 348755
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExprEngine.cpp')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp index 648095c0497..45d0df7ae45 100644 --- a/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp +++ b/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp @@ -203,7 +203,7 @@ ExprEngine::ExprEngine(cross_tu::CrossTranslationUnitContext &CTU, VisitedCallees(VisitedCalleesIn), HowToInline(HowToInlineIn) { unsigned TrimInterval = mgr.options.GraphTrimInterval; if (TrimInterval != 0) { - // Enable eager node reclaimation when constructing the ExplodedGraph. + // Enable eager node reclamation when constructing the ExplodedGraph. G.enableNodeReclamation(TrimInterval); } } @@ -1033,7 +1033,7 @@ void ExprEngine::ProcessTemporaryDtor(const CFGTemporaryDtor D, MR = V->getAsRegion(); } - // If copy elision has occured, and the constructor corresponding to the + // If copy elision has occurred, and the constructor corresponding to the // destructor was elided, we need to skip the destructor as well. if (isDestructorElided(State, BTE, LC)) { State = cleanupElidedDestructor(State, BTE, LC); |

