1. d95e95e Replace inline asm constraint "=a" by the more general constraint "=r". by Simon Atanasyan · 12 years ago
  2. 244ee7b Pedantic diagnostic correction: in C++, we have integral constant expressions, by Richard Smith · 13 years ago
  3. 4e8ea0b When transforming the arguments for a C++ "new" expression, make sure by Douglas Gregor · 13 years ago
  4. f45b357 PR10864: make sure we correctly delay type-checking for inline asm tied operands with dependent type. Patch by Likai Liu. by Eli Friedman · 13 years ago
  5. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  6. 1af7451 Make sure to mark constructors, operator new, and operator delete as by Douglas Gregor · 15 years ago
  7. c845aad When we decide to re-use an existing CXXConstructExpr node, make sure by Douglas Gregor · 15 years ago
  8. dc81c88 When adding ADL candidates for overloaded by Douglas Gregor · 15 years ago
  9. b2e90ac Land test case. by Anders Carlsson · 15 years ago
  10. cb329c5 use DiagRuntimeBehavior to silence the div/rem by zero warning when by Chris Lattner · 15 years ago
  11. 7ef655a implement PR6004, warning about divide and remainder by zero. by Chris Lattner · 15 years ago
  12. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  13. 668d6d9 Fix template instantiation for non-dependent calls to overloaded call by Douglas Gregor · 15 years ago
  14. 6ca7cfb When instantiating a UnaryOperator, allow the resulting expression to by Douglas Gregor · 15 years ago
  15. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  16. bc736fc Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 16 years ago
  17. ba49817 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 16 years ago
  18. df03251 Implement template instantiation for builtin binary operators by Douglas Gregor · 16 years ago
  19. a0e500d Straw man for instantiation of expressions. Use it to instantiate the by Douglas Gregor · 16 years ago