Files
clang-p2996/clang/lib/Lex
Volodymyr Sapsai 64ebf313a7 [HeaderSearch] Use isImport only for imported headers and not for #pragma once.
There is a separate field `isPragmaOnce` and when `isImport` combines
both, it complicates HeaderFileInfo serialization as `#pragma once` is
the inherent property of the header while `isImport` reflects how other
headers use it. The usage of the header can be different in different
contexts, that's why `isImport` requires tracking separate from `#pragma once`.

Differential Revision: https://reviews.llvm.org/D104351
2021-09-01 17:07:35 -07:00
..
2021-08-18 07:33:14 -04:00