[all-commits] [llvm/llvm-project] 2e43ba: [docs] Fix warnings in ConstantInterpreter

jsji via All-commits all-commits at lists.llvm.org
Sat May 23 12:36:29 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e43bab1c161a97df4883def3c4c4a8b92883377
      https://github.com/llvm/llvm-project/commit/2e43bab1c161a97df4883def3c4c4a8b92883377
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2020-05-23 (Sat, 23 May 2020)

  Changed paths:
    M clang/docs/ConstantInterpreter.rst

  Log Message:
  -----------
  [docs] Fix warnings in ConstantInterpreter

Fixed following trivial issues that caught by warnings by adding
indents.

clang/docs/ConstantInterpreter.rst:133: WARNING: Bullet list ends
without a blank line; unexpected unindent.
clang/docs/ConstantInterpreter.rst:136: WARNING: Bullet list ends
without a blank line; unexpected unindent.
clang/docs/ConstantInterpreter.rst:153: WARNING: Bullet list ends
without a blank line; unexpected unindent.
clang/docs/ConstantInterpreter.rst:195: WARNING: Bullet list ends
without a blank line; unexpected unindent.
clang/docs/ConstantInterpreter.rst:225: WARNING: Bullet list ends
without a blank line; unexpected unindent.
clang/docs/ConstantInterpreter.rst:370: WARNING: Bullet list ends
without a blank line; unexpected unindent.
clang/docs/ConstantInterpreter.rst:383: WARNING: Bullet list ends
without a blank line; unexpected unindent.




More information about the All-commits mailing list