r369099 - Fix typos in LibASTImporter.rst
Gabor Marton via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 16 05:21:49 PDT 2019
Author: martong
Date: Fri Aug 16 05:21:49 2019
New Revision: 369099
URL: http://llvm.org/viewvc/llvm-project?rev=369099&view=rev
Log:
Fix typos in LibASTImporter.rst
Modified:
cfe/trunk/docs/LibASTImporter.rst
Modified: cfe/trunk/docs/LibASTImporter.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibASTImporter.rst?rev=369099&r1=369098&r2=369099&view=diff
==============================================================================
--- cfe/trunk/docs/LibASTImporter.rst (original)
+++ cfe/trunk/docs/LibASTImporter.rst Fri Aug 16 05:21:49 2019
@@ -255,7 +255,7 @@ Putting this all together here is how th
return 0;
};
-We may extend the ``CmakeLists.txt`` under let's say ``clang/tools`` with the build and link instructions:
+We may extend the ``CMakeLists.txt`` under let's say ``clang/tools`` with the build and link instructions:
.. code-block:: bash
@@ -554,7 +554,7 @@ What's more there is a third prototype d
The functions are merged in a way that prototypes are added to the redecl chain if they refer to the same type, but we can have only one definition.
The first two declarations are from ``bar.ast``, the third is from ``main.ast``.
-Now, Let's create an object file from the merged AST:
+Now, let's create an object file from the merged AST:
.. code-block:: bash
More information about the cfe-commits
mailing list