Mercurial > hg > CbC > CbC_llvm
comparison clang/test/Analysis/explain-svals.cpp @ 173:0572611fdcc8 llvm10 llvm12
reorgnization done
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 11:55:54 +0900 |
parents | 1d019706d866 |
children | 2e18cbf3894f |
comparison
equal
deleted
inserted
replaced
172:9fbae9c8bf63 | 173:0572611fdcc8 |
---|---|
1 // RUN: %clang_analyze_cc1 -std=c++14 -triple i386-apple-darwin10 -analyzer-checker=core.builtin,debug.ExprInspection,unix.cstring -verify %s | 1 // RUN: %clang_analyze_cc1 -triple i386-apple-darwin10 -verify %s \ |
2 // RUN: -analyzer-checker=core.builtin \ | |
3 // RUN: -analyzer-checker=debug.ExprInspection \ | |
4 // RUN: -analyzer-checker=unix.cstring \ | |
5 // RUN: -analyzer-config display-checker-name=false | |
2 | 6 |
3 typedef unsigned long size_t; | 7 typedef unsigned long size_t; |
4 | 8 |
5 struct S { | 9 struct S { |
6 struct S3 { | 10 struct S3 { |