Files
clang-p2996/clang/lib/Sema/Sema.cpp
Jonas Hahnfeld ac616408b2 [clang][Sema] Always clear UndefinedButUsed (#73955)
Before, it was only cleared if there were undefined entities. This is
important for Clang's incremental parsing as used by `clang-repl` that
might receive multiple calls to `Sema.ActOnEndOfTranslationUnit`.
2023-12-12 17:57:19 +01:00

105 KiB