summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor2010-03-313-4/+6
* Change the representation of dependent elaborated-type-specifiersDouglas Gregor2010-03-313-14/+85
* Extend DependentNameType with a keyword enum that specifies whetherDouglas Gregor2010-03-314-15/+27
* Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries whenChandler Carruth2010-03-311-1/+1
* Patch implements gcc's -Wno-protocol option to suppress warningFariborz Jahanian2010-03-312-11/+19
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-3112-116/+93
* Rename TypenameType to DependentNameType in anticipation of someDouglas Gregor2010-03-315-28/+28
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-3112-93/+116
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-3112-116/+93
* Support __attribute__((unused)) on types. This suddenly started firingJohn McCall2010-03-312-3/+20
* Fix PR6327: restore invariants when there's a parse error in an initializer.John McCall2010-03-312-0/+36
* Regularize support for naming conversion functions in using decls.John McCall2010-03-314-19/+37
* Remove silly temporary comment.John McCall2010-03-301-2/+0
* Introduce a new kind of derived-to-base cast which bypasses the need forJohn McCall2010-03-301-4/+4
* Recognize __attribute__((NSObject)) directly appliedFariborz Jahanian2010-03-302-7/+11
* Fix an oversight with access control for address-of-function.John McCall2010-03-301-0/+1
* Remember the regparm attribute in FunctionType::ExtInfo.Rafael Espindola2010-03-302-2/+27
* Propagate the "found declaration" (i.e. the using declaration instead ofJohn McCall2010-03-3013-104/+267
* Improve diagnostics when printing a template instantiation backtraceDouglas Gregor2010-03-301-2/+14
* the big refactoring bits of PR3782.Rafael Espindola2010-03-309-49/+49
* Add Support for 'warn_unused_result" attribute onFariborz Jahanian2010-03-302-6/+18
* Fix a bug where we would incorrectly report an error about initializing two f...Anders Carlsson2010-03-301-11/+14
* Reduce nesting.Anders Carlsson2010-03-301-15/+15
* Optimize PartialDiagnostic's memory-allocation behavior by placing aDouglas Gregor2010-03-2910-64/+92
* Exit early from the simple form of Sema::RequireNonAbstractType(), forDouglas Gregor2010-03-291-0/+3
* Support __attribute__((packed)) (along with other attributes) at theDouglas Gregor2010-03-292-3/+5
* Be a bit more consistent in using operator->Rafael Espindola2010-03-291-1/+1
* After performing template argument deduction for a function template,Douglas Gregor2010-03-286-137/+365
* Further improvement to point to categoryFariborz Jahanian2010-03-272-4/+11
* Improve diagnostics on incomplete implementationFariborz Jahanian2010-03-271-3/+10
* Accumulate all functions and classes that the effective context isJohn McCall2010-03-271-35/+51
* Implement method friends in class templates and fix a few related problems.John McCall2010-03-272-31/+79
* Remove unused static functionDouglas Gregor2010-03-261-17/+0
* Put function templates instantiated from friend declarations in the correctJohn McCall2010-03-261-6/+15
* Compare namespaces properly when looking for redeclarations ofDouglas Gregor2010-03-261-1/+3
* Add comment indicating that we intentionally don't add the noreturnTed Kremenek2010-03-261-0/+3
* When adding initializers to a constructor, be sure that we are lookingDouglas Gregor2010-03-261-1/+5
* When trying to determine whether one operand of a conditionalDouglas Gregor2010-03-261-7/+9
* Eliminate the non-InitializedEntity PerformCopyInitialization() andDouglas Gregor2010-03-263-44/+8
* Switch semantic analysis of the conditional operator from usingDouglas Gregor2010-03-263-88/+112
* Do not mark the destructor of a function parameter's type. Fixes PR6709.Douglas Gregor2010-03-261-4/+0
* When deducing an integral template argument for a non-type templateDouglas Gregor2010-03-261-32/+35
* Reapply r99596 with a fix: link an instantiated friend function to itsJohn McCall2010-03-262-15/+41
* Apparently that didn't work. Reverting for now.John McCall2010-03-262-30/+15
* Reinstate change to non-type template arguments of integral type, soDouglas Gregor2010-03-261-19/+20
* Properly instantiate and link in friend function templates.John McCall2010-03-262-15/+30
* Revert attempted fix for integral template arguments. It seems to have broken...Douglas Gregor2010-03-261-20/+19
* Mark virtual methods that are used in tables included in VTTs as used.Rafael Espindola2010-03-262-2/+19
* Warn when the conversion of an integral non-type template argument toDouglas Gregor2010-03-251-19/+20
* Teach the diagnostic engine to provide more detailed information aboutDouglas Gregor2010-03-252-13/+25
OpenPOWER on IntegriCloud