llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.02k stars 11.96k forks source link

MissingSuperCall checker not enabled by default #18026

Open llvmbot opened 11 years ago

llvmbot commented 11 years ago
Bugzilla Link 17652
Version trunk
OS All
Attachments enables the MissingSuperCall checker
Reporter LLVM Bugzilla Contributor
CC @belkadan

Extended Description

the MissingSuperCall is useful works well and helped me identify several problems, however it is not enabled by default. patch to move it out of "alpha" attached

belkadan commented 11 years ago

Also tracked by rdar://problem/12596662

llvmbot commented 11 years ago

assigned to @tkremenek