rsmith added inline comments.
================
Comment at: lib/Driver/Tools.cpp:398
@@ +397,3 @@
+ } else {
+ for (const Arg *A : Args.filtered(options::OPT_I_Group)) {
+ SmallString<128> Path(A->getValue());
----------------
Does GCC do this just for the include paths specified on the command line, in
the order as written, or should this be using the full set of header search
paths?
http://reviews.llvm.org/D10431
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits