summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Specifiers.h
Commit message (Expand)AuthorAgeFilesLines
...
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-141-0/+1
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-061-0/+1
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-191-0/+1
* Fix typo in commentDouglas Gregor2011-06-221-1/+1
* Implement a new type node, UnaryTransformType, designed to represent aSean Hunt2011-05-241-1/+1
* Implement __underlying_type for libc++.Sean Hunt2011-05-191-0/+1
* Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall2011-04-091-0/+1
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-181-0/+17
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-0/+45
* More incremental progress towards not including Expr.h in Sema.h.John McCall2010-08-251-0/+17
* Revert the unused TST_pixel entry from r95335 as it is not listed in the SemaChandler Carruth2010-02-051-1/+0
* First stage of adding AltiVec supportJohn Thompson2010-02-051-0/+1
* When a function or variable somehow depends on a type or declarationDouglas Gregor2010-02-031-1/+2
* Implement elementary access control.John McCall2010-01-231-4/+5
* Move AccessSpecifier into the new Specifiers.h; fixes the layering violationsJohn McCall2010-01-181-0/+9
* Add missing newline.Daniel Dunbar2010-01-181-1/+1
* Improve source-location information for builtin TypeLocs, from EneaDouglas Gregor2010-01-181-0/+72