| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify code. No functionality change. | Rafael Espindola | 2013-01-16 | 1 | -20/+1 |
* | Check for internal weak decls after merging. | Rafael Espindola | 2013-01-16 | 1 | -6/+0 |
* | One can have an unavailable method overridden by an available method, | Douglas Gregor | 2013-01-16 | 1 | -1/+1 |
* | When checking availability attributes for consistency between an | Douglas Gregor | 2013-01-15 | 1 | -14/+63 |
* | Remove some duplication in the handling of __attribute__((ext_vector_size(N))). | Richard Smith | 2013-01-13 | 1 | -37/+6 |
* | Disable caching of visibility. | Rafael Espindola | 2013-01-12 | 1 | -15/+2 |
* | Clear LV cache when dropping availability attributes. | Rafael Espindola | 2013-01-08 | 1 | -0/+6 |
* | Tighten types a bit. No functionality change. | Rafael Espindola | 2013-01-08 | 1 | -2/+2 |
* | Don't crash when trying to apply the availability attribute to a block. | Rafael Espindola | 2013-01-08 | 1 | -1/+6 |
* | Use getter. Fixes the build from a bad merge. | Rafael Espindola | 2013-01-07 | 1 | -1/+1 |
* | Add support for attribute((mode(unwind_word))). | Rafael Espindola | 2013-01-07 | 1 | -0/+4 |
* | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith | 2013-01-02 | 1 | -1/+1 |
* | Add intel_ocl_bicc calling convention as a function attribute to clang. The c... | Guy Benyei | 2012-12-25 | 1 | -0/+5 |
* | Add 171048 back but invalidate the cache of all redeclarations when setting | Rafael Espindola | 2012-12-25 | 1 | -2/+10 |
* | Revert r171048, "Cache visibility of decls." | NAKAMURA Takumi | 2012-12-25 | 1 | -10/+2 |
* | Cache visibility of decls. | Rafael Espindola | 2012-12-25 | 1 | -2/+10 |
* | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -3/+3 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -3/+3 |
* | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -2/+2 |
* | Virtual method overrides can no longer have mismatched calling conventions. ... | Aaron Ballman | 2012-12-09 | 1 | -3/+10 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | A couple of small fixes to r167783 | Kaelyn Uhrain | 2012-11-13 | 1 | -1/+1 |
* | Enable C++11 attribute syntax for warn_unused_result and allow it to be | Kaelyn Uhrain | 2012-11-12 | 1 | -1/+3 |
* | Reduce nesting. No functionality change. | Nico Weber | 2012-11-07 | 1 | -12/+14 |
* | Add missing check to warning for packed attribute. PR14259. | Eli Friedman | 2012-11-07 | 1 | -1/+2 |
* | Update the front end to use minsize attribute | Quentin Colombet | 2012-11-01 | 1 | -0/+17 |
* | Revert commit r166946 | Quentin Colombet | 2012-10-29 | 1 | -17/+0 |
* | Make forcesizeopt attribute available to the end user | Quentin Colombet | 2012-10-29 | 1 | -0/+17 |
* | Add pnaclcall convention to Native Client targets. | Derek Schuff | 2012-10-16 | 1 | -0/+7 |
* | Make -mms-bitfields behave consistently. | Eli Friedman | 2012-10-12 | 1 | -2/+2 |
* | Allowing individual targets to determine whether a given calling convention i... | Aaron Ballman | 2012-10-02 | 1 | -0/+7 |
* | objective-C: when diagnosing deprecated/unavailable usage of | Fariborz Jahanian | 2012-09-21 | 1 | -4/+14 |
* | Fix warning from r163642 | DeLesley Hutchins | 2012-09-11 | 1 | -1/+0 |
* | Thread safety analysis: fix bug related to lock_returned attribute | DeLesley Hutchins | 2012-09-11 | 1 | -3/+0 |
* | objective-C: introduce __attribute((objc_requires_super)) on method | Fariborz Jahanian | 2012-09-07 | 1 | -0/+30 |
* | Thread-safety analysis: Add support for selectively turning off warnings | DeLesley Hutchins | 2012-09-07 | 1 | -1/+3 |
* | Revert r163078 per chandlerc's request. | Joao Matos | 2012-09-04 | 1 | -42/+12 |
* | Added a diagnostic for mismatched MS inheritance attributes. Also fixed the i... | Joao Matos | 2012-09-02 | 1 | -12/+42 |
* | Thread-safety analysis: fix handling of string constants in mutex | DeLesley Hutchins | 2012-08-31 | 1 | -2/+5 |
* | Fix serious regression introduced in r157780 where __attribute__((NSObject)) | Ted Kremenek | 2012-08-29 | 1 | -4/+2 |
* | objective-C arc: ns_returns_retained is a type attribute in ARC, | Fariborz Jahanian | 2012-08-28 | 1 | -2/+2 |
* | Add support for "type safety" attributes that allow checking that 'void *' | Dmitri Gribenko | 2012-08-17 | 1 | -0/+128 |
* | Remove and simplify unused checking code. | Benjamin Kramer | 2012-08-14 | 1 | -16/+7 |
* | Fix horribly broken sema of __attribute__((pcs())). | Benjamin Kramer | 2012-08-14 | 1 | -5/+7 |
* | Unify the codepaths for emitting deprecation warnings. The test changes are ... | Eli Friedman | 2012-08-08 | 1 | -31/+25 |
* | Fix line endings. | Michael Han | 2012-08-03 | 1 | -41/+41 |
* | Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on | Nick Lewycky | 2012-07-24 | 1 | -3/+9 |
* | Fix whitespace, whoops missed a spot! | Nick Lewycky | 2012-07-24 | 1 | -1/+1 |
* | Fix whitespace, tabs to spaces. No functionality change. | Nick Lewycky | 2012-07-24 | 1 | -6/+6 |
* | Refactor handler functions for thread safety attributes. | Michael Han | 2012-07-23 | 1 | -100/+205 |