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