aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/Sema.h
AgeCommit message (Expand)Author
2013-02-14objective-C: When implementing custom accessor method forFariborz Jahanian
2013-02-05Add some missing diagnostics for C++11 narrowing conversions.Richard Smith
2013-02-02This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky
2013-02-01Add a new -Wundefined-inline warning for inline functions which are used but notNick Lewycky
2013-02-01Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.Richard Smith
2013-02-01[Sema][Attr]Fix alignment attribute printing.Michael Han
2013-01-31Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith
2013-01-31Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky
2013-01-29Propagate the spelling list index for an attribute across template instantiat...Richard Smith
2013-01-26Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky
2013-01-24Patch to check for integer overflow. It has beenFariborz Jahanian
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han
2013-01-23Use 'const Decl *' throughout code completion in SemaDmitri Gribenko
2013-01-22Small code change to improve performanceFariborz Jahanian
2013-01-22objectiveC (take two): don't warn when in -Wselector mode andFariborz Jahanian
2013-01-21objectiveC: don't warn when in -Wselector mode andFariborz Jahanian
2013-01-21Eliminate Sema::CompareProperties(), which was walking over a pile ofDouglas Gregor
2013-01-21Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, whichDouglas Gregor
2013-01-17[ms-inline asm] Extend the Sema interface to get the size and length of aChad Rosier
2013-01-17ArrayRef-ize some ctor initializer related APIsDavid Blaikie
2013-01-17Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith
2013-01-17Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith
2013-01-15When checking availability attributes for consistency between anDouglas Gregor
2013-01-14Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith
2013-01-13ArrayRef'ize Sema APIs related to format string checkingDmitri Gribenko
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor
2013-01-10Truth in advertising: LocallyScopedExternalDecls actually only containsRichard Smith
2013-01-10[ms-inline asm] Extend the inline asm Sema lookup interface to determine if theChad Rosier
2013-01-08Tighten types a bit. No functionality change.Rafael Espindola
2013-01-08Tighten types a bit. No functionality change.Rafael Espindola
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith
2012-12-31Fix minor copy-pasto. No functionality change.Nico Weber
2012-12-21Tweak Sema::CheckLiteralKind() to also include block literalsTed Kremenek
2012-12-21Fix a warning due to an extraneous comma.Chad Rosier
2012-12-21Hoist logic for classifying Objective-C literals into Sema (proper) for use w...Ted Kremenek
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-19PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith
2012-12-11PR14558: Compute triviality of special members (etc) at the end of the classRichard Smith
2012-12-09Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman
2012-12-08Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith
2012-12-06Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a bodyArgyrios Kyrtzidis
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-12-01Include pruning and general cleanup.Benjamin Kramer
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-11-29The declaration of a special member can require overload resolution to beRichard Smith
2012-11-28PR14388: An array or function type in an exception specification should beRichard Smith
2012-11-19PR14381: Never skip constexpr function bodies when code-completing. We may needRichard Smith
2012-11-16Store this Decl* as a Decl* instead of a uintptr_t. No functionality change.Nick Lewycky