summaryrefslogtreecommitdiff
path: root/include/clang/Sema/Sema.h
Commit message (Expand)AuthorAge
...
* Avoid computing the linkage too early. Don't invalidate it.Rafael Espindola2013-03-14
* Sema: Preserve attributes on parameters in instantiated function templates.Jordan Rose2013-03-08
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-08
* Centralize and refine the __unknown_anytype argument rulesJohn McCall2013-03-04
* Process #pragma weak only after we know the linkage of the function or variableRafael Espindola2013-03-02
* Shrink SmallPtrSet. It gets swapped a lot which copies the whole small part.Benjamin Kramer2013-02-23
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-22
* Handle alignas(foo...) pack expansions.Richard Smith2013-02-22
* Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out ofRichard Smith2013-02-22
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-20
* Process and handle attributes on conditions and for loop variables. Process andRichard Smith2013-02-20
* Add a new 'type_visibility' attribute to allow users toJohn McCall2013-02-20
* PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith2013-02-19
* objective-C: When implementing custom accessor method forFariborz Jahanian2013-02-14
* Add some missing diagnostics for C++11 narrowing conversions.Richard Smith2013-02-05
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-02
* Add a new -Wundefined-inline warning for inline functions which are used but notNick Lewycky2013-02-01
* Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.Richard Smith2013-02-01
* [Sema][Attr]Fix alignment attribute printing.Michael Han2013-02-01
* Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith2013-01-31
* Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky2013-01-31
* Propagate the spelling list index for an attribute across template instantiat...Richard Smith2013-01-29
* Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky2013-01-26
* Patch to check for integer overflow. It has beenFariborz Jahanian2013-01-24
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-24
* Use 'const Decl *' throughout code completion in SemaDmitri Gribenko2013-01-23
* Small code change to improve performanceFariborz Jahanian2013-01-22
* objectiveC (take two): don't warn when in -Wselector mode andFariborz Jahanian2013-01-22
* objectiveC: don't warn when in -Wselector mode andFariborz Jahanian2013-01-21
* Eliminate Sema::CompareProperties(), which was walking over a pile ofDouglas Gregor2013-01-21
* Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, whichDouglas Gregor2013-01-21
* [ms-inline asm] Extend the Sema interface to get the size and length of aChad Rosier2013-01-17
* ArrayRef-ize some ctor initializer related APIsDavid Blaikie2013-01-17
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-17
* Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith2013-01-17
* When checking availability attributes for consistency between anDouglas Gregor2013-01-15
* Refactor to call ActOnFinishFullExpr on every full expression. TeachRichard Smith2013-01-14
* ArrayRef'ize Sema APIs related to format string checkingDmitri Gribenko2013-01-13
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor2013-01-12
* Truth in advertising: LocallyScopedExternalDecls actually only containsRichard Smith2013-01-10
* [ms-inline asm] Extend the inline asm Sema lookup interface to determine if theChad Rosier2013-01-10
* Tighten types a bit. No functionality change.Rafael Espindola2013-01-08
* Tighten types a bit. No functionality change.Rafael Espindola2013-01-08
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-02
* Fix minor copy-pasto. No functionality change.Nico Weber2012-12-31
* Tweak Sema::CheckLiteralKind() to also include block literalsTed Kremenek2012-12-21
* Fix a warning due to an extraneous comma.Chad Rosier2012-12-21
* Hoist logic for classifying Objective-C literals into Sema (proper) for use w...Ted Kremenek2012-12-21
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-20