summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Test function template partial ordering when resolving the address ofDouglas Gregor2009-09-141-1/+1
* Fix: <rdar://problem/5905851> do not report a leak when post-dominated by a callTed Kremenek2009-09-142-11/+112
* Skeletal support for friend class templates.John McCall2009-09-144-16/+58
* ARM/[A]APCS: Ignore empty records passed as arguments.Daniel Dunbar2009-09-141-0/+4
* Refactor MarkDeductedTemplateParameters intoDouglas Gregor2009-09-143-70/+141
* Used visible conversion function api to do overloadFariborz Jahanian2009-09-141-3/+6
* Implement FIXME: free up BugReportEquivClass objects when deleting BugTypes.Ted Kremenek2009-09-141-4/+10
* -Wchar-subscripts should not warn for explicit signed char subscripts either....Sam Weinig2009-09-141-3/+3
* Tighten up checking of non-dependent arguments as part of templateDouglas Gregor2009-09-141-3/+13
* Small fix to stop CGObjCGNU emitting symbols that break some versions of gas.David Chisnall2009-09-141-1/+1
* Implement partial ordering of function template specializations Douglas Gregor2009-09-144-17/+275
* -Wchar-subscripts should not warn for unsigned char subscripts. Fixes PR4978.Sam Weinig2009-09-141-1/+3
* Using the property dot-syntax to invoke a non-eixstingFariborz Jahanian2009-09-141-10/+9
* Remove an unnecessary FunctionDecl parameter to the synthesizing functions.Anders Carlsson2009-09-143-42/+42
* Fix subtle bug in generating LLVM function declarations for builtin functions.Daniel Dunbar2009-09-143-5/+6
* ARM/APCS: Don't treat structs w/ floating point types as "integer like".Daniel Dunbar2009-09-141-0/+4
* Add support for -Wchar-subscripts. Fixes PR4801.Sam Weinig2009-09-141-0/+3
* If a function call returns a reference, don't bind it to a temporary.Anders Carlsson2009-09-142-1/+16
* Implement CodeGenFunction::EmitCXXExprWithTemporariesLValue.Anders Carlsson2009-09-143-1/+29
* Some minor clang/ARM/AAPCS tweaks.Daniel Dunbar2009-09-141-1/+11
* Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that.Daniel Dunbar2009-09-142-5/+10
* Support -mabi= for clang/ARM.Daniel Dunbar2009-09-141-0/+26
* Handle delete where the class has a virtual destructor.Anders Carlsson2009-09-141-5/+8
* ARM target tweaks.Daniel Dunbar2009-09-141-2/+24
* Perform the C++ specific semantic checks of a function declaration after it's...Anders Carlsson2009-09-131-41/+41
* Fix another byref bug. This should hopefully get QuickLookPlugins building su...Anders Carlsson2009-09-131-10/+10
* Add utility to evaluate lvalues which are an offset relative to a stack Eli Friedman2009-09-131-6/+16
* ARM/APCS: Only "integer like" aggregates should be returned in r0 (followingDaniel Dunbar2009-09-131-21/+128
* Rework the way we determine whether an externally visible symbol isDouglas Gregor2009-09-135-80/+69
* Don't use the PredefinedExpr string as the global variable name, these don'tDaniel Dunbar2009-09-121-1/+5
* whitespace fixChris Lattner2009-09-121-1/+1
* Update CMake files.Benjamin Kramer2009-09-121-0/+1
* More improvement in building list of visible conversionFariborz Jahanian2009-09-121-34/+36
* Removed Context argument from couple of methods which don'tFariborz Jahanian2009-09-122-6/+4
* Add FIXME for alignments that won't be honored.Mike Stump2009-09-121-0/+2
* We can't have ctors in the vtable (right Doug?) :-)Mike Stump2009-09-121-4/+0
* More work toward having an access method for visibleFariborz Jahanian2009-09-122-36/+53
* Handle CK_DerivedToBase when emitting lvalue casts.Anders Carlsson2009-09-121-21/+42
* When necessary, null check the base value in GetAddressCXXOfBaseClass.Anders Carlsson2009-09-122-1/+39
* Handle derived-to-base conversion in CGExprScalar::EmitCast, if the cast kind...Anders Carlsson2009-09-121-10/+18
* Use the correct CastKind for derived-to-base pointer conversions.Anders Carlsson2009-09-123-16/+25
* Whoops, add CGCXXClass.cppAnders Carlsson2009-09-121-0/+104
* Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValu...Anders Carlsson2009-09-123-17/+28
* Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there.Anders Carlsson2009-09-121-67/+0
* Add support for __block variables with alignment greater than __alignof(void *).Anders Carlsson2009-09-123-31/+59
* For __block variables, cache the LLVM types as well as which LLVM field where...Anders Carlsson2009-09-123-14/+42
* Stub out room for ARM APCS ABI implementation (and AAPCS_VFP, although you can'tDaniel Dunbar2009-09-121-2/+39
* Formatting fixes.Daniel Dunbar2009-09-121-27/+39
* Change CodeGenModule::ConstructTypeAttributes to return the calling conventionDaniel Dunbar2009-09-124-16/+42
* Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinIDDouglas Gregor2009-09-127-10/+11
OpenPOWER on IntegriCloud