[all-commits] [llvm/llvm-project] 73b67f: [analyzer] exploded-graph-rewriter: Make node head...

NoQ via All-commits all-commits at lists.llvm.org
Thu Oct 17 16:08:52 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 73b67f0b1a3ca835a4c0481abee87a96a2107b7d
      https://github.com/llvm/llvm-project/commit/73b67f0b1a3ca835a4c0481abee87a96a2107b7d
  Author: Artem Dergachev <artem.dergachev at gmail.com>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    M clang/test/Analysis/exploded-graph-rewriter/node_labels.dot
    M clang/utils/analyzer/exploded-graph-rewriter.py

  Log Message:
  -----------
  [analyzer] exploded-graph-rewriter: Make node headers a bit lighter.

The 50% grey color is too dark on some monitors.

llvm-svn: 375184


  Commit: d325196f19bfecff59252f3d214278fb6ee4ad61
      https://github.com/llvm/llvm-project/commit/d325196f19bfecff59252f3d214278fb6ee4ad61
  Author: Artem Dergachev <artem.dergachev at gmail.com>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    M clang/lib/Analysis/ProgramPoint.cpp
    M clang/test/Analysis/exploded-graph-rewriter/program_points.dot
    M clang/utils/analyzer/exploded-graph-rewriter.py

  Log Message:
  -----------
  [analyzer] Display cast kinds in program point dumps.

Because cast expressions have their own hierarchy, it's extremely useful
to have some information about what kind of casts are we dealing with.

llvm-svn: 375185


Compare: https://github.com/llvm/llvm-project/compare/2941cda5be11...d325196f19bf


More information about the All-commits mailing list