From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-f51.google.com ([209.85.208.51]:44905 "EHLO mail-ed1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726962AbeG3SMg (ORCPT ); Mon, 30 Jul 2018 14:12:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=pmO5IdHpA+J+2JSD1Sv+jJ41jBbDuaPp0jpJ6KlWNjI=; b=pjRQhBWpYBCCIBcsBddFok4j7zLDdCpTnEvPFXihY9dc3ruTRc1kh947keptfOtjf8 9ao1VvjlMXnIn5KW933bgiypBEJ3ic5Y/wN9eACJ0f49xHFYppkcQ2YMVyfQkBrP4wVi r/dxgyqB2Ehsygim+TsEc4+T+5rgGHJWzbXy/PfVLgHATC7h28Snj4fTKUSTzv0l0qXW AwlJ6BDHKIh3+7vYepSgdwyOJereB89x9d22AGindpMFO0VlgdxgKJSqmuajomGv9Xlu w43ngbLAjs+hej0X7GvL5xmwaFfI/K6ZM/YllKWjHVyGWYxYX3yPQ+U9L7z5szE9s6VY t3XQ== From: Luc Van Oostenryck Subject: [PATCH 0/3] add support for mode __pointer__ & __byte__ Date: Mon, 30 Jul 2018 18:34:37 +0200 Message-Id: <20180730163440.2303-1-luc.vanoostenryck@gmail.com> In-Reply-To: <32158e28-2ee8-f2b9-2d66-77c8eb43b5b5@amazon.de> References: <32158e28-2ee8-f2b9-2d66-77c8eb43b5b5@amazon.de> Sender: smatch-owner@vger.kernel.org List-ID: To: linux-sparse@vger.kernel.org Cc: smatch@vger.kernel.org, Norbert Manthey , Dan Carpenter , Luc Van Oostenryck This series contains missing support for mode __pointer__ & __byte__ as well as a small preliminary cleanup. This series is available for testing & review in the repository at: git://github.com/lucvoo/sparse-dev.git mode-pointer ---------------------------------------------------------------- Luc Van Oostenryck (3): mode keywords don't need MOD_{CHAR,LONG,...} add support for mode __pointer__ add support for mode __byte__ parse.c | 44 +++++++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 13 deletions(-) -- 2.18.0