1. 0fa0daa prune #includes. by Chris Lattner · 15 years ago
  2. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  3. 8bde505 Reenable clang using clang-cc for C++ and all archs by default. by Daniel Dunbar · 15 years ago
  4. 55a759b Fix a few tests to be -Asserts agnostic. - Ugh. by Daniel Dunbar · 15 years ago
  5. 4a12408 Temporarily switch clang back to not using clang-cc by default for C++, and only by Daniel Dunbar · 15 years ago
  6. 6cb7c1a Replace cerr with errs(). by Benjamin Kramer · 15 years ago
  7. 68eaf00 cerr -> errs. by Daniel Dunbar · 15 years ago
  8. 95190d0 Tests for C++ lex.trigraph, patch by Mats! by Daniel Dunbar · 15 years ago
  9. a85b352 use errs() instead of cerr. by Chris Lattner · 15 years ago
  10. 7f7b748 CMake: Improve installation of Clang by Douglas Gregor · 15 years ago
  11. 7ebe971 Don't install Clang libraries. by Douglas Gregor · 15 years ago
  12. 92bcc27 adjust for raw_fd_ostream api change. by Chris Lattner · 15 years ago
  13. 70d488e Whoops, comment this out for now. I'll fix it shortly. by Anders Carlsson · 15 years ago
  14. fc3eaa4 More work towards zero-initializing structs that contain member pointers in constant expressions. by Anders Carlsson · 15 years ago
  15. 341bdf8 Remove the PaddingFields member from CGRecordLayout, it wasn't used anyway. by Anders Carlsson · 15 years ago
  16. 3075e76 Catch a few more cases of illegal comparisons. by Eli Friedman · 15 years ago
  17. 06c0f5b Eli points out that we really must diagnose "void* > 0" as an extension. by Chris Lattner · 15 years ago
  18. d1a9bac Handle CK_NullToMemberPointer casts in the constant expr emitter. by Anders Carlsson · 15 years ago
  19. 0086ccb Change the constant expression emitter to look at the cast kind for to-union casts. by Anders Carlsson · 15 years ago
  20. 27a5b9b Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPointer cast kinds. Make -ast-dump print out the cast kinds of cast expressions. by Anders Carlsson · 15 years ago
  21. 92f5822 Add a -fno-elide-constructors option to clang-cc. by Anders Carlsson · 15 years ago
  22. 9ec22a3 Type of a ?: expression whose either expression is a built-in 'id' by Fariborz Jahanian · 15 years ago
  23. 835ed7f Don't issue warning on multiple selector found when by Fariborz Jahanian · 15 years ago
  24. c47285c Removed couple of FIXME comments. by Fariborz Jahanian · 15 years ago
  25. 92eaacb Removed -Wundeclared-selector and -Wreadonly-setter-attrs from by Fariborz Jahanian · 15 years ago
  26. 6365e3e tweak some pointer sema checking stuff (which was added to implement PR4175) to by Chris Lattner · 15 years ago
  27. e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
  28. d83d040 Implement delayed parsing for member function templates. Fixes PR4608. by Douglas Gregor · 15 years ago
  29. c141086 Updated statuc page to reflect recent implementations by Fariborz Jahanian · 15 years ago
  30. 2376002 Remove 'AnalysisContext::setDecl()', as we the Decl associated with an by Ted Kremenek · 15 years ago
  31. 54c809b Constify LocationContext* (parent) and Stmt* fields in LocationContext. by Ted Kremenek · 15 years ago
  32. 1561248 Add test taking the address of a member function template and converting it to a member pointer. by Douglas Gregor · 15 years ago
  33. be1ad92 Update Clang C++ status to better reflect what is implemented. by Douglas Gregor · 15 years ago
  34. 82cd37c Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager. by Ted Kremenek · 15 years ago
  35. 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
  36. 263b352 Calculate the address point for a vtable better, and start fleshing out the vcall by Mike Stump · 15 years ago
  37. 17e32f3 Refactor instantiation of destructors to use the common CXXMethodDecl by Douglas Gregor · 15 years ago
  38. c28bbc2 Patch to ir-gen copy assigning array members when synthesizing by Fariborz Jahanian · 15 years ago
  39. d17da2b Add LocationContext* field to VarRegion. This is needed for interprocedural analysis. by Ted Kremenek · 15 years ago
  40. 1cbc6b0 Add test for out-of-line definition of a conversion function by Douglas Gregor · 15 years ago
  41. ac373c4 Fix parsing for out-of-line definitions of constructors and by Douglas Gregor · 15 years ago
  42. dec0666 Introduce support for constructor templates, which can now be declared by Douglas Gregor · 15 years ago
  43. eb0b6d5 Patch to provide ir-gen support in copying array members by Fariborz Jahanian · 15 years ago
  44. 666a91e Testcase for a recent checkin. by Mike Stump · 15 years ago
  45. 0aa3f75 remove a dead warning. by Chris Lattner · 15 years ago
  46. 64a54ad Array member construction in prologue of user-declared constructors. by Fariborz Jahanian · 15 years ago
  47. 0de7899 Introduce getConstantArrayElementCount API and use it in by Fariborz Jahanian · 15 years ago
  48. 1633427 Fix typo. by Mike Stump · 15 years ago
  49. 0b14331 Eagerly bind 'self' to SelfRegion. Thus we do not need to get code decl from by Zhongxing Xu · 15 years ago
  50. f3cd673 Fix commentos by Daniel Dunbar · 15 years ago
  51. 7cd830b Fix refacto. by Daniel Dunbar · 15 years ago
  52. f6d6a22 Reversing part of 79544. by Sanjiv Gupta · 15 years ago
  53. b8310ea Get the code decl from the initial location context. by Zhongxing Xu · 15 years ago
  54. eda9546 Get the code decl from the initial location context. by Zhongxing Xu · 15 years ago
  55. 641f7d1 gcc told me to add these. by Daniel Dunbar · 15 years ago
  56. 5ab128b Tie the local check NSErrorCheck to a Decl to pave the way by Zhongxing Xu · 15 years ago
  57. b9871a2 We now support overriding base functions in vtables. WIP. by Mike Stump · 15 years ago
  58. 3caa4fb Remove comma at the end of enumerator list. by Daniel Dunbar · 15 years ago
  59. a5d8200 Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. by Argyrios Kyrtzidis · 15 years ago
  60. d1571ac Make the new Objective-C "id" and "Class" redefinition types special by Douglas Gregor · 15 years ago
  61. 6b90686 Implement support for calling member function templates, which involves: by Douglas Gregor · 15 years ago
  62. c42a92a Center the dragon. by Ted Kremenek · 15 years ago
  63. a12a328 Make the dragon a link... by Ted Kremenek · 15 years ago
  64. 120aff9 Include LLVM logo ... because dragons are cool. by Ted Kremenek · 15 years ago
  65. 6b48720 Added member arrays to more tests now that ir-gen supports it. by Fariborz Jahanian · 15 years ago
  66. 1c536bf Patch to ir-gen destruction of array member elements in revers order by Fariborz Jahanian · 15 years ago
  67. 37b372b Initial support for parsing and representation of member function templates. by Douglas Gregor · 15 years ago
  68. f800f6c ir-gen patch to destruct array members. WIP. by Fariborz Jahanian · 15 years ago
  69. 0280115 Update checker build. by Ted Kremenek · 15 years ago
  70. 0f499d9 Fix a typo in a variable name by Douglas Gregor · 15 years ago
  71. 8165ced Don't install wpa or index-test tools. by Daniel Dunbar · 15 years ago
  72. da3e03e Issue an error if the user specifies parameters in a function marked as ISR. by Sanjiv Gupta · 15 years ago
  73. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
  74. b983744 Refine vbase offsets for the inductive case. Things are now starting by Mike Stump · 15 years ago
  75. f18970d by John McCall · 15 years ago
  76. 43959a9 Refactor the instantiation of statements into a generic tree transformation. by Douglas Gregor · 15 years ago
  77. 357f7ce Improve the Getting Started and Hacking web pages, patch by John Thompson! by Chris Lattner · 15 years ago
  78. ac02f20 retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:' by Ted Kremenek · 15 years ago
  79. caac089 Make this test case more portable by removing its dependency on system header files. by Ted Kremenek · 15 years ago
  80. 04e8357 Fix bit-field promotion to be a bit closer to the behavior of gcc. by Eli Friedman · 15 years ago
  81. d5c3b13 If the 'while' has an empty body, set the body to the continue target block. by Zhongxing Xu · 15 years ago
  82. 1d4b218 If the body of for loop is empty, set its body to the continue target. by Zhongxing Xu · 15 years ago
  83. 7fa0d93 Ensure we don't output repeated vbase offsets. I have a testcase for by Mike Stump · 15 years ago
  84. e29ba20 Basic nested-template implementation. by John McCall · 15 years ago
  85. fafd383 Rename: ProgramPoint::getContext() => ProgramPoint::getLocationContext(). by Zhongxing Xu · 15 years ago
  86. 995d281 Test case for my last patch plus a minor clean up. by Fariborz Jahanian · 15 years ago
  87. c484381 retain/release checker: Special case handling of CFAttributedStringSetAttribute, by Ted Kremenek · 15 years ago
  88. 6147a90 ir-gen for multi-dimensional array construction. WIP. by Fariborz Jahanian · 15 years ago
  89. 21531fa Enhance diagnostics concerning attribute 'ns_returns_retained' and 'cf_returns_retained' to present the range of the attribute and have the diagnostic location be the declaration that the attribute was falsely attached to. This solves the problem where these diagnostics were being suppressed when these attributes were wrapped in a macro that was defined in a system header. by Ted Kremenek · 15 years ago
  90. 82bf010 Keep track of the right paren ')' source location in a function declarator. by Argyrios Kyrtzidis · 15 years ago
  91. 1dea87a Removed unneeded code for break/continue statements in by Fariborz Jahanian · 15 years ago
  92. 288dcaf ir-gen for constructing arrays as non-static data members. WIP. by Fariborz Jahanian · 15 years ago
  93. b63decf Add TCE target to clang; patch by Mikael Lepistö. by Eli Friedman · 15 years ago
  94. 44ba7bf Remove now unnecessary helper methods. by Daniel Dunbar · 15 years ago
  95. 90b504a Tweak svn:ignore by Daniel Dunbar · 15 years ago
  96. 7765934 Switch to SmallString::str from SmallString::c_str. by Daniel Dunbar · 15 years ago
  97. d7407dc Convert parts of Rewriter to StringRef based API. by Daniel Dunbar · 15 years ago
  98. 7e37c81 Use raw_svector_ostream for string concatenation. by Daniel Dunbar · 15 years ago
  99. eb7e9c3 One second thought, I think I want to limit this class to just vtable by Mike Stump · 15 years ago
  100. ee560f3 Cleanup: fold IndirectPrimary into builder. by Mike Stump · 15 years ago