| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminate Sema::CompareProperties(), which was walking over a pile of | Douglas Gregor | 2013-01-21 | 2 | -62/+68 |
| * | Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which | Douglas Gregor | 2013-01-21 | 2 | -46/+28 |
| * | Replace some unnecessary O(N^2) lookups for properties with | Douglas Gregor | 2013-01-21 | 1 | -40/+53 |
| * | Add a fixit for _Noreturn main, | Dmitri Gribenko | 2013-01-21 | 1 | -2/+8 |
| * | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei | 2013-01-20 | 5 | -7/+99 |
| * | Fixed trailing whitespace. | Michael Gottesman | 2013-01-20 | 1 | -44/+44 |
| * | Reapply r172878 with test case. | Ted Kremenek | 2013-01-19 | 1 | -3/+9 |
| * | Whitespace. | NAKAMURA Takumi | 2013-01-19 | 1 | -1/+1 |
| * | Revert r172878, "Reword warning about using a *static* variable within its ow... | NAKAMURA Takumi | 2013-01-19 | 1 | -10/+4 |
| * | Reword warning about using a *static* variable within its own initialization. | Ted Kremenek | 2013-01-19 | 1 | -4/+10 |
| * | Remove windows line endings. | David Blaikie | 2013-01-18 | 1 | -6/+6 |
| * | Once we've collected the template arguments for a | Douglas Gregor | 2013-01-18 | 1 | -3/+7 |
| * | When checking the parameter types of an Objective-C method, don't | Douglas Gregor | 2013-01-18 | 1 | -2/+0 |
| * | One can override an Objective-C ARC ownership qualifier that came from | Douglas Gregor | 2013-01-17 | 1 | -0/+10 |
| * | In Objective-C ARC, completely ignore ownership qualifiers on the | Douglas Gregor | 2013-01-17 | 1 | -0/+38 |
| * | Defer checking for unsequenced operations on the RHS of && and || in order to | Richard Smith | 2013-01-17 | 1 | -7/+17 |
| * | Parsing support for C11's _Noreturn keyword. No semantics yet. | Richard Smith | 2013-01-17 | 2 | -3/+18 |
| * | -Wunsequenced: if the LHS of an &&, || or ?: is not constant, check for | Richard Smith | 2013-01-17 | 1 | -6/+22 |
| * | [ms-inline asm] Extend the Sema interface to get the size and length of a | Chad Rosier | 2013-01-17 | 1 | -5/+19 |
| * | Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ... | Joey Gouly | 2013-01-17 | 2 | -0/+12 |
| * | Improve -Wreorder to handle cases of anonymous class member ordering | David Blaikie | 2013-01-17 | 1 | -26/+11 |
| * | ArrayRef-ize some ctor initializer related APIs | David Blaikie | 2013-01-17 | 2 | -32/+24 |
| * | Remove some unnecessary casts | David Blaikie | 2013-01-17 | 1 | -4/+4 |
| * | Suppress all -Wunused-value warnings from macro body expansions. | Matt Beaumont-Gay | 2013-01-17 | 1 | -2/+5 |
| * | Attempt to work around bug in older GCCs to fix buildbot. | Richard Smith | 2013-01-17 | 1 | -3/+3 |
| * | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith | 2013-01-17 | 5 | -30/+84 |
| * | Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on | Richard Smith | 2013-01-17 | 4 | -3/+422 |
| * | Treat hidden Objective-C protocol definitions as if they were | Douglas Gregor | 2013-01-17 | 1 | -1/+3 |
| * | Implement a fixit for -Wmain-return-type | Dmitri Gribenko | 2013-01-17 | 1 | -1/+29 |
| * | Delay linkage checks when validating the weakref attribute. | Rafael Espindola | 2013-01-16 | 2 | -10/+13 |
| * | Fixes crash when illegal function definitions are deleted or defaulted. Fixe... | Aaron Ballman | 2013-01-16 | 1 | -2/+2 |
| * | 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 | 2 | -6/+13 |
| * | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 5 | -103/+134 |
| * | Teach global selector lookup to ignore hidden methods, which occur | Douglas Gregor | 2013-01-16 | 1 | -47/+65 |
| * | First step in implementation of mips16 and nomips16 attributes. | Reed Kotler | 2013-01-16 | 1 | -0/+51 |
| * | One can have an unavailable method overridden by an available method, | Douglas Gregor | 2013-01-16 | 1 | -1/+1 |
| * | Apply adjustment to function- and array-typed non-type template | Douglas Gregor | 2013-01-16 | 1 | -0/+13 |
| * | When checking availability attributes for consistency between an | Douglas Gregor | 2013-01-15 | 3 | -27/+87 |
| * | Fix Cast Code | David Greene | 2013-01-15 | 1 | -2/+3 |
| * | Don't crash when binding a reference to a temporary pointer created from | Richard Smith | 2013-01-15 | 1 | -0/+4 |
| * | PR14950: Fix out-of-bounds function parameter access in literal operator lookup. | Richard Smith | 2013-01-15 | 1 | -1/+1 |
| * | Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, these | Richard Smith | 2013-01-15 | 1 | -0/+14 |
| * | Refactor to call ActOnFinishFullExpr on every full expression. Teach | Richard Smith | 2013-01-14 | 5 | -60/+87 |
| * | Fix regression in r172376. Don't try to detect missing 'constexpr' specifiers | Richard Smith | 2013-01-14 | 1 | -2/+1 |
| * | Accept [[gnu::*]] for all __attribute__((*))s which are: | Richard Smith | 2013-01-14 | 1 | -7/+31 |
| * | PR12008: defer adding the implicit 'const' to a constexpr member function until | Richard Smith | 2013-01-14 | 4 | -85/+111 |
| * | ArrayRef'ize Sema APIs related to format string checking | Dmitri Gribenko | 2013-01-13 | 2 | -42/+47 |
| * | Remove some duplication in the handling of __attribute__((ext_vector_size(N))). | Richard Smith | 2013-01-13 | 2 | -40/+7 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 16 | -67/+67 |