[all-commits] [llvm/llvm-project] ab32cc: [include-cleaner] Bailout on invalid code for the ...

Haojian Wu via All-commits all-commits at lists.llvm.org
Tue Jun 20 00:07:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab32cc6c02f539bc87e71fefc9670f28a7fc7f56
      https://github.com/llvm/llvm-project/commit/ab32cc6c02f539bc87e71fefc9670f28a7fc7f56
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
    M clang-tools-extra/include-cleaner/tool/IncludeCleaner.cpp

  Log Message:
  -----------
  [include-cleaner] Bailout on invalid code for the command-line tool

The binary tool only works on working source code, if the source code is
not compilable, don't perform any analysis and edits.

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




More information about the All-commits mailing list