]> granicus.if.org Git - clang/history - include/clang/AST/Attr.h
Add support for attribute(deprecated), patch by Nuno Lopes!
[clang] / include / clang / AST / Attr.h
2008-02-29 Chris LattnerAdd support for attribute(deprecated), patch by Nuno...
2008-02-27 Ted KremenekAdded support for attribute "noreturn."
2008-02-21 Nate BegemanHandle __attribute__((annotate("string")))
2008-02-16 Anders CarlssonBetter handling of the aligned attribute.
2008-02-16 Anders CarlssonAddress comments from Chris.
2008-02-15 Anders CarlssonStore attributes in a global hash map instead.
2008-02-15 Anders CarlssonStore attributes in a global hash map instead.
2008-02-15 Anders CarlssonGet rid of AttributeList in the AST and use the new...
2008-02-14 Anders CarlssonAddress comments from Chris.
2008-02-14 Anders CarlssonAdd Attr.h which is an AST-level class for GCC attributes.