[PATCH] D62638: [analyzer] A Python script to prettify the ExplodedGraph dumps.

Csaba Dabis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 10:30:00 PDT 2019


Charusso added inline comments.


================
Comment at: cfe/trunk/utils/analyzer/exploded-graph-rewriter.py:1
+#!/usr/bin/env python
+
----------------
```
# something else then
#
#==- exploded-graph-rewriter.py - Simplifies the ExplodedGraph -*- python -*-==#
#
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
#===------------------------------------------------------------------------===#
```
Whoops!


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62638/new/

https://reviews.llvm.org/D62638





More information about the llvm-commits mailing list