]> granicus.if.org Git - clang/commit
[modules] Attach dependency listeners to the module manager once when it's
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 9 Aug 2015 02:28:42 +0000 (02:28 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 9 Aug 2015 02:28:42 +0000 (02:28 +0000)
commit3d48296e403ca498122af53721fcb195903456fe
tree38ada593bd36e373543dee1c5a07b740ed4494a1
parent670d2cc2fbc4489b14e2874ccf8bfbb13a44ca91
[modules] Attach dependency listeners to the module manager once when it's
created, rather than creating and attaching a new listener each time we load a
module file (yes, the old ones were kept around too!). No functionality change
intended, but a bit more sanity.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244411 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInstance.cpp