1. c88a91f Fix tests Clang::Sema/statements.c and Clang::SemaTemplate/instantiate-expr-1.cpp when AArch64 is the default target. by Keith Walker · 11 years ago
  2. d45982c Replace inline asm constraint "=a" by the more general constraint "=r". by Simon Atanasyan · 13 years ago
  3. 2ec4061 Pedantic diagnostic correction: in C++, we have integral constant expressions, by Richard Smith · 14 years ago
  4. f333f8c When transforming the arguments for a C++ "new" expression, make sure by Douglas Gregor · 14 years ago
  5. 8eac6c2 PR10864: make sure we correctly delay type-checking for inline asm tied operands with dependent type. Patch by Likai Liu. by Eli Friedman · 14 years ago
  6. 85f9055 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 16 years ago
  7. d2d9da0 Make sure to mark constructors, operator new, and operator delete as by Douglas Gregor · 16 years ago
  8. de55035 When we decide to re-use an existing CXXConstructExpr node, make sure by Douglas Gregor · 16 years ago
  9. 6ec89d4 When adding ADL candidates for overloaded by Douglas Gregor · 16 years ago
  10. c0ebb94 Land test case. by Anders Carlsson · 16 years ago
  11. 7011795 use DiagRuntimeBehavior to silence the div/rem by zero warning when by Chris Lattner · 16 years ago
  12. faa5417 implement PR6004, warning about divide and remainder by zero. by Chris Lattner · 16 years ago
  13. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  14. b08f1a7 Fix template instantiation for non-dependent calls to overloaded call by Douglas Gregor · 16 years ago
  15. 5287f09 When instantiating a UnaryOperator, allow the resulting expression to by Douglas Gregor · 16 years ago
  16. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  17. 084d855 Implement template instantiation for the prefix unary operators. As by Douglas Gregor · 17 years ago
  18. 0950e41 Implement template instantiation for several more kinds of expressions: by Douglas Gregor · 17 years ago
  19. 6873f9c Implement template instantiation for builtin binary operators by Douglas Gregor · 17 years ago
  20. 573c746 Straw man for instantiation of expressions. Use it to instantiate the by Douglas Gregor · 17 years ago