2011-05-20 |
Sebastian Redl | Fix PR9941 for out-of-line template destructors too. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Matt Beaumont-Gay | Undo enough of r131143 to make private copy ctor diags... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Ted Kremenek | Teach RegionStore not to symbolic array values whose... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Devang Patel | Fix location of setter/getter synthesized for a property. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sean Hunt | Revert r131672 until __underlying_type is properly... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Eli Friedman | Fix test on Windows. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sean Hunt | Implement a __has_feature for __underlying_type |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Joerg Sonnenberger | Correction for r131662, the GNU as option is --fatal... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sean Hunt | Add a test for __underlying_type |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Joerg Sonnenberger | Support -fatal-warnings for the assembler frontend |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sebastian Redl | Fix PR9941 again, this time for templates. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
David Chisnall | - Fixes openSUSE detection for 11.4 and upcoming 12.1 |
commit | commitdiff | tree | snapshot |
2011-05-19 |
David Chisnall | Add paths used by openSuSE 12.1 |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sean Hunt | Implement __underlying_type for libc++. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Sebastian Redl | Reapply r121528, fixing PR9941 by delaying the exceptio... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Ted Kremenek | Teach static analyzer to analyze Objective-C methods... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Eli Friedman | Make __builtin_shufflevector and -ftrapv work correctly... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Sean Hunt | After consultation with doug, revert r131515. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Sean Hunt | Revert r121528 as it breaks a simple testcase, which... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Roman Divacky | Add ARMTargetCodeGenInfo::initDwarfEHRegSizeTable(... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Sebastian Redl | Implement implicit exception specifications of destructors. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Sean Hunt | Implement an additional fix for infinite recursion... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Sean Hunt | Force declaration of implicit members in C++0x mode. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Eric Christopher | Add some support for RHEL5 systems. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Bill Wendling | Conditionalize the use of 4.4 or 4.2 format based on... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Fariborz Jahanian | Code cleanup of my last patch. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Fariborz Jahanian | Patch to fix IR-gen crash generating structure ABI... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Argyrios Kyrtzidis | Fix a nasty bug where inside StringLiteralParser: |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Argyrios Kyrtzidis | Do some safety checks. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Eli Friedman | For calls returning first-class aggregates, store by... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
John McCall | Revert r131434, my commit disabling the complete-object... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Sean Hunt | Fix some minor bugs and add a lot more test cases for... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Sean Hunt | Add some more tests. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Rafael Espindola | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Rafael Espindola | The logic about -static is darwin only. For now assume... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Argyrios Kyrtzidis | Revert r131447, see if it fixes the buildbot. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Argyrios Kyrtzidis | Inside isEmptyRecord function, for CXXRecordDecl just... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Argyrios Kyrtzidis | Reapply the commits that r131401 reverted and add a... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Devang Patel | Set up appropriate context for member function. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Sean Hunt | Implement some tests for defaulted constructors. To... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Ted Kremenek | Fix crash on C++ code when compiling with -finstrument... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
John McCall | Emit complete-object constructors for abstract classes... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Sean Hunt | Implement the new C++0x rules for non-trivial things... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Manuel Klimek | Pulls the common part of the clang-check example into... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Joerg Sonnenberger | Make the triple an explicit argument of FindTargetProgr... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Rafael Espindola | Add test for PR9927. |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Rafael Espindola | Revert 131377, 131369 and 131365. |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Anders Carlsson | Fix another regression from the "skip vtable pointer... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
John McCall | Stop leaving a.out files around. |
commit | commitdiff | tree | snapshot |
2011-05-16 |
John McCall | Don't actually emit calls to the reserved global placem... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Sean Hunt | main() exists in hosted, not freestanding implementatio... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
John McCall | Add a method for checking whether a function is one... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Anders Carlsson | Re-enable the fix for PR9181 now that all the edge... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Douglas Gregor | When checking a set of template parameter lists against a |
commit | commitdiff | tree | snapshot |
2011-05-15 |
John McCall | The array-size operand to a new-expression is not neces... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Argyrios Kyrtzidis | Fix MSVC build. |
commit | commitdiff | tree | snapshot |
2011-05-15 |
John McCall | Make CGF.getContext() inlinable, because it's trivial... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
John McCall | More killing of std::vector. |
commit | commitdiff | tree | snapshot |
2011-05-15 |
John McCall | Use arrays and SmallVectors instead of std::vectors... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Anders Carlsson | Disable the optimization until the bug noticed by Sean... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Argyrios Kyrtzidis | Fix generation of obj-c @encoding for members with... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Anders Carlsson | When emitting the destructor for a class with a vtable... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Nico Weber | Let clang-check actually use the Directory entry in... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
John McCall | Only perform the null-initialization of an aggregate... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Argyrios Kyrtzidis | Create proper Objective-C @encoding for C++ classes... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Argyrios Kyrtzidis | Emit an error when trying to @encode an incomplete... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Francois Pichet | Revert 131347. It asserts if the specialization in... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Sean Hunt | Make sure we actually generate defaulted copy construct... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Francois Pichet | In Microsoft mode, allow template function explicit... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Richard Smith | PR9908: Fix the broken fix for PR9902 to get the templa... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Sean Hunt | What I hope to be an implementation of defaulted copy... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Sean Hunt | More progress towards defaulted copy assignment |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Sean Hunt | Start implementing defaulted copy assignment |
commit | commitdiff | tree | snapshot |
2011-05-14 |
John McCall | Objective-C vtables are not taking the world by storm... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
John McCall | Reorganize this method to avoid multiple calls for... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Joerg Sonnenberger | Simplify |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Joerg Sonnenberger | Bug 8765: Honor assembler labels for builtins. Ensure... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Joerg Sonnenberger | Include assembler label for functions in the XML dump |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Sean Hunt | Fix copy constructor deletion detection with array... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Peter Collingbourne | Introduce __has_extension macro |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Bob Wilson | Define __ARM_NEON__ in both ARM and Thumb modes. Radar... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Bill Wendling | Remove the 'unaligned load' builtins now that they... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Fariborz Jahanian | Produce UTF-8 strings with -fconstant-string-class |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Fariborz Jahanian | refactor CheckForwardProtocolDeclarationForCircularDepe... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Douglas Gregor | Add c-index-test printing and tests for static and... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Douglas Gregor | Eliminate old, useless tutorial page |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Sean Hunt | Defaulting copy constructors now works reasonably well. |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Chris Lattner | some updates. |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Chris Lattner | this never happened. |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Chris Lattner | remove some old redirect pages. We're into our 3rd... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Peter Collingbourne | Delete doxygen.cfg, and use cwd-relative paths in doxyg... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Peter Collingbourne | Refactoring of constant expression evaluator |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Peter Collingbourne | Add a ConstStmtVisitor class |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Bill Wendling | Add 'may_alias' attribute. Noticed by Eli. |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Douglas Gregor | When determining whether we can make a declaration... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Sean Hunt | Implement a few basic tests for defaulted and deleted... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Douglas Gregor | Teach the template parameter dependency checker used... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Sean Hunt | Implement the __is_trivially_copyable type trait |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Bill Wendling | Represent the unaligned loads natively. These are conve... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Sean Hunt | Implement defaulting of destructors. |
commit | commitdiff | tree | snapshot |
next |