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

2022-01-11 Thread Dave Butler via Phabricator via cfe-commits
croepha marked an inline comment as done. croepha added a comment. Hey, @joerg I don't have commit access, would you mind landing this for me? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D116882/new/ https://reviews.llvm.org/D116882 _

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

2022-01-09 Thread Dave Butler via Phabricator via cfe-commits
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 >`. You can contantinate those +fragments together betwee

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

2022-01-09 Thread Dave Butler via Phabricator via cfe-commits
croepha updated this revision to Diff 398468. croepha added a comment. Fixed spelling Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D116882/new/ https://reviews.llvm.org/D116882 Files: clang/docs/JSONCompilationDatabase.rst Index: clang/docs/JS

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

2022-01-09 Thread Dave Butler via Phabricator via cfe-commits
croepha created this revision. croepha requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. We have an page dedicated to compliation databases including various ways to generate them, but we don't mention that clang has a built in method to do t