Age | Commit message (Expand) | Author |
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 |
2013-01-15 | When checking availability attributes for consistency between an | Douglas Gregor |
2013-01-15 | Fix Cast Code | David Greene |
2013-01-15 | Don't crash when binding a reference to a temporary pointer created from | Richard Smith |
2013-01-15 | PR14950: Fix out-of-bounds function parameter access in literal operator lookup. | Richard Smith |
2013-01-15 | Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, these | Richard Smith |
2013-01-14 | Refactor to call ActOnFinishFullExpr on every full expression. Teach | Richard Smith |
2013-01-14 | Fix regression in r172376. Don't try to detect missing 'constexpr' specifiers | Richard Smith |
2013-01-14 | Accept [[gnu::*]] for all __attribute__((*))s which are: | Richard Smith |
2013-01-14 | PR12008: defer adding the implicit 'const' to a constexpr member function until | Richard Smith |
2013-01-13 | ArrayRef'ize Sema APIs related to format string checking | Dmitri Gribenko |
2013-01-13 | Remove some duplication in the handling of __attribute__((ext_vector_size(N))). | Richard Smith |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-12 | Disable caching of visibility. | Rafael Espindola |
2013-01-12 | Fix a regression from 171193: main cannot be overloaded. | Rafael Espindola |
2013-01-12 | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor |
2013-01-12 | Only produce one -Wc++98-compat warning when initializing a reference from an... | Richard Smith |
2013-01-12 | Fix -Wunused-comparison for comparisons in arguments to function-like macros. | Matt Beaumont-Gay |
2013-01-11 | Constify parameter of clang::getCursorKindForDecl | Dmitri Gribenko |
2013-01-11 | Reject incompatible redeclarations of extern C symbols. | Rafael Espindola |
2013-01-11 | Fixed an assertion failure triggered by invalid code. | Enea Zaffanella |