1. eb357b6 First cut at regression testing Clang with CMake by Douglas Gregor · 15 years ago
  2. 8f75fbc Improvements to CXXExprWithTemporaries in preparation for fixing a bug with default arguments that have temporaries. by Anders Carlsson · 15 years ago
  3. 99ba36d Improvements to CXXExprWithTemporaries in preparation for fixing a bug with default arguments that have temporaries. by Anders Carlsson · 15 years ago
  4. 17e7b22 PR3443: Add stpcpy builtin (plus a few other related builtins). Yes, by Eli Friedman · 15 years ago
  5. c292b22 PR3443: Add stpcpy builtin (plus a few other related builtins). Yes, by Eli Friedman · 15 years ago
  6. e563bae ABI handling: Fix nasty thinko where IRgen could generate an out-of-bounds read by Daniel Dunbar · 15 years ago
  7. fdf4986 ABI handling: Fix nasty thinko where IRgen could generate an out-of-bounds read by Daniel Dunbar · 15 years ago
  8. c395f02 Add driver support for -fsigned-char/-funsigned-char. by Eli Friedman · 15 years ago
  9. 5a77973 Add driver support for -fsigned-char/-funsigned-char. by Eli Friedman · 15 years ago
  10. 449eb69 Add -fsigned-char option to clang-cc. by Eli Friedman · 15 years ago
  11. c4757bd Add -fsigned-char option to clang-cc. by Eli Friedman · 15 years ago
  12. d9389be Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 15 years ago
  13. 15b9176 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 15 years ago
  14. f28d669 Add a couple of FreeBSD-specific command-line options. by Eli Friedman · 15 years ago
  15. 145c609 Add a couple of FreeBSD-specific command-line options. by Eli Friedman · 15 years ago
  16. 590b568 Address review comments for #pragma weak. by Eli Friedman · 15 years ago
  17. dec7c76 Address review comments for #pragma weak. by Eli Friedman · 15 years ago
  18. 9a23622 Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes. by Daniel Dunbar · 15 years ago
  19. fcf3de3 Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes. by Daniel Dunbar · 15 years ago
  20. 558a3a3 Make TemplateArgumentListBuilder take an ASTContext (because we're probably going to need it later). Move push_back to the .cpp file. If the passed in template argument is a type, assert that it's canonical. by Anders Carlsson · 15 years ago
  21. 9ba4164 Make TemplateArgumentListBuilder take an ASTContext (because we're probably going to need it later). Move push_back to the .cpp file. If the passed in template argument is a type, assert that it's canonical. by Anders Carlsson · 15 years ago
  22. 0233eb6 Make the TemplateArgumentList take a TemplateArgumentListBuilder. by Anders Carlsson · 15 years ago
  23. e9c904b Make the TemplateArgumentList take a TemplateArgumentListBuilder. by Anders Carlsson · 15 years ago
  24. 6e9d02f Change the specialization decls to take a TemplateArgumentListBuilder. by Anders Carlsson · 15 years ago
  25. 91fdf6f Change the specialization decls to take a TemplateArgumentListBuilder. by Anders Carlsson · 15 years ago
  26. a35faf9 Add a helper class for building template argument lists. by Anders Carlsson · 15 years ago
  27. 1c5976e Add a helper class for building template argument lists. by Anders Carlsson · 15 years ago
  28. 6803281 Update test to work with the limited Sema for #pragma weak. by Eli Friedman · 15 years ago
  29. 1dbe36a Update test to work with the limited Sema for #pragma weak. by Eli Friedman · 15 years ago
  30. efbff32 Fix another crash and actually make the test case work. by Anders Carlsson · 15 years ago
  31. f4e2a2c Fix another crash and actually make the test case work. by Anders Carlsson · 15 years ago
  32. 9758c0b Start of a Sema implementation for #pragma weak. This isn't really the by Eli Friedman · 15 years ago
  33. c49f19b Start of a Sema implementation for #pragma weak. This isn't really the by Eli Friedman · 15 years ago
  34. b912b39 Fix a case when the TemplateArgs vector can be empty. by Anders Carlsson · 15 years ago
  35. 9bff9a9 Fix a case when the TemplateArgs vector can be empty. by Anders Carlsson · 15 years ago
  36. 0466dac Fix -Asserts build warnings. by Daniel Dunbar · 15 years ago
  37. b4d4c4b Fix -Asserts build warnings. by Daniel Dunbar · 15 years ago
  38. ab9f71a Several improvements to template argument deduction: by Douglas Gregor · 15 years ago
  39. 199d991 Several improvements to template argument deduction: by Douglas Gregor · 15 years ago
  40. 5fa5270 Test for parsing #pragma weak. by Eli Friedman · 15 years ago
  41. 29b1d07 Test for parsing #pragma weak. by Eli Friedman · 15 years ago
  42. 7e8364d Add parser support for #pragma weak. by Eli Friedman · 15 years ago
  43. 9991479 Add parser support for #pragma weak. by Eli Friedman · 15 years ago
  44. 317f379 NoRedZone attribute test case. by Devang Patel · 15 years ago
  45. a59cadc NoRedZone attribute test case. by Devang Patel · 15 years ago
  46. a3707f1 Set function attribute llvm::Attribute::NoRedZone appropriately. by Devang Patel · 15 years ago
  47. 24095da Set function attribute llvm::Attribute::NoRedZone appropriately. by Devang Patel · 15 years ago
  48. 6b60e05 Fix up this compatibility hack to be more compatible with gcc. by Eli Friedman · 15 years ago
  49. 340a4e5 Fix up this compatibility hack to be more compatible with gcc. by Eli Friedman · 15 years ago
  50. eff0a42 Move a couple Darwin-specific defines into getDarwinDefines. by Eli Friedman · 15 years ago
  51. 2de4fee Move a couple Darwin-specific defines into getDarwinDefines. by Eli Friedman · 15 years ago
  52. dcfb395 Use the correct indentation for DeclTemplate.cpp by Anders Carlsson · 15 years ago
  53. 21a8353 Use the correct indentation for DeclTemplate.cpp by Anders Carlsson · 15 years ago
  54. 40bca76 Minor simplification. by Eli Friedman · 15 years ago
  55. ce1bca7 Minor simplification. by Eli Friedman · 15 years ago
  56. 326cf66 PR4326: Handle constant evaluation for void* pointer subtraction correctly. by Eli Friedman · 15 years ago
  57. 147bd64 PR4326: Handle constant evaluation for void* pointer subtraction correctly. by Eli Friedman · 15 years ago
  58. 69d7d6f Clean up builtin lists, add a few new builtins. (I re-sorted the by Eli Friedman · 15 years ago
  59. 0b308ad Clean up builtin lists, add a few new builtins. (I re-sorted the by Eli Friedman · 15 years ago
  60. cd5a975 Put "Language Extensions" and "C++ status" in the regular info section. by Daniel Dunbar · 15 years ago
  61. e0b6ae7 Put "Language Extensions" and "C++ status" in the regular info section. by Daniel Dunbar · 15 years ago
  62. f8ec6bf Mention unsupported GCC duplicate-definition-with-inline extension. by Daniel Dunbar · 15 years ago
  63. c5f928c Mention unsupported GCC duplicate-definition-with-inline extension. by Daniel Dunbar · 15 years ago
  64. 3974a52 More refactoring/cleanup of objc ivars. by Fariborz Jahanian · 15 years ago
  65. 4183335 More refactoring/cleanup of objc ivars. by Fariborz Jahanian · 15 years ago
  66. d95a8ab5 Make ReplaceUsesOfNonProtoTypeWithRealFunction verify that a call is *to* the by Chris Lattner · 15 years ago
  67. 08c93a7 Make ReplaceUsesOfNonProtoTypeWithRealFunction verify that a call is *to* the by Chris Lattner · 15 years ago
  68. ec461bb DefineBuiltinMacro is always passed two args, remove the defaulted third one. by Chris Lattner · 15 years ago
  69. 810dc54 DefineBuiltinMacro is always passed two args, remove the defaulted third one. by Chris Lattner · 15 years ago
  70. cca1e50 forward -fno-color-diagnostics to clang-cc. by Edwin Török · 15 years ago
  71. a46c71a forward -fno-color-diagnostics to clang-cc. by Torok Edwin · 15 years ago
  72. eff3712 Add ANSI color support for clang. by Edwin Török · 15 years ago
  73. 603fca7 Add ANSI color support for clang. by Torok Edwin · 15 years ago
  74. b9e2d98 Add DeclPrinter.cpp by Anders Carlsson · 15 years ago
  75. d488214 Add DeclPrinter.cpp by Anders Carlsson · 15 years ago
  76. 56b309a Minor improvements to template parameter writing. by Anders Carlsson · 15 years ago
  77. 0487f66 Minor improvements to template parameter writing. by Anders Carlsson · 15 years ago
  78. ddc6d0b Eliminate a warning by Douglas Gregor · 15 years ago
  79. 3899946 Eliminate a warning by Douglas Gregor · 15 years ago
  80. 0bcee30 Template argument deduction for incomplete and constant array types. Doug, please review. by Anders Carlsson · 15 years ago
  81. 4d6fb50 Template argument deduction for incomplete and constant array types. Doug, please review. by Anders Carlsson · 15 years ago
  82. bf3b93a Use PushConditionalTempDestruction/PopConditionalTempDestruction for the ternary operator. by Anders Carlsson · 15 years ago
  83. fb6fa30 Use PushConditionalTempDestruction/PopConditionalTempDestruction for the ternary operator. by Anders Carlsson · 15 years ago
  84. ac36c0e Use conditional temp destruction for || and &&. by Anders Carlsson · 15 years ago
  85. 33da07d Use conditional temp destruction for || and &&. by Anders Carlsson · 15 years ago
  86. 608b69e Make PushCXXTemporary and PopCXXTemporary handle conditional temporaries. by Anders Carlsson · 15 years ago
  87. 8c0b203 Make PushCXXTemporary and PopCXXTemporary handle conditional temporaries. by Anders Carlsson · 15 years ago
  88. ffbcf17 Add PushConditionalTempDestruction/PopConditionalTempDestruction. by Anders Carlsson · 15 years ago
  89. 1d84750 Add PushConditionalTempDestruction/PopConditionalTempDestruction. by Anders Carlsson · 15 years ago
  90. 5284b88 Make sure to call FullExpr before parsing anything else. by Anders Carlsson · 15 years ago
  91. c4ee170 Make sure to call FullExpr before parsing anything else. by Anders Carlsson · 15 years ago
  92. abe29ca Use the right indentation for CGCXXTemp.cpp by Anders Carlsson · 15 years ago
  93. 482cb84 Use the right indentation for CGCXXTemp.cpp by Anders Carlsson · 15 years ago
  94. d15f26f Make sure to push a cleanup block. by Anders Carlsson · 15 years ago
  95. d8bc5a9 Make sure to push a cleanup block. by Anders Carlsson · 15 years ago
  96. b290be0 Cleanup/Refactoring of ivar collection. No change in functionality. by Fariborz Jahanian · 15 years ago
  97. 8e6ac1d Cleanup/Refactoring of ivar collection. No change in functionality. by Fariborz Jahanian · 15 years ago
  98. 4ea653d Template argument deduction for references by Douglas Gregor · 15 years ago
  99. d560d50 Template argument deduction for references by Douglas Gregor · 15 years ago
  100. cc40c11 Update Xcode project by Douglas Gregor · 15 years ago