| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 1 | -4/+11 |
* | Check for internal weak decls after merging. | Rafael Espindola | 2013-01-16 | 1 | -0/+13 |
* | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 1 | -5/+6 |
* | When checking availability attributes for consistency between an | Douglas Gregor | 2013-01-15 | 1 | -11/+23 |
* | Refactor to call ActOnFinishFullExpr on every full expression. Teach | Richard Smith | 2013-01-14 | 1 | -4/+18 |
* | PR12008: defer adding the implicit 'const' to a constexpr member function until | Richard Smith | 2013-01-14 | 1 | -38/+62 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -9/+9 |
* | Disable caching of visibility. | Rafael Espindola | 2013-01-12 | 1 | -8/+4 |
* | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor | 2013-01-12 | 1 | -0/+12 |
* | Reject incompatible redeclarations of extern C symbols. | Rafael Espindola | 2013-01-11 | 1 | -8/+14 |
* | Truth in advertising: LocallyScopedExternalDecls actually only contains | Richard Smith | 2013-01-10 | 1 | -16/+16 |
* | When name lookup for a redeclaration finds declarations that are known | Douglas Gregor | 2013-01-09 | 1 | -0/+41 |
* | Tighten types a bit. No functionality change. | Rafael Espindola | 2013-01-08 | 1 | -10/+6 |
* | Tighten types a bit. No functionality change. | Rafael Espindola | 2013-01-08 | 1 | -2/+2 |
* | Clear the LV cache when merging the availability attribute. | Rafael Espindola | 2013-01-08 | 1 | -2/+6 |
* | Fixes a breakage in dejagnu++ test suite where it included | Fariborz Jahanian | 2013-01-05 | 1 | -0/+1 |
* | Fix up various builtin declaration of objc_msgSend families | Fariborz Jahanian | 2013-01-04 | 1 | -0/+20 |
* | Warn on unused auto variables. | Rafael Espindola | 2013-01-03 | 1 | -2/+3 |
* | Use early returns to reduce indentation. | Rafael Espindola | 2013-01-03 | 1 | -31/+34 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -12/+12 |
* | Use hasCLanguageLinkage when warning about non C return types. | Rafael Espindola | 2012-12-30 | 1 | -1/+1 |
* | Reject overloading of two static extern C functions. | Rafael Espindola | 2012-12-28 | 1 | -28/+2 |
* | Implement dcl.link paragraph 5. | Rafael Espindola | 2012-12-27 | 1 | -0/+40 |
* | Add 171048 back but invalidate the cache of all redeclarations when setting | Rafael Espindola | 2012-12-25 | 1 | -3/+7 |
* | Revert r171048, "Cache visibility of decls." | NAKAMURA Takumi | 2012-12-25 | 1 | -7/+3 |
* | Cache visibility of decls. | Rafael Espindola | 2012-12-25 | 1 | -3/+7 |
* | Move a declaration closer to its use. No functionality change. | Nico Weber | 2012-12-23 | 1 | -2/+2 |
* | Add back -Wduplicate-enum which I mistakenly removed. | Ted Kremenek | 2012-12-22 | 1 | -0/+178 |
* | Don't eagerly emit a global static merged with a local extern. | Rafael Espindola | 2012-12-21 | 1 | -2/+7 |
* | Revert "Warn if a __weak variable is initialized with an Objective-C object l... | Ted Kremenek | 2012-12-20 | 1 | -18/+1 |
* | Warn if a __weak variable is initialized with an Objective-C object literal. | Ted Kremenek | 2012-12-20 | 1 | -1/+18 |
* | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -1/+1 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -1/+1 |
* | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -3/+3 |
* | Merge storage classes even when contexts don't match. | Rafael Espindola | 2012-12-18 | 1 | -2/+1 |
* | The underlying type for an enum should be an integer type, not another enum. | Eli Friedman | 2012-12-18 | 1 | -1/+5 |
* | When warning about a missing prototype because a function declaration is miss... | Anders Carlsson | 2012-12-18 | 1 | -2/+19 |
* | IdentifierResolver: Remove an unnecessary include and an unused parameter. | Nico Weber | 2012-12-17 | 1 | -1/+1 |
* | Have Sema::ActOnStartOfFunctionDef return the declaration that was passed it. | Argyrios Kyrtzidis | 2012-12-14 | 1 | -2/+2 |
* | Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, | Eli Friedman | 2012-12-13 | 1 | -10/+8 |
* | Speeds up parsing of global declarations in cases where the warning | Manuel Klimek | 2012-12-12 | 1 | -1/+4 |
* | Virtual method overrides can no longer have mismatched calling conventions. ... | Aaron Ballman | 2012-12-09 | 1 | -0/+1 |
* | Properly compute triviality for explicitly-defaulted or deleted special members. | Richard Smith | 2012-12-08 | 1 | -182/+3 |
* | Fix analysis based warnings so that all warnings are emitted when compiling | DeLesley Hutchins | 2012-12-07 | 1 | -1/+3 |
* | Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body | Argyrios Kyrtzidis | 2012-12-06 | 1 | -0/+8 |
* | In C++, if we hit an error in the class-head, don't try to parse the class body. | Richard Smith | 2012-12-05 | 1 | -1/+3 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -14/+13 |
* | Merge function types in C. | Rafael Espindola | 2012-11-29 | 1 | -0/+6 |
* | Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, | Argyrios Kyrtzidis | 2012-11-28 | 1 | -4/+4 |