martong added a comment.

The broken lldb tests are fixed with a minor change. We no longer load the 
Decls from the
external source during the call of `DeclContext::containsDecl`.  A new function
`DeclContext::containsDeclAndLoad` is added which does a load and calls
`containsDecl`.

Re-apply commit: r335731


Repository:
  rC Clang

https://reviews.llvm.org/D47532



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to