- 3ecbc3d Promote the extension warning for attempts to catch a reference or by Douglas Gregor · 14 years ago
- a7203e5 When determining whether we need to instantiate a function type, by Douglas Gregor · 14 years ago
- 6774b1f Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 15 years ago
- 479d6f5 Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 15 years ago
- 1ababa6 Continue to instantiate sub-statements in a CompoundStmt as long as by John McCall · 15 years ago
- 33919e7 fix PR7280 by making the warning on code like this: by Chris Lattner · 15 years ago
- 70b21be When instantiating a function-local variable definition, introduce the by Douglas Gregor · 15 years ago
- 45d878b Fix a self-host problem caused by this over-eager assertion. I'm not sure by John McCall · 16 years ago
- 104ee00 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 16 years ago
- 3681e58 Revert r97925, it only contained the test updates not the actual fix. by Chandler Carruth · 16 years ago
- 254bba4 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 16 years ago
- e158270 avoid issues with the new scope protector. Previously we'd error by Chris Lattner · 16 years ago
- e1314a6 Switch the initialization required by return statements over to the by Douglas Gregor · 16 years ago
- 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
- 7f800f9 "Do" loops cannot have condition variables, so don't parse them. by Douglas Gregor · 16 years ago
- 7ca3f6f Fix type of 'this' and add a decltype test. by Anders Carlsson · 16 years ago
- 20ee0ed If a CXXRecordDecl is a class template, the 'this' type should be the injected class name type. Fixes pr4383. by Anders Carlsson · 16 years ago
- 93fcf93 Template instantiation for the GNU address-of-label extension. by Douglas Gregor · 16 years ago
- 1301fdd Introduce a new kind of RAII class, ASTOwningVector, which is an by Douglas Gregor · 16 years ago
- 06555f1 Template instantiation for CXXExprWithTemporaries, which occurs when by Douglas Gregor · 16 years ago
- 5e16fbe Template instantiation for C++ try/catch statements. by Douglas Gregor · 16 years ago
- b191180 Oops, dropped a -verify by Douglas Gregor · 16 years ago
- 8567358 When instantiating the definition of a member function of a class by Douglas Gregor · 16 years ago
- 30776d4 Template instantiation for IndirectGotoStmt. Now my life is complete. by Douglas Gregor · 16 years ago
- 2a2d00f Template instantiation for switch statements by Douglas Gregor · 16 years ago
- 789e2cc Basic support for member exprs where the base expr type is dependent. by Anders Carlsson · 16 years ago
- ca60224 Template instantiation for break and continue statements. by Douglas Gregor · 16 years ago
- 5d13868 Template instantiation for "for" loops by Douglas Gregor · 16 years ago
- 3daa82d Template instantiation for do-while statements. by Douglas Gregor · 16 years ago
- 8a930c3 Template instantiation for WhileStmt and CXXConditionDeclExpr. by Douglas Gregor · 16 years ago
- 8d2ad87 Make sure that we use the canonical type for the names of instantiated by Douglas Gregor · 16 years ago
- 1f911dc Instantiation support for 'this' by Anders Carlsson · 16 years ago
- 9d73cab Template instantiation for "if" statements. Also: by Douglas Gregor · 16 years ago
- 67da0d9 Call ActOnStartOfFunctionDecl/ActOnFinishFunctionBody when by Douglas Gregor · 16 years ago
- 19b8c4c Instantiate return statements. by Anders Carlsson · 16 years ago
- f42de87 Instantiate goto and label statements. (Very useful, I know) by Anders Carlsson · 16 years ago
- 923feac Implement template instantiation for DeclStmt by Douglas Gregor · 16 years ago
- 0555e5f Template instantiation for the NULL statement. Lame, I know by Douglas Gregor · 16 years ago
- b485046 Introduce basic support for instantiating the definitions of member by Douglas Gregor · 16 years ago