1. 871dc3e fix line #'s by Chris Lattner · 15 years ago
  2. 0e3b44b add some more popular examples, color code warning: and error: like the command line. by Chris Lattner · 15 years ago
  3. 30a46b5 Update C++ status page by Douglas Gregor · 15 years ago
  4. 6af0104 Update checker build. by Ted Kremenek · 15 years ago
  5. d8307b1 Patch for AST representation for the implicit conversion to a function by Fariborz Jahanian · 15 years ago
  6. 6bfc8b6 CMake generate VS2008 project and CLang and LLVM compile without problem on VS2008. Remove obsolete remark by Cedric Venet · 15 years ago
  7. 9031486 Update checker build. by Ted Kremenek · 15 years ago
  8. b0802c9 pcc supports some c99 by Chris Lattner · 15 years ago
  9. a24563a Update checker build. by Ted Kremenek · 15 years ago
  10. a6dc079 Update checker build. by Ted Kremenek · 15 years ago
  11. 6826365 Update for inherited conversion function support. by Fariborz Jahanian · 15 years ago
  12. 0d36aa8 Status update related to code gen for type conversion functions. by Fariborz Jahanian · 15 years ago
  13. 4fe95f9 Don't generate any code for an explicit call to a trivial destructor. by Douglas Gregor · 15 years ago
  14. 464061a Update C++ status, since a bunch of the comments were out-of-date by Douglas Gregor · 15 years ago
  15. c68afe2 Improve template instantiation for member access expressions that by Douglas Gregor · 15 years ago
  16. db74092 Update checker build. by Ted Kremenek · 15 years ago
  17. 13e6e0c Update checker build. by Ted Kremenek · 15 years ago
  18. 76c5b55 Tweak the list of open projects for C++ by Douglas Gregor · 15 years ago
  19. 11401c6 Update checker build. by Ted Kremenek · 15 years ago
  20. 3ac6a0b Update checker build. by Ted Kremenek · 15 years ago
  21. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  22. c141086 Updated statuc page to reflect recent implementations by Fariborz Jahanian · 15 years ago
  23. be1ad92 Update Clang C++ status to better reflect what is implemented. by Douglas Gregor · 15 years ago
  24. 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
  25. c42a92a Center the dragon. by Ted Kremenek · 15 years ago
  26. a12a328 Make the dragon a link... by Ted Kremenek · 15 years ago
  27. 120aff9 Include LLVM logo ... because dragons are cool. by Ted Kremenek · 15 years ago
  28. 0280115 Update checker build. by Ted Kremenek · 15 years ago
  29. 357f7ce Improve the Getting Started and Hacking web pages, patch by John Thompson! by Chris Lattner · 15 years ago
  30. 1ac134b Update/add links to developer meeting. by Ted Kremenek · 15 years ago
  31. 12e57bc s/ccc/clang/ by Daniel Dunbar · 15 years ago
  32. 1816e48 Add link to LLVM's Getting Started page. Patch by John Thompson! by Anton Korobeynikov · 15 years ago
  33. d1e1ef3 Website updates for working with Visual Studio and making patches. by Eli Friedman · 15 years ago
  34. b4aa94d Update C++ open projects list by Douglas Gregor · 15 years ago
  35. 1e185d9 We have fairly good support for namespaces, now. Namespace aliases are parsed correctly by Douglas Gregor · 15 years ago
  36. 45f8091 linkify IRC by Chris Lattner · 15 years ago
  37. e1e585f rearrange side bar, add link to IRC info. by Chris Lattner · 15 years ago
  38. 9cc11e7 Implement C++ semantics for C-style and functional-style casts. This regresses Clang extension conversions, like vectors, but allows conversions via constructors and conversion operators. by Sebastian Redl · 15 years ago
  39. 9c09b88 We now do complete semantic checking for unions by Douglas Gregor · 15 years ago
  40. 75b451e Update C++ status to reflect progress on out-of-line definitions of class template members by Douglas Gregor · 15 years ago
  41. 21375a3 Update cf_returns_retained/ns_returns_retained examples to use __has_feature. by Ted Kremenek · 15 years ago
  42. 909a883 linkify by Chris Lattner · 15 years ago
  43. 7240d77 Add documentation for the Index library to clang's web page. by Argyrios Kyrtzidis · 15 years ago
  44. 08cc16d Update checker build. by Ted Kremenek · 15 years ago
  45. 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 15 years ago
  46. 4668509 Update the C++ status table to better reflect our support for function overloading by Douglas Gregor · 15 years ago
  47. 69be8d6 Improve argument-dependent lookup to find associated classes and by Douglas Gregor · 15 years ago
  48. 8fdc3c4 Template argument deduction from a call has improved a bit by Douglas Gregor · 15 years ago
  49. 6134104 Update checker build. by Ted Kremenek · 15 years ago
  50. 600437f Update checker build. by Ted Kremenek · 15 years ago
  51. 4c9b68f Add a Last Updated field to the C++ status page by Douglas Gregor · 15 years ago
  52. b10d2fb Make a note of improvements to function templates by Douglas Gregor · 15 years ago
  53. 4d1034f Fix bar title in graphs. by Daniel Dunbar · 15 years ago
  54. 13e1c9d Update performance numbers (missed a link) by Daniel Dunbar · 15 years ago
  55. 9d284e5 Update performance numbers. by Daniel Dunbar · 15 years ago
  56. b76c232 oink is dead. by Chris Lattner · 15 years ago
  57. 3eb43a0 We now support decltype (as far as I know :) by Anders Carlsson · 15 years ago
  58. 5ceab86 Fix typo. by Ted Kremenek · 15 years ago
  59. 5303644 Reference the correct image... by Ted Kremenek · 15 years ago
  60. 42291dd Add scan-build screenshot for attribute 'nonnull' example. by Ted Kremenek · 15 years ago
  61. 7552719 Fix broken HTML tag. by Ted Kremenek · 15 years ago
  62. c415901 Remove reference to using 'clang' directly to analyze projects. by Ted Kremenek · 15 years ago
  63. 1a9887e Tighten screenshot. by Ted Kremenek · 15 years ago
  64. 6fe1ef2 Replace 'clang --analyze' example for attribute cf_returns_retained with screenshots. by Ted Kremenek · 15 years ago
  65. 7d277e2 Replace 'clang --analyze' example (in text) with screenshot from scan-build. by Ted Kremenek · 15 years ago
  66. e6510f1 Nested classes are now complete. by Anders Carlsson · 15 years ago
  67. 43f24e0 class.nested.type is done. by Anders Carlsson · 15 years ago
  68. 0964e67 Update checker build. by Ted Kremenek · 15 years ago
  69. 742f2cd Tweak the C++ open projects page by Douglas Gregor · 15 years ago
  70. 37ad3d4 Revert r73341. by Ted Kremenek · 15 years ago
  71. 7420c2d Note that we've implemented the right angle brackets extension in C++0x by Douglas Gregor · 15 years ago
  72. 0c3a16d 'not magic' => 'is not magic' by Zhongxing Xu · 15 years ago
  73. 557e811 fix the menu's links by Nuno Lopes · 15 years ago
  74. 5e9f35c Update LLVM. by Douglas Gregor · 15 years ago
  75. c1efb3f It looks like we've finished off matching of class template partial specializations; add comments and update the C++ status page by Douglas Gregor · 15 years ago
  76. 16df850 Finish implementing checking of class template partial specializations by Douglas Gregor · 15 years ago
  77. 6aa75cf Diagnose C++ [temp.class.spec]p9b3, where a class template partial by Douglas Gregor · 15 years ago
  78. 7e8976b Update the C++ status to reflect improvements in template argument deduction and the handling of class template partial specializations by Douglas Gregor · 15 years ago
  79. 01cd4fb Point to the clang driver, not the ccc driver by Douglas Gregor · 15 years ago
  80. 4bd6545 Add pseudo-destructors to the Open Projects list by Douglas Gregor · 15 years ago
  81. 6ba70bf Prune some projects that have already been started by Douglas Gregor · 15 years ago
  82. 9c5fc16 Add redirects to new static analysis web site. by Ted Kremenek · 15 years ago
  83. 5e9e146 Update static analyzer link to new website. by Ted Kremenek · 15 years ago
  84. cb41f3e Comment out preliminary text due to wishful thinking of getting more documentation done by this point. by Ted Kremenek · 15 years ago
  85. f2c6b9a Last menu color tweaking (for now). by Ted Kremenek · 15 years ago
  86. 8cb2868 More color tweaking. by Ted Kremenek · 15 years ago
  87. b5a5b53 Update menu colors. by Ted Kremenek · 15 years ago
  88. f75d0ac Update menu color. by Ted Kremenek · 15 years ago
  89. d5f1d1e Update checker build file (accidentally used old one). by Ted Kremenek · 15 years ago
  90. ae2288c Fix link. by Ted Kremenek · 15 years ago
  91. 591b907 Add skeleton files for new analyzer site. by Ted Kremenek · 15 years ago
  92. fa0378d Update checker build. by Ted Kremenek · 15 years ago
  93. e0b6ae7 Put "Language Extensions" and "C++ status" in the regular info section. by Daniel Dunbar · 15 years ago
  94. c5f928c Mention unsupported GCC duplicate-definition-with-inline extension. by Daniel Dunbar · 15 years ago
  95. ce9f496 Another tweak to the clang Getting Started page. by Daniel Dunbar · 15 years ago
  96. 05fc1c2 Minor updates to the clang Getting Started page. by Daniel Dunbar · 15 years ago
  97. f0fc7bf Update checker build. by Ted Kremenek · 15 years ago
  98. d79bf39 Update checker build. by Ted Kremenek · 15 years ago
  99. 987edd2 Update checker build. by Ted Kremenek · 15 years ago
  100. 2e24661 Update checker build. by Ted Kremenek · 15 years ago