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