[all-commits] [llvm/llvm-project] cfde3e: Frontend: Remove unused parameter from ASTUnit::Lo...

Duncan P. N. Exon Smith via All-commits all-commits at lists.llvm.org
Fri Nov 13 14:47:38 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cfde3edeae4730aa44642c4835bcfa5a857ea8d4
      https://github.com/llvm/llvm-project/commit/cfde3edeae4730aa44642c4835bcfa5a857ea8d4
  Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M clang/include/clang/Frontend/ASTUnit.h
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/tools/libclang/Indexing.cpp

  Log Message:
  -----------
  Frontend: Remove unused parameter from ASTUnit::LoadFromCompilerInvocationAction, NFC

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

Differential Revision: https://reviews.llvm.org/D91295




More information about the All-commits mailing list