[PATCH] D116882: [docs] [clang] Small documentation change for compilation databases
Dave Butler via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 9 16:06:51 PST 2022
croepha marked an inline comment as done.
croepha added inline comments.
================
Comment at: clang/docs/JSONCompilationDatabase.rst:33
+Clang has the ablity to generate compilation database fragments via
+the :option:`-MJ argument <clang -MJ\<arg>>`. You can contantinate those
+fragments together between ``[`` and ``]`` to create a compilation database.
----------------
joerg wrote:
> I think you mean "concatenate", but otherwise LGTM?
Yes, thank you
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116882/new/
https://reviews.llvm.org/D116882
More information about the cfe-commits
mailing list