[PATCH] D116882: [docs] [clang] Small documentation change for compilation databases

Joerg Sonnenberger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 9 13:30:17 PST 2022


joerg accepted this revision.
joerg added inline comments.
This revision is now accepted and ready to land.


================
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.
----------------
I think you mean "concatenate", but otherwise LGTM? 


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