kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.

> Order of exporters is from outermost to innermost.

FWIW, that's mostly a coincidence. all 3 exporters are private headers, hence 
they're penalized for it. Afterwards "export1.h" is actually boosted among 
other exporters as it is also an "origin" provider. "export2.h" and "export3.h" 
are pretty much equal hence they're ranked based on their name. (discovery 
order of includes doesn't determine the ranking).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157395/new/

https://reviews.llvm.org/D157395

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

Reply via email to