aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Specifiers.h
AgeCommit message (Expand)Author
2011-10-14Provide half floating point support as a storage only type.Anton Korobeynikov
2011-10-06Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman
2011-09-19OpenCL: introduce support for function scope __local variablesPeter Collingbourne
2011-06-22Fix typo in commentDouglas Gregor
2011-05-24Implement a new type node, UnaryTransformType, designed to represent aSean Hunt
2011-05-19Implement __underlying_type for libc++.Sean Hunt
2011-04-09Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall
2010-11-18Calculate the value kind of an expression when it's created andJohn McCall
2010-08-26De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall
2010-08-25More incremental progress towards not including Expr.h in Sema.h.John McCall
2010-02-05Revert the unused TST_pixel entry from r95335 as it is not listed in the SemaChandler Carruth
2010-02-05First stage of adding AltiVec supportJohn Thompson
2010-02-03When a function or variable somehow depends on a type or declarationDouglas Gregor
2010-01-23Implement elementary access control.John McCall
2010-01-18Move AccessSpecifier into the new Specifiers.h; fixes the layering violationsJohn McCall
2010-01-18Add missing newline.Daniel Dunbar
2010-01-18Improve source-location information for builtin TypeLocs, from EneaDouglas Gregor