sammccall added inline comments.
================ Comment at: clangd/ClangdServer.h:239 + /// Inserts a new #include into \p File, if it's not present in \p Code. + /// \p OriginalHeader The original header corresponding to this insertion. + /// This may be different from preferredHeader as a header file can have a ---------------- I really do want to know what this parameter does, but I don't understand it from this comment. ================ Comment at: clangd/ClangdServer.h:243 + /// string quoted with <> or "" that can be #included directly. + /// \p PreferredHeader The preferred header to be inserted. The has the same + /// semantic as \p OriginalHeader. If empty, \p OriginalHeader is used to ---------------- "this has the same semantic as OriginalHeader" contradicts "[OriginalHeader] may be different from preferredHeader" :-) Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D43510 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits