aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-05-20Add a missing case for default constructor deletion.Sean Hunt
2011-05-20Introduce Type::isSignedIntegerOrEnumerationType() andDouglas Gregor
2011-05-20Downgrade the error about re-opening an inline namespace as non-inlineDouglas Gregor
2011-05-20Diagnose unexpanded parameter packs in return statements. ThisDouglas Gregor
2011-05-20sandybridge is now called corei7-avxBenjamin Kramer
2011-05-20Clean up two commentsDouglas Gregor
2011-05-20Fix PR9941 for out-of-line template destructors too.Sebastian Redl
2011-05-19Undo enough of r131143 to make private copy ctor diags say "copy constructor"...Matt Beaumont-Gay
2011-05-19Teach RegionStore not to symbolic array values whose indices it cannot reason...Ted Kremenek
2011-05-19Fix location of setter/getter synthesized for a property.Devang Patel
2011-05-19Revert r131672 until __underlying_type is properly implemented in theSean Hunt
2011-05-19Implement a __has_feature for __underlying_typeSean Hunt
2011-05-19Correction for r131662, the GNU as option is --fatal-warnings.Joerg Sonnenberger
2011-05-19Support -fatal-warnings for the assembler frontendJoerg Sonnenberger
2011-05-19Fix PR9941 again, this time for templates.Sebastian Redl
2011-05-19- Fixes openSUSE detection for 11.4 and upcoming 12.1David Chisnall
2011-05-19Add paths used by openSuSE 12.1David Chisnall
2011-05-19Implement __underlying_type for libc++.Sean Hunt
2011-05-19Reapply r121528, fixing PR9941 by delaying the exception specification check ...Sebastian Redl
2011-05-19Teach static analyzer to analyze Objective-C methods in category implementati...Ted Kremenek
2011-05-19Make __builtin_shufflevector and -ftrapv work correctly together. PR9945.Eli Friedman
2011-05-18After consultation with doug, revert r131515.Sean Hunt
2011-05-18Revert r121528 as it breaks a simple testcase, which leads to, amongSean Hunt
2011-05-18Add ARMTargetCodeGenInfo::initDwarfEHRegSizeTable() defining 16 32bit regs.Roman Divacky
2011-05-18Implement implicit exception specifications of destructors.Sebastian Redl
2011-05-18Implement an additional fix for infinite recursion of deleted specialSean Hunt
2011-05-18Force declaration of implicit members in C++0x mode.Sean Hunt
2011-05-17Add some support for RHEL5 systems.Eric Christopher
2011-05-17Conditionalize the use of 4.4 or 4.2 format based on the target.Bill Wendling
2011-05-17Code cleanup of my last patch.Fariborz Jahanian
2011-05-17Patch to fix IR-gen crash generating structure ABI which implementsFariborz Jahanian
2011-05-17Fix a nasty bug where inside StringLiteralParser:Argyrios Kyrtzidis
2011-05-17Do some safety checks.Argyrios Kyrtzidis
2011-05-17For calls returning first-class aggregates, store by element instead of creat...Eli Friedman
2011-05-17Revert r131434, my commit disabling the complete-object constructorJohn McCall
2011-05-17Fix some minor bugs and add a lot more test cases for defaultedSean Hunt
2011-05-17Fix comment.Rafael Espindola
2011-05-17The logic about -static is darwin only. For now assume that all nonRafael Espindola
2011-05-17Revert r131447, see if it fixes the buildbot.Argyrios Kyrtzidis
2011-05-17Inside isEmptyRecord function, for CXXRecordDecl just check the isEmpty bit.Argyrios Kyrtzidis
2011-05-17Reapply the commits that r131401 reverted and add a fix for PR9927.Argyrios Kyrtzidis
2011-05-17Set up appropriate context for member function.Devang Patel
2011-05-17Implement some tests for defaulted constructors. To do this I had toSean Hunt
2011-05-16Fix crash on C++ code when compiling with -finstrument-functions.Ted Kremenek
2011-05-16Emit complete-object constructors for abstract classes in kext mode forJohn McCall
2011-05-16Implement the new C++0x rules for non-trivial things in unions so thatSean Hunt
2011-05-16Pulls the common part of the clang-check example into Tooling, to allow new t...Manuel Klimek
2011-05-16Make the triple an explicit argument of FindTargetProgramPath.Joerg Sonnenberger
2011-05-16Revert 131377, 131369 and 131365.Rafael Espindola
2011-05-16Fix another regression from the "skip vtable pointer initialization"Anders Carlsson