[PATCH] D124638: [clang] Track how headers get included generally during lookup time

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 29 01:04:12 PDT 2022


tschuett added inline comments.


================
Comment at: clang/lib/Lex/HeaderSearch.cpp:1036
+
+    // This file is a system header or C++ unfriendly if the dir is.
     HFI.DirInfo = CurDir->getDirCharacteristic();
----------------
Why did the comment move?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124638



More information about the cfe-commits mailing list