[all-commits] [llvm/llvm-project] a2dd61: [clang][Modules] Fix a regression in handling miss...
iains via All-commits
all-commits at lists.llvm.org
Fri Aug 19 01:13:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2dd6130d49777d63c2d1b641bd8e56f26fa0822
https://github.com/llvm/llvm-project/commit/a2dd6130d49777d63c2d1b641bd8e56f26fa0822
Author: Iain Sandoe <iain at sandoe.co.uk>
Date: 2022-08-19 (Fri, 19 Aug 2022)
Changed paths:
M clang/lib/Lex/PPDirectives.cpp
A clang/test/Modules/missing-framework-header.cpp
Log Message:
-----------
[clang][Modules] Fix a regression in handling missing framework headers.
The commit of af2d11b1d5c1508b506825df460656e0151cd3b0 missed a case where
the value of a suggested module needed to be reset to nullptr. Fixed thus
and added a testcase to cover the circumstance.
More information about the All-commits
mailing list