1. 4224f06 Update checker build. by Ted Kremenek · 15 years ago
  2. dd63b28 Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. by Daniel Dunbar · 15 years ago
  3. 6873c5e Update checker build. by Ted Kremenek · 15 years ago
  4. f59ef96 Update checker build. by Ted Kremenek · 15 years ago
  5. d8fdde1 Tuck away scan-build related files into tools/scan-build by Kovarththanan Rajaratnam · 15 years ago
  6. ede538f Update checker build. by Ted Kremenek · 15 years ago
  7. d90e0ee Update C++ status by Douglas Gregor · 15 years ago
  8. d73fef6 fix thinko by Chris Lattner · 15 years ago
  9. 63d423d mention that clang defaults to C99 mode, PR5388 by Chris Lattner · 15 years ago
  10. d2c1c60 remove a mostly obsolete "word of warning" by Chris Lattner · 15 years ago
  11. 99ff8da Update clang web pages with respect to Windows by John Thompson · 15 years ago
  12. e2d78fe Update checker build. by Ted Kremenek · 15 years ago
  13. 8112c61 Add link to FatELF project. by Daniel Dunbar · 15 years ago
  14. 31abe8c Doug says this is medium done. by Benjamin Kramer · 15 years ago
  15. cec517b cxx_status: fix some missing/wrong cells. by Benjamin Kramer · 15 years ago
  16. 539afc7 Update checker build. by Ted Kremenek · 15 years ago
  17. a662e05 Restored note on pointer to members with a pointer to issue involved. by Fariborz Jahanian · 15 years ago
  18. 4efd398 Removed a Note related to pointer to member functions which by Fariborz Jahanian · 15 years ago
  19. 268fb5b Test by Douglas Gregor · 15 years ago
  20. 49ac3d4 Update checker build. by Ted Kremenek · 15 years ago
  21. 3a9f03d Updated, we support == and != builtins for member pointers. by Fariborz Jahanian · 15 years ago
  22. 0937097 Changes to reflect more pointer-to-member support. by Fariborz Jahanian · 15 years ago
  23. a249b72 Grammaro. by Daniel Dunbar · 15 years ago
  24. 31fec98 Describe/link some of the universal driver related work. by Daniel Dunbar · 15 years ago
  25. b114d2e Add a "Universal Driver" open project, and web page. by Daniel Dunbar · 15 years ago
  26. 09becee Add an open project. :) by Daniel Dunbar · 15 years ago
  27. 5a7cb84 Fix sentence-o. by Daniel Dunbar · 15 years ago
  28. 701ccee Our C++ support is far enough along now that we shouldn't be recommending the use of Elsa by Douglas Gregor · 15 years ago
  29. dcde190 Give ourselves an A- on ASTs for explicit specializations, since they by Douglas Gregor · 15 years ago
  30. 096ebfd Diagnose attempts to add default function arguments to a by Douglas Gregor · 15 years ago
  31. 6687f9f Minor CSS fix by Douglas Gregor · 15 years ago
  32. 33c4ba8 Minor margin fix by Douglas Gregor · 15 years ago
  33. e094fe8 This ought to complete exception spec support. Man, am I glad. by Sebastian Redl · 15 years ago
  34. b656d88 Tests for C++ [expr], from James Porter! by Douglas Gregor · 15 years ago
  35. 38fdb6d Updated checker build. by Ted Kremenek · 15 years ago
  36. 0519b28 Fix typo. by Benjamin Kramer · 15 years ago
  37. 871dc3e fix line #'s by Chris Lattner · 15 years ago
  38. 0e3b44b add some more popular examples, color code warning: and error: like the command line. by Chris Lattner · 15 years ago
  39. 30a46b5 Update C++ status page by Douglas Gregor · 15 years ago
  40. 6af0104 Update checker build. by Ted Kremenek · 15 years ago
  41. d8307b1 Patch for AST representation for the implicit conversion to a function by Fariborz Jahanian · 15 years ago
  42. 6bfc8b6 CMake generate VS2008 project and CLang and LLVM compile without problem on VS2008. Remove obsolete remark by Cedric Venet · 15 years ago
  43. 9031486 Update checker build. by Ted Kremenek · 15 years ago
  44. b0802c9 pcc supports some c99 by Chris Lattner · 15 years ago
  45. a24563a Update checker build. by Ted Kremenek · 15 years ago
  46. a6dc079 Update checker build. by Ted Kremenek · 15 years ago
  47. 6826365 Update for inherited conversion function support. by Fariborz Jahanian · 15 years ago
  48. 0d36aa8 Status update related to code gen for type conversion functions. by Fariborz Jahanian · 15 years ago
  49. 4fe95f9 Don't generate any code for an explicit call to a trivial destructor. by Douglas Gregor · 15 years ago
  50. 464061a Update C++ status, since a bunch of the comments were out-of-date by Douglas Gregor · 15 years ago
  51. c68afe2 Improve template instantiation for member access expressions that by Douglas Gregor · 15 years ago
  52. db74092 Update checker build. by Ted Kremenek · 15 years ago
  53. 13e6e0c Update checker build. by Ted Kremenek · 15 years ago
  54. 76c5b55 Tweak the list of open projects for C++ by Douglas Gregor · 15 years ago
  55. 11401c6 Update checker build. by Ted Kremenek · 15 years ago
  56. 3ac6a0b Update checker build. by Ted Kremenek · 15 years ago
  57. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  58. c141086 Updated statuc page to reflect recent implementations by Fariborz Jahanian · 15 years ago
  59. be1ad92 Update Clang C++ status to better reflect what is implemented. by Douglas Gregor · 15 years ago
  60. 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
  61. c42a92a Center the dragon. by Ted Kremenek · 15 years ago
  62. a12a328 Make the dragon a link... by Ted Kremenek · 15 years ago
  63. 120aff9 Include LLVM logo ... because dragons are cool. by Ted Kremenek · 15 years ago
  64. 0280115 Update checker build. by Ted Kremenek · 15 years ago
  65. 357f7ce Improve the Getting Started and Hacking web pages, patch by John Thompson! by Chris Lattner · 15 years ago
  66. 1ac134b Update/add links to developer meeting. by Ted Kremenek · 15 years ago
  67. 12e57bc s/ccc/clang/ by Daniel Dunbar · 15 years ago
  68. 1816e48 Add link to LLVM's Getting Started page. Patch by John Thompson! by Anton Korobeynikov · 15 years ago
  69. d1e1ef3 Website updates for working with Visual Studio and making patches. by Eli Friedman · 15 years ago
  70. b4aa94d Update C++ open projects list by Douglas Gregor · 15 years ago
  71. 1e185d9 We have fairly good support for namespaces, now. Namespace aliases are parsed correctly by Douglas Gregor · 15 years ago
  72. 45f8091 linkify IRC by Chris Lattner · 15 years ago
  73. e1e585f rearrange side bar, add link to IRC info. by Chris Lattner · 15 years ago
  74. 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
  75. 9c09b88 We now do complete semantic checking for unions by Douglas Gregor · 15 years ago
  76. 75b451e Update C++ status to reflect progress on out-of-line definitions of class template members by Douglas Gregor · 15 years ago
  77. 21375a3 Update cf_returns_retained/ns_returns_retained examples to use __has_feature. by Ted Kremenek · 15 years ago
  78. 909a883 linkify by Chris Lattner · 15 years ago
  79. 7240d77 Add documentation for the Index library to clang's web page. by Argyrios Kyrtzidis · 15 years ago
  80. 08cc16d Update checker build. by Ted Kremenek · 15 years ago
  81. 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 15 years ago
  82. 4668509 Update the C++ status table to better reflect our support for function overloading by Douglas Gregor · 15 years ago
  83. 69be8d6 Improve argument-dependent lookup to find associated classes and by Douglas Gregor · 15 years ago
  84. 8fdc3c4 Template argument deduction from a call has improved a bit by Douglas Gregor · 15 years ago
  85. 6134104 Update checker build. by Ted Kremenek · 15 years ago
  86. 600437f Update checker build. by Ted Kremenek · 15 years ago
  87. 4c9b68f Add a Last Updated field to the C++ status page by Douglas Gregor · 15 years ago
  88. b10d2fb Make a note of improvements to function templates by Douglas Gregor · 15 years ago
  89. 4d1034f Fix bar title in graphs. by Daniel Dunbar · 15 years ago
  90. 13e1c9d Update performance numbers (missed a link) by Daniel Dunbar · 15 years ago
  91. 9d284e5 Update performance numbers. by Daniel Dunbar · 15 years ago
  92. b76c232 oink is dead. by Chris Lattner · 15 years ago
  93. 3eb43a0 We now support decltype (as far as I know :) by Anders Carlsson · 15 years ago
  94. 5ceab86 Fix typo. by Ted Kremenek · 15 years ago
  95. 5303644 Reference the correct image... by Ted Kremenek · 15 years ago
  96. 42291dd Add scan-build screenshot for attribute 'nonnull' example. by Ted Kremenek · 15 years ago
  97. 7552719 Fix broken HTML tag. by Ted Kremenek · 15 years ago
  98. c415901 Remove reference to using 'clang' directly to analyze projects. by Ted Kremenek · 15 years ago
  99. 1a9887e Tighten screenshot. by Ted Kremenek · 15 years ago
  100. 6fe1ef2 Replace 'clang --analyze' example for attribute cf_returns_retained with screenshots. by Ted Kremenek · 15 years ago