]> granicus.if.org Git - clang/commit
[analyzer] Put llvm.Conventions back in alpha
authorKristof Umann <dkszelethus@gmail.com>
Fri, 2 Nov 2018 16:02:10 +0000 (16:02 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Fri, 2 Nov 2018 16:02:10 +0000 (16:02 +0000)
commiteb8ff519708405c950589a3dfac4bcee8c708b13
tree365b0e0b70c2e8c1cd296e0b8b4cd41492ce3333
parent55d5626ea816c5f0d4733766a8d2fc7f06a216f5
[analyzer] Put llvm.Conventions back in alpha

Interestingly, this many year old (when I last looked I remember 2010ish)
checker was committed without any tests, so I thought I'd implement them, but I
was shocked to see how I barely managed to get it working. The code is severely
outdated, I'm not even sure it has ever been used, so I'd propose to move it
back into alpha, and possibly even remove it.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345990 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
test/Analysis/Inputs/system-header-simulator-cxx.h
test/Analysis/diagnostics/explicit-suppression.cpp
test/Analysis/inner-pointer.cpp
test/Analysis/llvm-conventions.cpp [new file with mode: 0644]
test/Analysis/temporaries.cpp
www/analyzer/alpha_checks.html