1. 941df7d Parse support for C++0x type parameter packs. by Anders Carlsson · 15 years ago
  2. ba1ecb5 Verify that the template parameters of a class template partial by Douglas Gregor · 15 years ago
  3. 1d79faf Fix PR4365. by Anders Carlsson · 15 years ago
  4. 5e300d1 It's an error to use a function declared in a class definition as a default argument before the function has been declared. by Anders Carlsson · 15 years ago
  5. 859ba50 Deducation and instantiation of block types. by Anders Carlsson · 15 years ago
  6. 36674d2 Don't assert when generating code with static_asserts. by Anders Carlsson · 15 years ago
  7. 02cbbd2 Once we have deduced the template arguments of a class template by Douglas Gregor · 15 years ago
  8. 3b56c00 Add a null check that fixes the crash in PR4362, and make sure to instantiate non-type template arguments. by Anders Carlsson · 15 years ago
  9. 3f6978a Bind the mistakenly generated nonloc::SymbolVal to struct correctly. See the by Zhongxing Xu · 15 years ago
  10. c149412 Make sure to calculate value-dependence correctly when deal with ICEs. by Eli Friedman · 15 years ago
  11. 3c94374 Move test to be with the other typename tests. by Eli Friedman · 15 years ago
  12. 2e0cdb4 PR4364: fix parsing 'typename' in an expression. by Eli Friedman · 15 years ago
  13. 637a409 Template argument deduction for member pointers. by Douglas Gregor · 15 years ago
  14. 42f963d Support complex properties, ivars and message expressions. by Daniel Dunbar · 15 years ago
  15. 3c54801 PR4353: Add support for \E as a character escape. by Eli Friedman · 15 years ago
  16. 949bf69 Handle member pointer types with dependent class types (e.g., int by Douglas Gregor · 15 years ago
  17. 6d968e8 Example metaprogram for reversing and searching in a type list by Douglas Gregor · 15 years ago
  18. d708c72 Implement template argument deduction for class template by Douglas Gregor · 15 years ago
  19. db75ad9 Fix test, which could miss failures, and also avoid leaving temporary .i file in by Daniel Dunbar · 15 years ago
  20. 9e7d596 Add stack alignment to x86_64 target data. by Daniel Dunbar · 15 years ago
  21. 3a183d3 Forward -C and -CC to clang. by Daniel Dunbar · 15 years ago
  22. 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
  23. 994b6cb Address comments from Doug. by Anders Carlsson · 15 years ago
  24. 1fe067a Test template argument deduction on function types a little more by Douglas Gregor · 15 years ago
  25. a27fad5 Template argument deduction for function types. by Anders Carlsson · 15 years ago
  26. 687abff Don't allow defining a block with a non-prototype type. Remove a by Eli Friedman · 15 years ago
  27. 02d95ba Instantiation support for more Obj-C expressions, string literals, @selector and @protocol expressions. by Anders Carlsson · 15 years ago
  28. fc0f021 Template instantiation support for Obj-C @encode expressions. by Anders Carlsson · 15 years ago
  29. 8fff257 Remove a few more vector builtins. by Eli Friedman · 15 years ago
  30. e0ae8bd Now that LLVM CodeGen can handle the generic variations a bit better, by Eli Friedman · 15 years ago
  31. 61d004a PR4339: make sure to properly extend/trunc the index of a vector element by Eli Friedman · 15 years ago
  32. dc5a1bd Test changes to account for removed builtins. by Eli Friedman · 15 years ago
  33. 7986519 Switch CMake testing over to use Daniels new(er) Python-based infrastructure. by Douglas Gregor · 15 years ago
  34. 3899a7f As an optimization, we maintain a cache of generated by Mike Stump · 15 years ago
  35. 547d495 Fix: by Ted Kremenek · 15 years ago
  36. b9d8db8 Enhance attribute cf_returns_retained to also work (in the analyzer) by Ted Kremenek · 15 years ago
  37. 2968b77 weak_import should not make definitions have weak linkage. by Daniel Dunbar · 15 years ago
  38. acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
  39. f5dba38 Clean up Clang regression testing in CMake, so that we get more by Douglas Gregor · 15 years ago
  40. eb357b6 First cut at regression testing Clang with CMake by Douglas Gregor · 15 years ago
  41. fdf4986 ABI handling: Fix nasty thinko where IRgen could generate an out-of-bounds read by Daniel Dunbar · 15 years ago
  42. fcf3de3 Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes. by Daniel Dunbar · 15 years ago
  43. 1dbe36a Update test to work with the limited Sema for #pragma weak. by Eli Friedman · 15 years ago
  44. f4e2a2c Fix another crash and actually make the test case work. by Anders Carlsson · 15 years ago
  45. 9bff9a9 Fix a case when the TemplateArgs vector can be empty. by Anders Carlsson · 15 years ago
  46. 199d991 Several improvements to template argument deduction: by Douglas Gregor · 15 years ago
  47. 29b1d07 Test for parsing #pragma weak. by Eli Friedman · 15 years ago
  48. a59cadc NoRedZone attribute test case. by Devang Patel · 15 years ago
  49. 147bd64 PR4326: Handle constant evaluation for void* pointer subtraction correctly. by Eli Friedman · 15 years ago
  50. 0b308ad Clean up builtin lists, add a few new builtins. (I re-sorted the by Eli Friedman · 15 years ago
  51. 4d6fb50 Template argument deduction for incomplete and constant array types. Doug, please review. by Anders Carlsson · 15 years ago
  52. d560d50 Template argument deduction for references by Douglas Gregor · 15 years ago
  53. 0b9247f When performing template argument deduction, ensure that multiple by Douglas Gregor · 15 years ago
  54. 34ebf4d PR4316: Fix IRGen for cast-to-union extension. by Eli Friedman · 15 years ago
  55. 56db7e8 Add more retain-checker tests for GC mode when using NSMakeCollectable. by Ted Kremenek · 15 years ago
  56. 4027cd1 Place the GC attribute on the same relative pointer by Fariborz Jahanian · 15 years ago
  57. e528028 Driver: Support -mllvm; this just forwards options to clang-cc. by Daniel Dunbar · 15 years ago
  58. bb32e6d Back out r72764; I should have looked more carefully before committing by Eli Friedman · 15 years ago
  59. a3c29e1 PR3678: Add support for "Yt" asm register constraint. by Eli Friedman · 15 years ago
  60. c4db24a PR4290: Handle vfprintf in a way that doesn't give any diagnostics for by Eli Friedman · 15 years ago
  61. 7c94c4b Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. by Argyrios Kyrtzidis · 15 years ago
  62. 877db38 Add clang-cc support for -disable-llvm-optzns. by Daniel Dunbar · 15 years ago
  63. 86f4385 Diagnose misuse of __strong attribute in a redeclaration. by Fariborz Jahanian · 15 years ago
  64. 8df7a28 Issue diagnostics on __weak attribute mismatch. by Fariborz Jahanian · 15 years ago
  65. a6d75c0 Add support for __builtin_unwind_init. by Eli Friedman · 15 years ago
  66. b92abb4 PR4142: Add %m format string specifier. by Eli Friedman · 15 years ago
  67. 3e753e2 PR4288: Make -dD (dump macros with preprocessed source) play nicely with by Eli Friedman · 15 years ago
  68. 22869e6 Remove test which doesn't pass with gcc. by Eli Friedman · 15 years ago
  69. 585f7b2 This patch attempts to fix the merging of __strong/__weak attributes by Fariborz Jahanian · 15 years ago
  70. 102e390 A corner case of objc2 gc's write-barrier generation for the Next runtime. by Fariborz Jahanian · 15 years ago
  71. 6c9b315 Fixed a test case which I am to blame for making it not runaable. by Fariborz Jahanian · 15 years ago
  72. bacf3d7 Update test case. by Daniel Dunbar · 15 years ago
  73. 3fbc473 PR4289: Make sure "&func" has the right LLVM type when "func" is a by Eli Friedman · 15 years ago
  74. bc4e29f PR4287: allow a variadic prototype to make a subsequent K&R style by Eli Friedman · 15 years ago
  75. c13f9f0 Simplify run line. by Eli Friedman · 15 years ago
  76. 2a1c363 PR4283: Don't truncate multibyte character constants in the preprocessor. by Eli Friedman · 15 years ago
  77. 852d63b Disable type merging with gc attributes. This has a number of nasty by Eli Friedman · 15 years ago
  78. a53f93b After spending 15 minutes trying to figure out why this was crashing, I realized it was a bug in the test case :) by Anders Carlsson · 15 years ago
  79. 215bd20 Fix a thinko. by Anders Carlsson · 15 years ago
  80. f110853 Check for null correctly for new expressions. by Anders Carlsson · 15 years ago
  81. d3fd6ba Improve irgen of 'new' further. by Anders Carlsson · 15 years ago
  82. 627a3e5 ...and aggregate POD types. by Anders Carlsson · 15 years ago
  83. 3923e95 Support for complex types. by Anders Carlsson · 15 years ago
  84. 6d0ffad Better support for scalar POD types in 'new' expressions. by Anders Carlsson · 15 years ago
  85. d958389 Make sure to copy back arguments that can be changed by FindAllocationOverload. This fixes placement new. (Sebastian, please review). by Anders Carlsson · 15 years ago
  86. ed4e367 Very basic irgen support for new expressions. by Anders Carlsson · 15 years ago
  87. fc27d26 Fix an off by one error when trying to perform copy initialization of operator new and operator delete arguments. Sebastian, please review. by Anders Carlsson · 15 years ago
  88. 8662587 Downgrade an error about "return in a no-return function" from being by Chris Lattner · 15 years ago
  89. 3cc9726 Disallow exception specs on typedefs. by Sebastian Redl · 15 years ago
  90. bb6415c Fix for PR4285: allow intializing a const wchar_t array with a wide string. by Eli Friedman · 15 years ago
  91. c8ab256 Initial infrastructure for class template partial specialization. Here by Douglas Gregor · 15 years ago
  92. 2be5861 Some small fixes for fields of reference type. by Eli Friedman · 15 years ago
  93. f89bb0f Replace a cast with a dyn_cast as suggested by Doug. by Anders Carlsson · 15 years ago
  94. 59e6357 AST printing for C++ base classes by Douglas Gregor · 15 years ago
  95. 6c9c940 Pretty printing and improved representation for namespace alias declarations by Douglas Gregor · 15 years ago
  96. 8419fa3 Printing for using directives, e.g., by Douglas Gregor · 15 years ago
  97. 6620a62 Never suppress specifiers when printing the parameters of a function by Douglas Gregor · 15 years ago
  98. 4572bab Improve __builtin_nanf support; we now can deal with them as constants. by Mike Stump · 15 years ago
  99. d12ef8d Add a member lookup criteria constructor for searching for overridden virtual member functions. Use this instead of regular name lookup when checking for overriding functions so we will see declarations that would otherwise be hidden. Fixes 6902298. by Anders Carlsson · 15 years ago
  100. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago