aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Specifiers.h
AgeCommit message (Expand)Author
2013-05-04In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella
2013-04-26Implement C++1y decltype(auto).Richard Smith
2013-02-23Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne
2013-02-22Add support for coldcc to clangPeter Collingbourne
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei
2012-10-16Add pnaclcall convention to Native Client targets.Derek Schuff
2012-10-02Allowing individual targets to determine whether a given calling convention i...Aaron Ballman
2012-08-31Normalize line endings of r163013 (part 2).Joao Matos
2012-08-31Improved MSVC __interface support by adding first class support for it, inste...Joao Matos
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-06-10PR13064: Store whether an in-class initializer uses direct or copyRichard Smith
2012-04-04For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this isRichard Smith
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2011-12-23Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer
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