1. c83c29a Update checker build. by Ted Kremenek · 16 years ago
  2. 930d8b5 Implement and test aggregate initialization in C++. Major changes: by Douglas Gregor · 16 years ago
  3. 21593ac Implement pointer to member handling in static_cast. by Sebastian Redl · 16 years ago
  4. 6697312 Complete semantic checking for typedef redeclarations in C++. The by Douglas Gregor · 16 years ago
  5. 65c9717 Updated checker build. by Ted Kremenek · 16 years ago
  6. db64728 Add handling of member pointers to reinterpret_cast. by Sebastian Redl · 16 years ago
  7. c667303 Updated checker build. by Ted Kremenek · 16 years ago
  8. f20269b Add support for member pointers to const_cast. by Sebastian Redl · 16 years ago
  9. 51abf6b Update C++ status table with new member pointer conversion capabilities. by Sebastian Redl · 16 years ago
  10. 00b3a85 Updated checker build. by Ted Kremenek · 16 years ago
  11. 6849f73 Updated checker build. by Ted Kremenek · 16 years ago
  12. 86791a2 Updated checker build. by Ted Kremenek · 16 years ago
  13. 4f0c90f Pixel font sizes are evil. by Eli Friedman · 16 years ago
  14. 6c9f8aa Update checker build. by Ted Kremenek · 16 years ago
  15. d4bd97d Updated checker build. by Ted Kremenek · 16 years ago
  16. 09f41cf Introduce support for C++0x explicit conversion operators (N2437) by Douglas Gregor · 16 years ago
  17. 1601ce4 Updated checker build. by Ted Kremenek · 16 years ago
  18. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 16 years ago
  19. 3f20a68 Update C++ status and add a few more tests of overloading for member function calls by Douglas Gregor · 16 years ago
  20. 6b3945f Finished semantic analysis of anonymous unions in C++. by Douglas Gregor · 16 years ago
  21. bdd686d Update checker build. by Ted Kremenek · 16 years ago
  22. f780abc Parser support for C++ using directives, from Piotr Rak by Douglas Gregor · 16 years ago
  23. 39e9800 Fill in C++ status table for statements. by Sebastian Redl · 16 years ago
  24. e6d5a4a Implement checks for bool in increment and decrement. by Sebastian Redl · 16 years ago
  25. 848b34b Updated checker build. by Ted Kremenek · 16 years ago
  26. 19bdedb Updated checker build. by Ted Kremenek · 16 years ago
  27. e604628 Updated checker build. by Ted Kremenek · 16 years ago
  28. 2ab1657 Updated checker build. by Ted Kremenek · 16 years ago
  29. 69497c3 Added a test for default arguments added to out-of-line member by Douglas Gregor · 16 years ago
  30. 383ea9d Updated checker build. by Ted Kremenek · 16 years ago
  31. 83df2d2 Updated checker build. by Ted Kremenek · 16 years ago
  32. 4dc506c Updated checker build. by Ted Kremenek · 16 years ago
  33. 8b9ad38 Fill in C++ status table for expressions. by Sebastian Redl · 16 years ago
  34. 377fa5d Fill in some parts of cxx_status.html by Sebastian Redl · 16 years ago
  35. 5eb1969 Parsing new and delete is now complete. by Sebastian Redl · 16 years ago
  36. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  37. ab4b2ef add note about running the test suite with valgrind by Nuno Lopes · 16 years ago
  38. 01f0fcd Update C++ status by Douglas Gregor · 16 years ago
  39. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  40. f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
  41. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  42. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  43. d064191 Updated checker build. by Ted Kremenek · 16 years ago
  44. 1f6572c Add some quick notes on the clang tests and running the LLVM test by Daniel Dunbar · 16 years ago
  45. 5efd068 Updated checker build. by Ted Kremenek · 16 years ago
  46. d0b05a5 Updated checker build. by Ted Kremenek · 16 years ago
  47. 0501e22 Updated checker build. by Ted Kremenek · 16 years ago
  48. 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
  49. 2f06417 Fix some validation errors. by Daniel Dunbar · 16 years ago
  50. 0d7c3f9 Start a "hacking" page with some simple notes on getting started by Daniel Dunbar · 16 years ago
  51. d6b8cca Revert to older checker build. by Ted Kremenek · 16 years ago
  52. 24a5815 Update checker build. by Ted Kremenek · 16 years ago
  53. 1e5bb3c Updated checker build. by Ted Kremenek · 16 years ago
  54. c42e118 Implement C++ 'typeid' parsing and sema. by Sebastian Redl · 16 years ago
  55. 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
  56. 9324e58 Update C++ status: class support improved due to nested name parsing. by Sebastian Redl · 16 years ago
  57. ab963c6 Update C++ status to reflect parser capabilities for chapter 9 (classes). Slightly extend the class parser test. by Sebastian Redl · 16 years ago
  58. ffb5b00 Update C++ status: dynamic_cast is sema-complete. by Sebastian Redl · 16 years ago
  59. d60b927 Use css style instead of hard coded color in cxx_status. No visible change. by Cedric Venet · 16 years ago
  60. b737e86 Updated checker build. by Ted Kremenek · 16 years ago
  61. ed1eedd Update C++ status by Douglas Gregor · 16 years ago
  62. eaebc75 Initial, rudimentary implementation of operator overloading for binary by Douglas Gregor · 16 years ago
  63. 1cd1b1e Parsing, ASTs, and semantic analysis for the declaration of overloaded by Douglas Gregor · 16 years ago
  64. ca35512 Updated checker build. by Ted Kremenek · 16 years ago
  65. 42a552f Parsing, representation, and preliminary semantic analysis of destructors. by Douglas Gregor · 16 years ago
  66. 7ad8390 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 16 years ago
  67. dac7415 Remove stray character. by Daniel Dunbar · 16 years ago
  68. 456f82d Fine-grained C++ status page by Douglas Gregor · 16 years ago
  69. 7cf9509 Updated checker build. by Ted Kremenek · 16 years ago
  70. 3c1847f Updated checker build. by Ted Kremenek · 16 years ago
  71. 4fd7ffe Clarify performance experiments description based on feedback from by Daniel Dunbar · 16 years ago
  72. 09d84ba minor tweaks. by Chris Lattner · 16 years ago
  73. 8fa9845 Grammar tweaks. by Daniel Dunbar · 16 years ago
  74. 2336d1f Add recent timing results to web page. by Daniel Dunbar · 16 years ago
  75. 0239f7f Updated checker build. by Ted Kremenek · 16 years ago
  76. c3f631f Fix specification references link. by Daniel Dunbar · 16 years ago
  77. e1919d4 Update checker build. by Ted Kremenek · 16 years ago
  78. df1736d Update checker build. by Ted Kremenek · 16 years ago
  79. 8dc5393 Updated checker build. by Ted Kremenek · 16 years ago
  80. b394d1c Add ViewVC link from web page. by Daniel Dunbar · 16 years ago
  81. 4d8e5b8 Updated checker build. by Ted Kremenek · 16 years ago
  82. e8ae789 Updated checker build. by Ted Kremenek · 16 years ago
  83. 70de68d Update server URL for checker build. by Ted Kremenek · 16 years ago
  84. cabeeed Updated checker build. by Ted Kremenek · 16 years ago
  85. 1714b2b Updated checker build by Ted Kremenek · 16 years ago
  86. 2091a3f Updated checker build by Ted Kremenek · 16 years ago
  87. 42e43a9 Updated checker build by Ted Kremenek · 16 years ago
  88. a85e715 Updated checker build. by Ted Kremenek · 16 years ago
  89. e0a798e Update checker build. by Ted Kremenek · 16 years ago
  90. ebe0af9 Updated checker build. by Ted Kremenek · 16 years ago
  91. 14b8c38 Updated checker build. by Ted Kremenek · 16 years ago
  92. c1c88b5 Updated checker build. by Ted Kremenek · 16 years ago
  93. 33bc63b Update checker build. by Ted Kremenek · 16 years ago
  94. c0bb34b Updated checker build. by Ted Kremenek · 16 years ago
  95. 3b84448 Updated checker build. by Ted Kremenek · 16 years ago
  96. 1b03c01 Update checker build. by Ted Kremenek · 16 years ago
  97. c9b2d8c Updated checker build. by Ted Kremenek · 16 years ago
  98. 02d53e7 Updated checker build. by Ted Kremenek · 16 years ago
  99. 640c14c Updated checker build. by Ted Kremenek · 16 years ago
  100. ed736be Updated checker build. by Ted Kremenek · 16 years ago