phst accepted this revision. phst added inline comments.
================ Comment at: tools/clang-format/clang-format.el:126 +no active region. If no style is given uses `clang-format-style'. Use +ASSUME-FILE-NAME to locate a style config file, if no assume-file-name is given +uses the function `buffer-file-name'." ---------------- nit: write arguments in docstrings always in caps: ASSUME-FILE-NAME ================ Comment at: tools/clang-format/clang-format.el:197 +If no style is given uses `clang-format-style'. Use ASSUME-FILE-NAME +to locate a style config file. If no assume-file-name is given uses +the function `buffer-file-name'." ---------------- Write the argument in the docstring as ASSUME-FILE-NAME https://reviews.llvm.org/D37903 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits