Age | Commit message (Expand) | Author |
2013-02-22 | Don't crash when applying an alloc_size attribute on a K&R function. | Argyrios Kyrtzidis |
2013-02-22 | Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of | Richard Smith |
2013-02-20 | Add a new 'type_visibility' attribute to allow users to | John McCall |
2013-02-18 | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie |
2013-02-12 | The meat of this patch is in BuildCXXMemberCalLExpr where we make it use | Nick Lewycky |
2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose |
2013-02-01 | Fix diagnostic for bad alignas use: it can't be applied to functions. | Richard Smith |
2013-02-01 | Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. | Richard Smith |
2013-02-01 | [Sema][Attr]Fix alignment attribute printing. | Michael Han |
2013-01-29 | Downgrade 'attribute ignored when parsing type' from error to warning, to match | Richard Smith |
2013-01-29 | Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. | Richard Smith |
2013-01-29 | Propagate the spelling list index for an attribute across template instantiat... | Richard Smith |
2013-01-29 | Actually remove the hack which was blocking the Borland-style attributes from | Richard Smith |
2013-01-29 | Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled | Richard Smith |
2013-01-28 | Finish semantic analysis for [[carries_dependency]] attribute. | Richard Smith |
2013-01-28 | Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]] | Richard Smith |
2013-01-24 | PR14922: when printing an attribute, use the real syntax of the attribute (GN... | Michael Han |
2013-01-24 | Fix some wonky formatting, remove spurious emacs major mode marker. No | Nick Lewycky |
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2013-01-16 | Delay linkage checks when validating the weakref attribute. | Rafael Espindola |
2013-01-16 | Simplify code. No functionality change. | Rafael Espindola |
2013-01-16 | Check for internal weak decls after merging. | Rafael Espindola |
2013-01-16 | One can have an unavailable method overridden by an available method, | Douglas Gregor |
2013-01-15 | When checking availability attributes for consistency between an | Douglas Gregor |
2013-01-13 | Remove some duplication in the handling of __attribute__((ext_vector_size(N))). | Richard Smith |
2013-01-12 | Disable caching of visibility. | Rafael Espindola |
2013-01-08 | Clear LV cache when dropping availability attributes. | Rafael Espindola |
2013-01-08 | Tighten types a bit. No functionality change. | Rafael Espindola |
2013-01-08 | Don't crash when trying to apply the availability attribute to a block. | Rafael Espindola |
2013-01-07 | Use getter. Fixes the build from a bad merge. | Rafael Espindola |
2013-01-07 | Add support for attribute((mode(unwind_word))). | Rafael Espindola |
2013-01-02 | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith |
2012-12-25 | Add intel_ocl_bicc calling convention as a function attribute to clang. The c... | Guy Benyei |
2012-12-25 | Add 171048 back but invalidate the cache of all redeclarations when setting | Rafael Espindola |
2012-12-25 | Revert r171048, "Cache visibility of decls." | NAKAMURA Takumi |
2012-12-25 | Cache visibility of decls. | Rafael Espindola |
2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-19 | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie |
2012-12-09 | Virtual method overrides can no longer have mismatched calling conventions. ... | Aaron Ballman |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-13 | A couple of small fixes to r167783 | Kaelyn Uhrain |
2012-11-12 | Enable C++11 attribute syntax for warn_unused_result and allow it to be | Kaelyn Uhrain |
2012-11-07 | Reduce nesting. No functionality change. | Nico Weber |
2012-11-07 | Add missing check to warning for packed attribute. PR14259. | Eli Friedman |
2012-11-01 | Update the front end to use minsize attribute | Quentin Colombet |
2012-10-29 | Revert commit r166946 | Quentin Colombet |
2012-10-29 | Make forcesizeopt attribute available to the end user | Quentin Colombet |
2012-10-16 | Add pnaclcall convention to Native Client targets. | Derek Schuff |
2012-10-12 | Make -mms-bitfields behave consistently. | Eli Friedman |