aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2007-05-22 18:18:44 -0700
committerJosh Triplett <josh@freedesktop.org>2007-05-22 18:18:44 -0700
commitc0cc913c89f77e5c948205dac7521505d6c6123a (patch)
treef18f0382553d77c88e05c201adf48b29dbc6c329 /ident-list.h
parentAdd __builtin_strcat and __builtin_strncat. (diff)
downloadsparse-c0cc913c89f77e5c948205dac7521505d6c6123a.tar.gz
sparse-c0cc913c89f77e5c948205dac7521505d6c6123a.tar.bz2
sparse-c0cc913c89f77e5c948205dac7521505d6c6123a.zip
Ignore the GCC constructor and destructor attributes
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'ident-list.h')
-rw-r--r--ident-list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ident-list.h b/ident-list.h
index c8660e0..de48510 100644
--- a/ident-list.h
+++ b/ident-list.h
@@ -69,6 +69,8 @@ IDENT(__malloc__);
IDENT(nonnull); IDENT(__nonnull); IDENT(__nonnull__);
IDENT(__deprecated__);
IDENT(__warn_unused_result__);
+IDENT(constructor); IDENT(__constructor__);
+IDENT(destructor); IDENT(__destructor__);
/* WIN32 specific Attribute names */
IDENT(cdecl); IDENT(__cdecl__);