[PATCH] D156044: [clangd] Exclude builtin headers from system include extraction

Paul Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 24 07:19:07 PDT 2023


madscientist added a comment.

(just a note that another way to do this check is to look for some common intrinsic file in each directory generated by the compiler driver, and remove any directory containing those files.  But, if the `-print-file-name=include` trick works reliably that's good too).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156044/new/

https://reviews.llvm.org/D156044



More information about the cfe-commits mailing list