[all-commits] [llvm/llvm-project] c0703e: [clang][dataflow] Emit an error if source code is ...

martinboehme via All-commits all-commits at lists.llvm.org
Wed Sep 6 01:02:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0703eaec1df4cde861f15e244507ef79f2d3d82
      https://github.com/llvm/llvm-project/commit/c0703eaec1df4cde861f15e244507ef79f2d3d82
  Author: martinboehme <mboehme at google.com>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    M clang/lib/Analysis/FlowSensitive/ControlFlowContext.cpp
    M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp

  Log Message:
  -----------
  [clang][dataflow] Emit an error if source code is not compiled as C++. (#65301)

The shape of certain elements of the AST can vary depending on the
langugage.
We currently only support C++.




More information about the All-commits mailing list