1. 892fa6c Unbreak self-host. by Anders Carlsson · 14 years ago
  2. d775c66 Update retain-release checker to understand changes to how 'super' is represented by Ted Kremenek · 14 years ago
  3. 8f32675 Pass around an error SourceRange instead of an Expr* when reporting errors by Ted Kremenek · 14 years ago
  4. db9b12e Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle setting null data member pointers correctly. Fixes PR7139. by Anders Carlsson · 14 years ago
  5. b212d9a When instantiating a function declaration within a function template, by Douglas Gregor · 14 years ago
  6. d3573f0 down with export. by Chris Lattner · 14 years ago
  7. e4aec0e Improved TypeLoc::getSourceRange(). by Abramo Bagnara · 14 years ago
  8. a4b46cc another unneeded line. by Chris Lattner · 14 years ago
  9. 900e32d major update to the C++ status page. C++ support is by Chris Lattner · 14 years ago
  10. aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 14 years ago
  11. 3f64a0e Fix crash in CFG construction for 'break' statements appearing in statement expressions by Ted Kremenek · 14 years ago
  12. e0d5fe2 Use CanQualType to enforce the use of a canonical type argument to by Douglas Gregor · 14 years ago
  13. 34d7c4d don't make _Bool be a keyword in -fms-extensions mode, patch by Steven Watanabe! by Chris Lattner · 14 years ago
  14. a5ddbca Try to fix MSVC build. by Benjamin Kramer · 14 years ago
  15. 45d3fe1 Don't remove the break/continue scope of a for loop until after we've by Douglas Gregor · 14 years ago
  16. 74d4031 TypeVisitor doesn't visit Stmts. by Nick Lewycky · 14 years ago
  17. 663218b When generating the call arguments in a thunk to call the thunkee, do by Douglas Gregor · 14 years ago
  18. b4eae11 Changed test to use FileCheck. by Fariborz Jahanian · 14 years ago
  19. facfc77 Teach the RecursiveASTVisitor to enter parts of the AST previously missed. by Chandler Carruth · 14 years ago
  20. f54b80f Add braces to avoid an ambiguous else, fixing a GCC warning. by Chandler Carruth · 14 years ago
  21. ee50429 Allocate space in a block record for implicit references to the Objective C by John McCall · 14 years ago
  22. a9976d3 When emitting an lvalue for an anonymous struct or union member during by John McCall · 14 years ago
  23. bc365c5 Introduce a method to get from an anonymous struct or union record declaration by John McCall · 14 years ago
  24. 9901c57 When instantiating anonymous structs/unions within a function, make by Douglas Gregor · 14 years ago
  25. 073190d docs: Man page tweaks, to mention the integrated assembler and the by Daniel Dunbar · 14 years ago
  26. 439794e Fix __crashreport_info__ declaration. by Daniel Dunbar · 14 years ago
  27. fe2d379 Fix a crasher in constructor-initializer reordering warnings (PR7179). by Douglas Gregor · 14 years ago
  28. 63dfd58 make -Wc++-hex-floats be a member of -Wc++0x-compat, by Chris Lattner · 14 years ago
  29. 0ed5c5d Generate objc_memmove_collectable write-barrier for by Fariborz Jahanian · 14 years ago
  30. ac0f5e5 Don't warn about use of hex floats in c++ mode by default, by Chris Lattner · 14 years ago
  31. f1860e5 Be sure to apply initializers to members of anonymous structs and unions by John McCall · 14 years ago
  32. 4186ff4 Improve parser recovery when a switch condition is invalid; fixes by Douglas Gregor · 14 years ago
  33. 72a43bb Add a new failure kind, FK_Incomplete, to InitializationSequence, to by Douglas Gregor · 14 years ago
  34. 0f602de Driver: Switch to using the integrated assembler for standalone assembly jobs by Daniel Dunbar · 14 years ago
  35. 842ddd0 Adds support for generation of objc_memmove_collectable API by Fariborz Jahanian · 14 years ago
  36. 20a9aa5 Driver: Add a tool definition for the Clang integrated assembler. by Daniel Dunbar · 14 years ago
  37. d2235f6 Reinstate r104117, Chandler Carruth's change that "[provides] a naming by Douglas Gregor · 14 years ago
  38. 27b7aa0 More Objective-C++ GC tests. by Fariborz Jahanian · 14 years ago
  39. c673af7 clang -cc1as: Add -help, -version, and -mllvm support. by Daniel Dunbar · 14 years ago
  40. 41b5b17 Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'. by Daniel Dunbar · 14 years ago
  41. 03e8ab2 Driver: Move some argument lookup utilities into driver::ArgList. by Daniel Dunbar · 14 years ago
  42. 1d49f21 Copy construction of non-trivial properties must not by Fariborz Jahanian · 14 years ago
  43. 419aa96 Picky, picky by Douglas Gregor · 14 years ago
  44. 7226530 Fix a thinko by Douglas Gregor · 14 years ago
  45. e997948 Assert that we do not try to memcpy a non-POD class type in C++. This by Douglas Gregor · 14 years ago
  46. e03db98 Added TemplateArgumentListInfo to FunctionTemplateSpecializationInfo. by Abramo Bagnara · 14 years ago
  47. a54da05 Fix my inability to spell 'continue' and a case where message sends returning non-pointer-sized things were generating invalid IR inside @try blocks. by David Chisnall · 14 years ago
  48. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  49. 60dcb84 Rework our handling of binding a reference to a temporary by Douglas Gregor · 14 years ago
  50. 8a2ca74 Whoops. by John McCall · 14 years ago
  51. dae69ef Don't try to check jump scopes in invalid functions. Fixes by John McCall · 14 years ago
  52. cb359df When creating a this-adjustment thunk where the return value is of C++ by Douglas Gregor · 14 years ago
  53. 47e8e39 Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManager::isFromMainFile()). by Ted Kremenek · 14 years ago
  54. 4e58c25 Remove accidental commit by Douglas Gregor · 14 years ago
  55. 68dd3ee Various small fixes for construction/destruction of Objective-C++ by Douglas Gregor · 14 years ago
  56. c3e31d6 Expose -fobjc-nonfragile-abi2 as a top-level clang driver option. Fixes <rdar://problem/8007063>. by Ted Kremenek · 14 years ago
  57. ea1471e Support implicitly closing on 'this' in a block. Fixed PR7165. by John McCall · 14 years ago
  58. 304d0fa just add a fixme for the StructuredArgs leak, it shouldn't affect by Chris Lattner · 14 years ago
  59. 98d279b switch TemplateArgumentListBuilder to hold its flat argument list in a smallvector by Chris Lattner · 14 years ago
  60. 8859891 fix the TemplateArgumentList copy constructor to not by Chris Lattner · 14 years ago
  61. 56ef550 Clarify TemplateArgumentList ownership over its "flat" and by Chris Lattner · 14 years ago
  62. 9cbb4d8 tweak to (hopefully) fix darwin[89] buildbots. Thanks to Doug for the suggested modification. by Jim Grosbach · 14 years ago
  63. b65a458 When a conditional operator is an rvalue of class type, we need to by Douglas Gregor · 14 years ago
  64. a5da902 More tests for ObjC++ GC support. by Fariborz Jahanian · 14 years ago
  65. 50aa6ac Move CXCursor_FirstDecl definition later to make the results more readable in the debugger. by Ted Kremenek · 14 years ago
  66. e4da7a0 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 14 years ago
  67. 2390a72 Adds support for ObjC++'s GC attribute on declaration of by Fariborz Jahanian · 14 years ago
  68. bf1cbaf Revert r104117, "Provide a naming class for UnresolvedLookupExprs, even when by Daniel Dunbar · 14 years ago
  69. 8f43d52 Fill in some silly defaults to silence a GCC warning by Douglas Gregor · 14 years ago
  70. 60e7064 Cache the linkage of a type within its canonical type, eliminating by Douglas Gregor · 14 years ago
  71. 2bb106e Remove clang_isDeclarationADefinition() since its functionality is already provided by clang_isCursorDefinition(). by Ted Kremenek · 14 years ago
  72. 857e918 Add clang support for IBOutletCollection. by Ted Kremenek · 14 years ago
  73. 4469e8a Revert r104106; it's breaking linking of Boost.Serialization. by Douglas Gregor · 14 years ago
  74. 6349ce9 Implement codegen for __builtin_isnormal. by Benjamin Kramer · 14 years ago
  75. c3f984f Provide a naming class for UnresolvedLookupExprs, even when occuring on by Chandler Carruth · 14 years ago
  76. a89064a Profile type-dependent uses of overloaded operators in C++ the same by Douglas Gregor · 14 years ago
  77. 7d2bcc7 Teach clang to instantiate attributes on more declarations. Fixes PR7102. by Douglas Gregor · 14 years ago
  78. 26bcf67 Implement C++ builtin operator candidates for vector types. by Douglas Gregor · 14 years ago
  79. 8069a73 Fix a GCC warning about inline functions not being defined. Until r104081, only by Chandler Carruth · 14 years ago
  80. 042d6f9 Fix an obvious goof that rjmccall found by inspection. No testcase, suggestions by Chandler Carruth · 14 years ago
  81. a115855 Basic test for user-defined conversions involving vector types by Douglas Gregor · 14 years ago
  82. 62ac5d0 Misc. fixes to bring Objetive-C++'s handling of by Fariborz Jahanian · 14 years ago
  83. ac06a0e Protect isIntegerConstantExpr from seeing type- or value-dependent by Douglas Gregor · 14 years ago
  84. fb4a543 Implement C++ support for vector and extended vector types. This by Douglas Gregor · 14 years ago
  85. b12903e Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to distinguish between by Ted Kremenek · 14 years ago
  86. 23173d7 Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because of a current by Ted Kremenek · 14 years ago
  87. bf1ee34 These test now run in objective-c++ mode we well. by Fariborz Jahanian · 14 years ago
  88. d1808f3 Add missing test case, provided by Steven Watanabe. by Douglas Gregor · 14 years ago
  89. a1d1c75 Fix typo test case by Douglas Gregor · 14 years ago
  90. f813a2c Add support for Microsoft's __thiscall, from Steven Watanabe! by Douglas Gregor · 14 years ago
  91. a83fb4b Correctly initialize bases with member pointers. This should fix PR6441 but that test case is a bit weird and I'd like to investigate further before closing that bug. by Anders Carlsson · 14 years ago
  92. d0785ea Give a slight edge to the context-sensitive keyword 'super' over by Douglas Gregor · 14 years ago
  93. 91f7ac7 Tweak typo-correction logic a bit regarding "super", so that we by Douglas Gregor · 14 years ago
  94. d425d2b Permit Objective C object pointers to be const_casted. by John McCall · 14 years ago
  95. 7381d5c Switch over the tablegen to use much prettier range technology by Sean Hunt · 14 years ago
  96. 80f93d9 "The attached patch allows clang to find the headers by Douglas Gregor · 14 years ago
  97. 238058c I hate this commit. by Douglas Gregor · 14 years ago
  98. c6772ce Keep track of the LLVM field numbers for non-virtual bases. by Anders Carlsson · 14 years ago
  99. 15ddfdc Start laying out bases as individual fields. We still use ugly i8 arrays but this is a step in the right direction. by Anders Carlsson · 14 years ago
  100. c39211d Add CodeGenTypes::ContainsPointerToDataMember overload that takes a CXXRecordDecl. by Anders Carlsson · 14 years ago