Frontend: Remove unused parameter from ASTUnit::LoadFromCompilerInvocationAction...
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 8 Nov 2020 01:44:09 +0000 (20:44 -0500)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Nov 2020 22:47:17 +0000 (17:47 -0500)
commitcfde3edeae4730aa44642c4835bcfa5a857ea8d4
tree7064c8db512b246460c24f88b1917e0f7d6598bc
parenta083b28a31d1e1bbb2d4601dbbc6f314dea8a0e7
Frontend: Remove unused parameter from ASTUnit::LoadFromCompilerInvocationAction, NFC

Drop `IncludeBriefCommentsInCodeCompletion` since it is always `false`.

Differential Revision: https://reviews.llvm.org/D91295
clang/include/clang/Frontend/ASTUnit.h
clang/lib/Frontend/ASTUnit.cpp
clang/tools/libclang/Indexing.cpp