[PATCH] D58065: [analyzer] Document the frontend library
Mandeep Singh Grang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 19 16:15:33 PST 2019
mgrang added inline comments.
================
Comment at: docs/analyzer/developer-docs/FrontendLibrary.rst:12
+This document will describe the frontend of the Static Analyzer, basically
+everything from compiling the analyzer from source, through it's invocation up
+to the beginning of the analysis. It will touch on topics such as
----------------
typo: it's --> its
================
Comment at: docs/analyzer/developer-docs/FrontendLibrary.rst:42
+
+The following section is sort of a summary, and severeral items will be later
+revisited in greater detail.
----------------
typo: severeral --> several
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58065/new/
https://reviews.llvm.org/D58065
More information about the cfe-commits
mailing list