Skip to content
Commit f19e1279 authored by Richard Smith's avatar Richard Smith
Browse files

Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext

of extern "C" declarations. This is simpler and vastly more efficient for
modules builds (we no longer need to load *all* extern "C" declarations to
determine if we have a redeclaration).

No functionality change intended.

llvm-svn: 231538
parent 910db5c5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment