Age | Commit message (Expand) | Author |
2013-01-09 | When name lookup for a redeclaration finds declarations that are known | Douglas Gregor |
2013-01-08 | Tighten types a bit. No functionality change. | Rafael Espindola |
2013-01-08 | Tighten types a bit. No functionality change. | Rafael Espindola |
2013-01-08 | Clear the LV cache when merging the availability attribute. | Rafael Espindola |
2013-01-05 | Fixes a breakage in dejagnu++ test suite where it included | Fariborz Jahanian |
2013-01-04 | Fix up various builtin declaration of objc_msgSend families | Fariborz Jahanian |
2013-01-03 | Warn on unused auto variables. | Rafael Espindola |
2013-01-03 | Use early returns to reduce indentation. | Rafael Espindola |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2012-12-30 | Use hasCLanguageLinkage when warning about non C return types. | Rafael Espindola |
2012-12-28 | Reject overloading of two static extern C functions. | Rafael Espindola |
2012-12-27 | Implement dcl.link paragraph 5. | Rafael Espindola |
2012-12-25 | Add 171048 back but invalidate the cache of all redeclarations when setting | Rafael Espindola |
2012-12-25 | Revert r171048, "Cache visibility of decls." | NAKAMURA Takumi |
2012-12-25 | Cache visibility of decls. | Rafael Espindola |
2012-12-23 | Move a declaration closer to its use. No functionality change. | Nico Weber |
2012-12-22 | Add back -Wduplicate-enum which I mistakenly removed. | Ted Kremenek |
2012-12-21 | Don't eagerly emit a global static merged with a local extern. | Rafael Espindola |
2012-12-20 | Revert "Warn if a __weak variable is initialized with an Objective-C object l... | Ted Kremenek |
2012-12-20 | Warn if a __weak variable is initialized with an Objective-C object literal. | Ted Kremenek |
2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-19 | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie |
2012-12-18 | Merge storage classes even when contexts don't match. | Rafael Espindola |
2012-12-18 | The underlying type for an enum should be an integer type, not another enum. | Eli Friedman |
2012-12-18 | When warning about a missing prototype because a function declaration is miss... | Anders Carlsson |
2012-12-17 | IdentifierResolver: Remove an unnecessary include and an unused parameter. | Nico Weber |
2012-12-14 | Have Sema::ActOnStartOfFunctionDef return the declaration that was passed it. | Argyrios Kyrtzidis |
2012-12-13 | Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, | Eli Friedman |
2012-12-12 | Speeds up parsing of global declarations in cases where the warning | Manuel Klimek |
2012-12-09 | Virtual method overrides can no longer have mismatched calling conventions. ... | Aaron Ballman |
2012-12-08 | Properly compute triviality for explicitly-defaulted or deleted special members. | Richard Smith |
2012-12-07 | Fix analysis based warnings so that all warnings are emitted when compiling | DeLesley Hutchins |
2012-12-06 | Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body | Argyrios Kyrtzidis |
2012-12-05 | In C++, if we hit an error in the class-head, don't try to parse the class body. | Richard Smith |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-29 | Merge function types in C. | Rafael Espindola |
2012-11-28 | Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, | Argyrios Kyrtzidis |
2012-11-27 | Allow an ASTConsumer to selectively skip function bodies while parsing. Patch | Richard Smith |
2012-11-25 | Add r168519 back, but with a fix to also merge the used flag in variables. | Rafael Espindola |
2012-11-24 | Revert r168519, "Merge used flags so that we don't have to iterate on isUsed.... | NAKAMURA Takumi |
2012-11-23 | Merge used flags so that we don't have to iterate on isUsed. With this change | Rafael Espindola |
2012-11-19 | PR14381: Never skip constexpr function bodies when code-completing. We may need | Richard Smith |
2012-11-16 | A step towards sorting out handling of triviality of special members in C++11. | Richard Smith |
2012-11-14 | Provide the correct mangling and linkage for certain unnamed nested classes. | David Blaikie |
2012-11-13 | For classes that have the warn_unused_result attribute, don't apply the | Kaelyn Uhrain |
2012-11-12 | Enable C++11 attribute syntax for warn_unused_result and allow it to be | Kaelyn Uhrain |
2012-11-09 | PR13788: Don't perform checks on the initializer of a dependently-typed | Richard Smith |
2012-11-08 | Avoid to write function name in comment. Thanks to Dmitri Gribenko. | Abramo Bagnara |
2012-11-08 | Readded line removed by mistake. | Abramo Bagnara |