summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up various builtin declaration of objc_msgSend familiesFariborz Jahanian2013-01-041-0/+20
* Warn on unused auto variables.Rafael Espindola2013-01-031-2/+3
* Use early returns to reduce indentation.Rafael Espindola2013-01-031-31/+34
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-12/+12
* Use hasCLanguageLinkage when warning about non C return types.Rafael Espindola2012-12-301-1/+1
* Reject overloading of two static extern C functions.Rafael Espindola2012-12-281-28/+2
* Implement dcl.link paragraph 5.Rafael Espindola2012-12-271-0/+40
* Add 171048 back but invalidate the cache of all redeclarations when settingRafael Espindola2012-12-251-3/+7
* Revert r171048, "Cache visibility of decls."NAKAMURA Takumi2012-12-251-7/+3
* Cache visibility of decls.Rafael Espindola2012-12-251-3/+7
* Move a declaration closer to its use. No functionality change.Nico Weber2012-12-231-2/+2
* Add back -Wduplicate-enum which I mistakenly removed.Ted Kremenek2012-12-221-0/+178
* Don't eagerly emit a global static merged with a local extern.Rafael Espindola2012-12-211-2/+7
* Revert "Warn if a __weak variable is initialized with an Objective-C object l...Ted Kremenek2012-12-201-18/+1
* Warn if a __weak variable is initialized with an Objective-C object literal.Ted Kremenek2012-12-201-1/+18
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-3/+3
* Merge storage classes even when contexts don't match.Rafael Espindola2012-12-181-2/+1
* The underlying type for an enum should be an integer type, not another enum.Eli Friedman2012-12-181-1/+5
* When warning about a missing prototype because a function declaration is miss...Anders Carlsson2012-12-181-2/+19
* IdentifierResolver: Remove an unnecessary include and an unused parameter.Nico Weber2012-12-171-1/+1
* Have Sema::ActOnStartOfFunctionDef return the declaration that was passed it.Argyrios Kyrtzidis2012-12-141-2/+2
* Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman2012-12-131-10/+8
* Speeds up parsing of global declarations in cases where the warningManuel Klimek2012-12-121-1/+4
* Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman2012-12-091-0/+1
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-081-182/+3
* Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins2012-12-071-1/+3
* Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a bodyArgyrios Kyrtzidis2012-12-061-0/+8
* In C++, if we hit an error in the class-head, don't try to parse the class body.Richard Smith2012-12-051-1/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-14/+13
* Merge function types in C.Rafael Espindola2012-11-291-0/+6
* Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,Argyrios Kyrtzidis2012-11-281-4/+4
* Allow an ASTConsumer to selectively skip function bodies while parsing. PatchRichard Smith2012-11-271-0/+3
* Add r168519 back, but with a fix to also merge the used flag in variables.Rafael Espindola2012-11-251-0/+8
* Revert r168519, "Merge used flags so that we don't have to iterate on isUsed....NAKAMURA Takumi2012-11-241-4/+0
* Merge used flags so that we don't have to iterate on isUsed. With this changeRafael Espindola2012-11-231-0/+4
* PR14381: Never skip constexpr function bodies when code-completing. We may needRichard Smith2012-11-191-0/+16
* A step towards sorting out handling of triviality of special members in C++11.Richard Smith2012-11-161-13/+22
* Provide the correct mangling and linkage for certain unnamed nested classes.David Blaikie2012-11-141-0/+5
* For classes that have the warn_unused_result attribute, don't apply theKaelyn Uhrain2012-11-131-1/+5
* Enable C++11 attribute syntax for warn_unused_result and allow it to beKaelyn Uhrain2012-11-121-0/+8
* PR13788: Don't perform checks on the initializer of a dependently-typedRichard Smith2012-11-091-4/+3
* Avoid to write function name in comment. Thanks to Dmitri Gribenko.Abramo Bagnara2012-11-081-7/+6
* Readded line removed by mistake.Abramo Bagnara2012-11-081-0/+1
* Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara2012-11-081-19/+71
* Partially roll back r166898; it exposed a bug in the standard.Richard Smith2012-10-291-1/+2
* Revert functional part of r166896 and just suppress -Wunneeded-internal-decla...Richard Smith2012-10-281-8/+7
* When determining whether to try evaluating the initializer of a variable, checkRichard Smith2012-10-281-1/+1
* In -Wunneeded-internal-declaration, suppress the warning for variables whichRichard Smith2012-10-281-1/+8
OpenPOWER on IntegriCloud