Age | Commit message (Expand) | Author |
2013-01-24 | [ms-inline asm] Add an error when trying to compile MS-style inline assembly | Chad Rosier |
2013-01-24 | PR14922: when printing an attribute, use the real syntax of the attribute (GN... | Michael Han |
2013-01-24 | Start checking nonnull (as well as format and argument_with_type_tag) on | Nick Lewycky |
2013-01-24 | Fix some wonky formatting, remove spurious emacs major mode marker. No | Nick Lewycky |
2013-01-23 | Micro cleanup: use an array of const char, rather than an array of char, as the | Richard Smith |
2013-01-23 | Implement -Wvla correctly | Dmitri Gribenko |
2013-01-23 | Use 'const Decl *' throughout code completion in Sema | Dmitri Gribenko |
2013-01-23 | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly |
2013-01-23 | Make __attribute__((nonnull)) use the general expression evaluator to search for | Nick Lewycky |
2013-01-22 | Small code change to improve performance | Fariborz Jahanian |
2013-01-22 | objectiveC (take two): don't warn when in -Wselector mode and | Fariborz Jahanian |
2013-01-21 | objectiveC: don't warn when in -Wselector mode and | Fariborz Jahanian |
2013-01-21 | Eliminate Sema::CompareProperties(), which was walking over a pile of | Douglas Gregor |
2013-01-21 | Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which | Douglas Gregor |
2013-01-21 | Replace some unnecessary O(N^2) lookups for properties with | Douglas Gregor |
2013-01-21 | Add a fixit for _Noreturn main, | Dmitri Gribenko |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-20 | Fixed trailing whitespace. | Michael Gottesman |
2013-01-19 | Reapply r172878 with test case. | Ted Kremenek |
2013-01-19 | Whitespace. | NAKAMURA Takumi |
2013-01-19 | Revert r172878, "Reword warning about using a *static* variable within its ow... | NAKAMURA Takumi |
2013-01-19 | Reword warning about using a *static* variable within its own initialization. | Ted Kremenek |
2013-01-18 | Remove windows line endings. | David Blaikie |
2013-01-18 | Once we've collected the template arguments for a | Douglas Gregor |
2013-01-18 | When checking the parameter types of an Objective-C method, don't | Douglas Gregor |
2013-01-17 | One can override an Objective-C ARC ownership qualifier that came from | Douglas Gregor |
2013-01-17 | In Objective-C ARC, completely ignore ownership qualifiers on the | Douglas Gregor |
2013-01-17 | Defer checking for unsequenced operations on the RHS of && and || in order to | Richard Smith |
2013-01-17 | Parsing support for C11's _Noreturn keyword. No semantics yet. | Richard Smith |
2013-01-17 | -Wunsequenced: if the LHS of an &&, || or ?: is not constant, check for | Richard Smith |
2013-01-17 | [ms-inline asm] Extend the Sema interface to get the size and length of a | Chad Rosier |
2013-01-17 | Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ... | Joey Gouly |
2013-01-17 | Improve -Wreorder to handle cases of anonymous class member ordering | David Blaikie |
2013-01-17 | ArrayRef-ize some ctor initializer related APIs | David Blaikie |
2013-01-17 | Remove some unnecessary casts | David Blaikie |
2013-01-17 | Suppress all -Wunused-value warnings from macro body expansions. | Matt Beaumont-Gay |
2013-01-17 | Attempt to work around bug in older GCCs to fix buildbot. | Richard Smith |
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2013-01-17 | Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on | Richard Smith |
2013-01-17 | Treat hidden Objective-C protocol definitions as if they were | Douglas Gregor |
2013-01-17 | Implement a fixit for -Wmain-return-type | Dmitri Gribenko |
2013-01-16 | Delay linkage checks when validating the weakref attribute. | Rafael Espindola |
2013-01-16 | Fixes crash when illegal function definitions are deleted or defaulted. Fixe... | Aaron Ballman |
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 | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor |
2013-01-16 | Teach global selector lookup to ignore hidden methods, which occur | Douglas Gregor |
2013-01-16 | First step in implementation of mips16 and nomips16 attributes. | Reed Kotler |
2013-01-16 | One can have an unavailable method overridden by an available method, | Douglas Gregor |
2013-01-16 | Apply adjustment to function- and array-typed non-type template | Douglas Gregor |