[all-commits] [llvm/llvm-project] b5b008: SpecialCaseList.h - reduce unnecessary includes to...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed May 27 07:52:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b5b00877221ec7817b9de9cd65571e1c05e80145
      https://github.com/llvm/llvm-project/commit/b5b00877221ec7817b9de9cd65571e1c05e80145
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-27 (Wed, 27 May 2020)

  Changed paths:
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/XRayArgs.cpp
    M llvm/include/llvm/Support/SpecialCaseList.h

  Log Message:
  -----------
  SpecialCaseList.h - reduce unnecessary includes to forward declarations. NFC.

Remove Regex forward declaration as we already require the Regex.h include.

Add missing VirtualFileSystem.h include to dependent source files.




More information about the All-commits mailing list