Age | Commit message (Expand) | Author |
2013-05-04 | In VarDecl nodes, store the thread storage class specifier as written. | Enea Zaffanella |
2013-04-26 | Implement C++1y decltype(auto). | Richard Smith |
2013-02-23 | Revert r175912, "Add support for coldcc to clang" at John's request. | Peter Collingbourne |
2013-02-22 | Add support for coldcc to clang | Peter Collingbourne |
2013-02-07 | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2012-12-25 | Add intel_ocl_bicc calling convention as a function attribute to clang. The c... | Guy Benyei |
2012-12-18 | Re-commit r170428 changes with Linux style file endings. | Guy Benyei |
2012-12-18 | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei |
2012-12-18 | Add OpenCL images as clang builtin types. | Guy Benyei |
2012-10-16 | Add pnaclcall convention to Native Client targets. | Derek Schuff |
2012-10-02 | Allowing individual targets to determine whether a given calling convention i... | Aaron Ballman |
2012-08-31 | Normalize line endings of r163013 (part 2). | Joao Matos |
2012-08-31 | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos |
2012-07-02 | Documentation cleanup: | James Dennett |
2012-07-02 | Documentation cleanup: reformatting/fixing up file comments so that they have | James Dennett |
2012-06-10 | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith |
2012-04-04 | For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is | Richard Smith |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2011-12-23 | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer |
2011-10-14 | Provide half floating point support as a storage only type. | Anton Korobeynikov |
2011-10-06 | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman |
2011-09-19 | OpenCL: introduce support for function scope __local variables | Peter Collingbourne |
2011-06-22 | Fix typo in comment | Douglas Gregor |
2011-05-24 | Implement a new type node, UnaryTransformType, designed to represent a | Sean Hunt |
2011-05-19 | Implement __underlying_type for libc++. | Sean Hunt |
2011-04-09 | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall |
2010-11-18 | Calculate the value kind of an expression when it's created and | John McCall |
2010-08-26 | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall |
2010-08-25 | More incremental progress towards not including Expr.h in Sema.h. | John McCall |
2010-02-05 | Revert the unused TST_pixel entry from r95335 as it is not listed in the Sema | Chandler Carruth |
2010-02-05 | First stage of adding AltiVec support | John Thompson |
2010-02-03 | When a function or variable somehow depends on a type or declaration | Douglas Gregor |
2010-01-23 | Implement elementary access control. | John McCall |
2010-01-18 | Move AccessSpecifier into the new Specifiers.h; fixes the layering violations | John McCall |
2010-01-18 | Add missing newline. | Daniel Dunbar |
2010-01-18 | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor |