[PATCH] D41151: [analyzer] Adding LoopContext and improve loop modeling
Henry Wong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 12 23:19:09 PST 2017
MTC added inline comments.
================
Comment at: include/clang/Analysis/ProgramPoint.h:619
/// CallExitBegin and CallExitEnd. The following operations occur between the
-/// two program points:
+/// two preogram points:
/// - CallExitBegin
----------------
A minor typo, it should be 'program' :).
https://reviews.llvm.org/D41151
More information about the cfe-commits
mailing list