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