- 3d1c946 Add new performance numbers; no discussion yet. Obvious two by Daniel Dunbar · 16 years ago
- ba1bc05 Update checker build. by Ted Kremenek · 16 years ago
- 134fc37 Update checker build. by Ted Kremenek · 16 years ago
- 6028ca1 Update checker build. by Ted Kremenek · 16 years ago
- 70f2a04 fix (hopefully) some validation errors by Gabor Greif · 16 years ago
- 6cd81e8 minor tweaks to readability by Gabor Greif · 16 years ago
- ddb85a7 update by Chris Lattner · 16 years ago
- 12f708d Headers are basically done, debug info is just about done (and by Chris Lattner · 16 years ago
- d825883 clang seems "generally useful" for c and objc by now, though obviously bugs by Chris Lattner · 16 years ago
- f4f5fa0 Update checker build. by Ted Kremenek · 16 years ago
- b76fe91 Updated checker build. by Ted Kremenek · 16 years ago
- b916642 Update to checker-0.162 (fixed header issue in tar.bz2 package). by Ted Kremenek · 16 years ago
- 0e24fac Reverted back to checker-0.161 because of a header issue. by Ted Kremenek · 16 years ago
- 94b29c1 Updated checker build. by Ted Kremenek · 16 years ago
- 67b81e7 Update checker build. by Ted Kremenek · 16 years ago
- 0527f0d Update checker build. by Ted Kremenek · 16 years ago
- 73a1aa0 Update checker build. by Ted Kremenek · 16 years ago
- ed67b2c Fix comment: analyzer builds are universal binaries. by Ted Kremenek · 16 years ago
- 09a9abc Update checker build. by Ted Kremenek · 16 years ago
- ed5a131 Update checker build. by Ted Kremenek · 16 years ago
- 3d65864 Add svn:eol-style=native to some files by Cedric Venet · 16 years ago
- 7e4966e Update checker build. by Ted Kremenek · 16 years ago
- 33b3d6b Update checker build. by Ted Kremenek · 16 years ago
- d25c623 Update checker build. by Ted Kremenek · 16 years ago
- c697fc3 Updated checker build. by Ted Kremenek · 16 years ago
- fdfe09b Update checker build. by Ted Kremenek · 16 years ago
- ceca466 spell out explicitly by Chris Lattner · 16 years ago
- dc3b86f add doc by Chris Lattner · 16 years ago
- 0a5166c add another crazy idea :) by Chris Lattner · 16 years ago
- 300e1d6 Updated checker build. by Ted Kremenek · 16 years ago
- 4a4251b Make const-initialized const integral variables I-C-Es in C++. by Sebastian Redl · 16 years ago
- 3268825 Fill in C++ status table for section 7 (declarations). by Sebastian Redl · 16 years ago
- 2246050 Implement dereferencing of pointers-to-member. by Sebastian Redl · 16 years ago
- 4a3aed9 Updated checker build. by Ted Kremenek · 16 years ago
- 13794eb Update checker build. by Ted Kremenek · 16 years ago
- 33b399a Implement taking address of member functions, including overloaded ones. by Sebastian Redl · 16 years ago
- 90f76f2 Update checker build. by Ted Kremenek · 16 years ago
- 09413dc Argument Dependent Lookup is done (for now). Also, update the status by Douglas Gregor · 16 years ago
- 37629a4 codegen is much farther along than when this was first written. by Chris Lattner · 16 years ago
- d5ab36e update a couple entries, add a new idea by Chris Lattner · 16 years ago
- c83c29a Update checker build. by Ted Kremenek · 16 years ago
- 930d8b5 Implement and test aggregate initialization in C++. Major changes: by Douglas Gregor · 16 years ago
- 21593ac Implement pointer to member handling in static_cast. by Sebastian Redl · 16 years ago
- 6697312 Complete semantic checking for typedef redeclarations in C++. The by Douglas Gregor · 16 years ago
- 65c9717 Updated checker build. by Ted Kremenek · 16 years ago
- db64728 Add handling of member pointers to reinterpret_cast. by Sebastian Redl · 16 years ago
- c667303 Updated checker build. by Ted Kremenek · 16 years ago
- f20269b Add support for member pointers to const_cast. by Sebastian Redl · 16 years ago
- 51abf6b Update C++ status table with new member pointer conversion capabilities. by Sebastian Redl · 16 years ago
- 00b3a85 Updated checker build. by Ted Kremenek · 16 years ago
- 6849f73 Updated checker build. by Ted Kremenek · 16 years ago
- 86791a2 Updated checker build. by Ted Kremenek · 16 years ago
- 4f0c90f Pixel font sizes are evil. by Eli Friedman · 16 years ago
- 6c9f8aa Update checker build. by Ted Kremenek · 16 years ago
- d4bd97d Updated checker build. by Ted Kremenek · 16 years ago
- 09f41cf Introduce support for C++0x explicit conversion operators (N2437) by Douglas Gregor · 16 years ago
- 1601ce4 Updated checker build. by Ted Kremenek · 16 years ago
- 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 16 years ago
- 3f20a68 Update C++ status and add a few more tests of overloading for member function calls by Douglas Gregor · 16 years ago
- 6b3945f Finished semantic analysis of anonymous unions in C++. by Douglas Gregor · 16 years ago
- bdd686d Update checker build. by Ted Kremenek · 16 years ago
- f780abc Parser support for C++ using directives, from Piotr Rak by Douglas Gregor · 16 years ago
- 39e9800 Fill in C++ status table for statements. by Sebastian Redl · 16 years ago
- e6d5a4a Implement checks for bool in increment and decrement. by Sebastian Redl · 16 years ago
- 848b34b Updated checker build. by Ted Kremenek · 16 years ago
- 19bdedb Updated checker build. by Ted Kremenek · 16 years ago
- e604628 Updated checker build. by Ted Kremenek · 16 years ago
- 2ab1657 Updated checker build. by Ted Kremenek · 16 years ago
- 69497c3 Added a test for default arguments added to out-of-line member by Douglas Gregor · 16 years ago
- 383ea9d Updated checker build. by Ted Kremenek · 16 years ago
- 83df2d2 Updated checker build. by Ted Kremenek · 16 years ago
- 4dc506c Updated checker build. by Ted Kremenek · 16 years ago
- 8b9ad38 Fill in C++ status table for expressions. by Sebastian Redl · 16 years ago
- 377fa5d Fill in some parts of cxx_status.html by Sebastian Redl · 16 years ago
- 5eb1969 Parsing new and delete is now complete. by Sebastian Redl · 16 years ago
- cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
- ab4b2ef add note about running the test suite with valgrind by Nuno Lopes · 16 years ago
- 01f0fcd Update C++ status by Douglas Gregor · 16 years ago
- 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
- f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
- 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
- 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
- d064191 Updated checker build. by Ted Kremenek · 16 years ago
- 1f6572c Add some quick notes on the clang tests and running the LLVM test by Daniel Dunbar · 16 years ago
- 5efd068 Updated checker build. by Ted Kremenek · 16 years ago
- d0b05a5 Updated checker build. by Ted Kremenek · 16 years ago
- 0501e22 Updated checker build. by Ted Kremenek · 16 years ago
- 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
- 2f06417 Fix some validation errors. by Daniel Dunbar · 16 years ago
- 0d7c3f9 Start a "hacking" page with some simple notes on getting started by Daniel Dunbar · 16 years ago
- d6b8cca Revert to older checker build. by Ted Kremenek · 16 years ago
- 24a5815 Update checker build. by Ted Kremenek · 16 years ago
- 1e5bb3c Updated checker build. by Ted Kremenek · 16 years ago
- c42e118 Implement C++ 'typeid' parsing and sema. by Sebastian Redl · 16 years ago
- 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
- 9324e58 Update C++ status: class support improved due to nested name parsing. by Sebastian Redl · 16 years ago
- ab963c6 Update C++ status to reflect parser capabilities for chapter 9 (classes). Slightly extend the class parser test. by Sebastian Redl · 16 years ago
- ffb5b00 Update C++ status: dynamic_cast is sema-complete. by Sebastian Redl · 16 years ago
- d60b927 Use css style instead of hard coded color in cxx_status. No visible change. by Cedric Venet · 16 years ago
- b737e86 Updated checker build. by Ted Kremenek · 16 years ago