[all-commits] [llvm/llvm-project] be1a9b: [Wdocumentation] Implement \anchor

mordante via All-commits all-commits at lists.llvm.org
Sat Dec 21 05:52:45 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: be1a9b3863b6649ef64f25c22394335c47f2ef31
      https://github.com/llvm/llvm-project/commit/be1a9b3863b6649ef64f25c22394335c47f2ef31
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2019-12-21 (Sat, 21 Dec 2019)

  Changed paths:
    M clang/bindings/xml/comment-xml-schema.rng
    M clang/include/clang-c/Documentation.h
    M clang/include/clang/AST/Comment.h
    M clang/include/clang/AST/CommentCommands.td
    M clang/lib/AST/CommentSema.cpp
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/lib/Index/CommentToXML.cpp
    M clang/test/AST/ast-dump-comment.cpp
    A clang/test/Index/Inputs/CommentXML/valid-inline-command-01.xml
    M clang/test/Index/comment-to-html-xml-conversion.cpp
    M clang/test/Index/comment-xml-schema.c
    M clang/test/Sema/warn-documentation.cpp
    M clang/tools/c-index-test/c-index-test.c
    M clang/tools/libclang/CXComment.cpp

  Log Message:
  -----------
  [Wdocumentation] Implement \anchor

Differential revision: https://reviews.llvm.org/D69223


  Commit: 70d592d68c7a8666183308d1daa2322ede87df09
      https://github.com/llvm/llvm-project/commit/70d592d68c7a8666183308d1daa2322ede87df09
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2019-12-21 (Sat, 21 Dec 2019)

  Changed paths:
    M clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp

  Log Message:
  -----------
  [Analyzer] Use a reference in a range-based for

This avoids unneeded copies when using a range-based for loops.

This avoids new warnings due to D68912 adds -Wrange-loop-analysis to -Wall.

Differential Revision: https://reviews.llvm.org/D70869


Compare: https://github.com/llvm/llvm-project/compare/2947da9ff7d1...70d592d68c7a


More information about the All-commits mailing list