1. ecd7b04 Promote the extension warning for attempts to catch a reference or by Douglas Gregor · 13 years ago
  2. c056c17 When determining whether we need to instantiate a function type, by Douglas Gregor · 13 years ago
  3. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 14 years ago
  4. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  5. 7114cba Continue to instantiate sub-statements in a CompoundStmt as long as by John McCall · 14 years ago
  6. 184aa4e fix PR7280 by making the warning on code like this: by Chris Lattner · 14 years ago
  7. f7d72f5 When instantiating a function-local variable definition, introduce the by Douglas Gregor · 14 years ago
  8. 069ace5 Fix a self-host problem caused by this over-eager assertion. I'm not sure by John McCall · 15 years ago
  9. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  10. 3604160 Revert r97925, it only contained the test updates not the actual fix. by Chandler Carruth · 15 years ago
  11. d7bf93c Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  12. 632c9d2 avoid issues with the new scope protector. Previously we'd error by Chris Lattner · 15 years ago
  13. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 15 years ago
  14. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  15. 04895d3 "Do" loops cannot have condition variables, so don't parse them. by Douglas Gregor · 15 years ago
  16. 4e57992 Fix type of 'this' and add a decltype test. by Anders Carlsson · 15 years ago
  17. 31a0875 If a CXXRecordDecl is a class template, the 'this' type should be the injected class name type. Fixes pr4383. by Anders Carlsson · 15 years ago
  18. 7665823 Template instantiation for the GNU address-of-label extension. by Douglas Gregor · 15 years ago
  19. d7e2705 Introduce a new kind of RAII class, ASTOwningVector, which is an by Douglas Gregor · 15 years ago
  20. e06274d Template instantiation for CXXExprWithTemporaries, which occurs when by Douglas Gregor · 15 years ago
  21. d308e62 Template instantiation for C++ try/catch statements. by Douglas Gregor · 15 years ago
  22. 1393d5e Oops, dropped a -verify by Douglas Gregor · 15 years ago
  23. f3e7ce4 When instantiating the definition of a member function of a class by Douglas Gregor · 15 years ago
  24. 5f1b9e6 Template instantiation for IndirectGotoStmt. Now my life is complete. by Douglas Gregor · 15 years ago
  25. dbb26db Template instantiation for switch statements by Douglas Gregor · 15 years ago
  26. ffce2df Basic support for member exprs where the base expr type is dependent. by Anders Carlsson · 15 years ago
  27. 861ce31 Template instantiation for break and continue statements. by Douglas Gregor · 15 years ago
  28. 5831c6a Template instantiation for "for" loops by Douglas Gregor · 15 years ago
  29. 9f3ca2a Template instantiation for do-while statements. by Douglas Gregor · 15 years ago
  30. 4a2e204 Template instantiation for WhileStmt and CXXConditionDeclExpr. by Douglas Gregor · 15 years ago
  31. 49f25ec Make sure that we use the canonical type for the names of instantiated by Douglas Gregor · 15 years ago
  32. 0712d29 Instantiation support for 'this' by Anders Carlsson · 15 years ago
  33. d06f6ca Template instantiation for "if" statements. Also: by Douglas Gregor · 15 years ago
  34. e2c31ff Call ActOnStartOfFunctionDecl/ActOnFinishFunctionBody when by Douglas Gregor · 15 years ago
  35. 03d7776 Instantiate return statements. by Anders Carlsson · 15 years ago
  36. 137fa56 Instantiate goto and label statements. (Very useful, I know) by Anders Carlsson · 15 years ago
  37. b9f1b8d Implement template instantiation for DeclStmt by Douglas Gregor · 15 years ago
  38. e7a18c8 Template instantiation for the NULL statement. Lame, I know by Douglas Gregor · 15 years ago
  39. 54dabfc Introduce basic support for instantiating the definitions of member by Douglas Gregor · 15 years ago