- 495c35d Improve support for out-of-line definitions of nested templates and by Douglas Gregor · 15 years ago
- 1894dce Fix crash reported in <rdar://problem/7124210> by "back-porting" some of the by Ted Kremenek · 15 years ago
- 91cf419 Modify an assert to capture the restriction on friend declarations more by John McCall · 15 years ago
- 05396e2 Implement out-of-line definitions of nested class templates. Most of by Douglas Gregor · 15 years ago
- c87efbd Skip over bases/fields with dependent types. Fixes pr4771. by Fariborz Jahanian · 15 years ago
- 53ca798 Test case for r79968 (courtesy of Anders). by Fariborz Jahanian · 15 years ago
- b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 15 years ago
- 0b84a53 Add a little more testing for default arguments of constructors in a class template by Douglas Gregor · 15 years ago
- 4fb7720 Handle the implicit 'this' parameter for format attributes. by Anders Carlsson · 15 years ago
- 5653ca5 If a parameter has a default argument expression, make sure to instantiate the parameter type before checking that the expression is a valid initializer. by Anders Carlsson · 15 years ago
- 293361a Emit conversion functions correctly. by Anders Carlsson · 15 years ago
- 8644aec Improved support for default arguments in constructors for class templates. by Anders Carlsson · 15 years ago
- 80f01ba Remove a test that relies on old debug info format. by Devang Patel · 15 years ago
- 9351c17 Basic support for default argument expressions for function templates. by Anders Carlsson · 15 years ago
- c305833 Keep track of the template parameter depth properly when we have by Douglas Gregor · 15 years ago
- ac50213 Add test case for PR 4759. by Ted Kremenek · 15 years ago
- 55a1846 Add missing '&&'... by Daniel Dunbar · 15 years ago
- 0e2679d PR4766: Don't pass -static to 'as' on x86_64 on Darwin. by Daniel Dunbar · 15 years ago
- 6d9eae6 Remove ivarlayout bitmap optimization, instead if all zeros, by Fariborz Jahanian · 15 years ago
- 9983cc1 Don't try to evaluate an expression that is type- or value-dependent while building the CFG by Douglas Gregor · 15 years ago
- a24eb4e Skip transparent contexts when performing C++ name lookup by Douglas Gregor · 15 years ago
- e977624 Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCast by Anders Carlsson · 15 years ago
- 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
- 77a2b4f Fixes pr4763. by Fariborz Jahanian · 15 years ago
- 5842ba9 Try to complete a type before looking for conversion functions within by Douglas Gregor · 15 years ago
- 1bba242 Improve top-level-semicolon test a bit by Douglas Gregor · 15 years ago
- a1d71ae Top-level semicolons are allowed in C++0x. Fixes PR4755. by Douglas Gregor · 15 years ago
- efd5bda Make sure to adjust function template declarations to their templated by Douglas Gregor · 15 years ago
- b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
- 55a759b Fix a few tests to be -Asserts agnostic. - Ugh. by Daniel Dunbar · 15 years ago
- 95190d0 Tests for C++ lex.trigraph, patch by Mats! by Daniel Dunbar · 15 years ago
- 3075e76 Catch a few more cases of illegal comparisons. by Eli Friedman · 15 years ago
- 06c0f5b Eli points out that we really must diagnose "void* > 0" as an extension. by Chris Lattner · 15 years ago
- d1a9bac Handle CK_NullToMemberPointer casts in the constant expr emitter. by Anders Carlsson · 15 years ago
- 9ec22a3 Type of a ?: expression whose either expression is a built-in 'id' by Fariborz Jahanian · 15 years ago
- 835ed7f Don't issue warning on multiple selector found when by Fariborz Jahanian · 15 years ago
- 92eaacb Removed -Wundeclared-selector and -Wreadonly-setter-attrs from by Fariborz Jahanian · 15 years ago
- 6365e3e tweak some pointer sema checking stuff (which was added to implement PR4175) to by Chris Lattner · 15 years ago
- d83d040 Implement delayed parsing for member function templates. Fixes PR4608. by Douglas Gregor · 15 years ago
- 1561248 Add test taking the address of a member function template and converting it to a member pointer. by Douglas Gregor · 15 years ago
- 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
- 17e32f3 Refactor instantiation of destructors to use the common CXXMethodDecl by Douglas Gregor · 15 years ago
- c28bbc2 Patch to ir-gen copy assigning array members when synthesizing by Fariborz Jahanian · 15 years ago
- 1cbc6b0 Add test for out-of-line definition of a conversion function by Douglas Gregor · 15 years ago
- ac373c4 Fix parsing for out-of-line definitions of constructors and by Douglas Gregor · 15 years ago
- dec0666 Introduce support for constructor templates, which can now be declared by Douglas Gregor · 15 years ago
- eb0b6d5 Patch to provide ir-gen support in copying array members by Fariborz Jahanian · 15 years ago
- 666a91e Testcase for a recent checkin. by Mike Stump · 15 years ago
- 64a54ad Array member construction in prologue of user-declared constructors. by Fariborz Jahanian · 15 years ago
- 1633427 Fix typo. by Mike Stump · 15 years ago
- b9871a2 We now support overriding base functions in vtables. WIP. by Mike Stump · 15 years ago
- 6b90686 Implement support for calling member function templates, which involves: by Douglas Gregor · 15 years ago
- 6b48720 Added member arrays to more tests now that ir-gen supports it. by Fariborz Jahanian · 15 years ago
- 1c536bf Patch to ir-gen destruction of array member elements in revers order by Fariborz Jahanian · 15 years ago
- 37b372b Initial support for parsing and representation of member function templates. by Douglas Gregor · 15 years ago
- b983744 Refine vbase offsets for the inductive case. Things are now starting by Mike Stump · 15 years ago
- ac02f20 retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:' by Ted Kremenek · 15 years ago
- caac089 Make this test case more portable by removing its dependency on system header files. by Ted Kremenek · 15 years ago
- 04e8357 Fix bit-field promotion to be a bit closer to the behavior of gcc. by Eli Friedman · 15 years ago
- 7fa0d93 Ensure we don't output repeated vbase offsets. I have a testcase for by Mike Stump · 15 years ago
- e29ba20 Basic nested-template implementation. by John McCall · 15 years ago
- 995d281 Test case for my last patch plus a minor clean up. by Fariborz Jahanian · 15 years ago
- c484381 retain/release checker: Special case handling of CFAttributedStringSetAttribute, by Ted Kremenek · 15 years ago
- 9c88d98 Update for recent improvements. by Mike Stump · 15 years ago
- a95d757 Make integer promotions work correctly on PIC16 and other platforms by Eli Friedman · 15 years ago
- 09765ec Restore vbase offsets for classes without a primary. by Mike Stump · 15 years ago
- b46c92d Refine vcalls a little. by Mike Stump · 15 years ago
- 4f9449d Add test for finding bfin backend. by Daniel Dunbar · 15 years ago
- d3afba8 Fix some made up triples. by Daniel Dunbar · 15 years ago
- 0880bac Patch to 1) synthesizing non-trivial default destructor when by Fariborz Jahanian · 15 years ago
- f7a0b6b XFAIL this test for now. David/Steve, please sort out the correct fix. by Daniel Dunbar · 15 years ago
- 60e282c Improve handling of delete expressions. by Anders Carlsson · 15 years ago
- fe3010d Refine vbase offset calculations. WIP. by Mike Stump · 15 years ago
- 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
- 2d46eb2 Call MaybeBindToTemporary for overloaded binary and unary operators. by Anders Carlsson · 15 years ago
- a303f9e Call MaybeBindToTemporary when constructing functino call operator calls. by Anders Carlsson · 15 years ago
- 6f68027 Add MaybeBindToTemporary calls for member call expressions. by Anders Carlsson · 15 years ago
- ec74c59 Make sure to call MaybeBindToTemporary when creating CallExprs. by Anders Carlsson · 15 years ago
- 4ec04c4 Use the -NEXT feature of FileCheck. by Mike Stump · 15 years ago
- 276b9f1 Cleanups and fixups for calculating the virtual base offsets. WIP. by Mike Stump · 15 years ago
- 7a039eb Add a simple test for temporaries. by Anders Carlsson · 15 years ago
- 1d954f6 Implement __is_empty. Patch by Sean Hunt. by Eli Friedman · 15 years ago
- 199ea95 Don't perform integer promotions on the operand to a cast; this by Eli Friedman · 15 years ago
- 1d9b5ef Improved on ir-gen for synthesis of non-trivial default by Fariborz Jahanian · 15 years ago
- bf030d7 Make test more precise. by Eli Friedman · 15 years ago
- cdcea87 Make test a bit more precise. by Eli Friedman · 15 years ago
- bbed6b9 Fix for PR4721: adjust CodeGen and ASTContext so that we have a by Eli Friedman · 15 years ago
- 07a5c22 Disable all recognition of main() in -ffreestanding. Addresses bug #4720. by John McCall · 15 years ago
- 2cff7d1 Change handling of attribute 'malloc' to only accept the attribute on function by Ted Kremenek · 15 years ago
- 2733b66 Add more attribute 'malloc' test cases involving function pointers. by Ted Kremenek · 15 years ago
- b109069 Per Eli Friedman's feedback, handle attribute 'malloc' being applied to by Ted Kremenek · 15 years ago
- a5e42a8 objc2's foreach statement's selector type can be a block pointer too. by Fariborz Jahanian · 15 years ago
- 2c2b06e This test case does not need to include 'stdlib.h'. by Ted Kremenek · 15 years ago
- a18d7d8 Improve Sema's handling of attribute 'malloc' to reject the attribute when by Ted Kremenek · 15 years ago
- 343a3cf ir-gen for generation of trvial copy constructor call. by Fariborz Jahanian · 15 years ago
- b11d798 Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 15 years ago
- b1d76bd PR4715 by Shantonu Sen · 15 years ago
- fd810b1 Support friend declarations in templates and test that argdep lookup by John McCall · 15 years ago
- 9297423 Testcase for a recent checkin. by Mike Stump · 15 years ago
- bff10c5 Testcase for recent checkin. by Mike Stump · 15 years ago