aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2009-05-16Update checker build.Ted Kremenek
2009-05-15Update checker build.Ted Kremenek
2009-05-15Update checker build.Ted Kremenek
2009-05-15Update checker build.Ted Kremenek
2009-05-13Update checker build.Ted Kremenek
2009-05-13Semantic analysis for explicit instantiation of class templates. WeDouglas Gregor
2009-05-12Implement parsing for explicit instantiations of class templates, e.g.,Douglas Gregor
2009-05-12Update checker build.Ted Kremenek
2009-05-12Align the N/A in the C++ status table, from Anders JohnsenDouglas Gregor
2009-05-12Fill in more C++ status. We're now using the check mark to mean,Douglas Gregor
2009-05-12Update checker build.Ted Kremenek
2009-05-11Update checker build.Ted Kremenek
2009-05-11Update checker build.Ted Kremenek
2009-05-10Update minor points in C++ status table.Sebastian Redl
2009-05-10Implement C++0x nullptr.Sebastian Redl
2009-05-10Update checker build.Ted Kremenek
2009-05-10Update checker build.Ted Kremenek
2009-05-10Update checker build.Ted Kremenek
2009-05-09Roll back to checker build 0.195.Ted Kremenek
2009-05-07Big update to the C++ status table to reflect "recent"Douglas Gregor
2009-05-06Update checker build.Ted Kremenek
2009-05-06Update checker build.Ted Kremenek
2009-05-05Update checker build.Ted Kremenek
2009-05-04Update checker build.Ted Kremenek
2009-05-03Nightly test coverage reporting is back online.Daniel Dunbar
2009-05-02Update checker build.Ted Kremenek
2009-05-01C/ObjC work well enough with clang for them not to be a gcc strength anymore.Chris Lattner
2009-05-01add wordChris Lattner
2009-05-01C/ObjC work well enough to claim support for them now.Chris Lattner
2009-04-30Update checker build.Ted Kremenek
2009-04-29Have the parser communicate the exception specification to the action.Sebastian Redl
2009-04-28Update analyzer build.Ted Kremenek
2009-04-27Track down return statements in the handlers of a function-try-block of const...Sebastian Redl
2009-04-27Improve validation of C++ exception handling: diagnose throwing incomplete ty...Sebastian Redl
2009-04-27Fill in the C++ status table for exceptionsSebastian Redl
2009-04-25Updated checker build.Ted Kremenek
2009-04-23Update checker build.Ted Kremenek
2009-04-22Update checker build.Ted Kremenek
2009-04-19Conditional operator C++ checking complete. What issues remain are in more ge...Sebastian Redl
2009-04-12Add deleted functions and rvalue references to C++ status.Sebastian Redl
2009-04-11Update analyzer build.Ted Kremenek
2009-04-10Fix typo.Ted Kremenek
2009-04-10Update analyzer build.Ted Kremenek
2009-04-09Update analyzer build.Ted Kremenek
2009-04-07Update checker build.Ted Kremenek
2009-04-02Fix grammar.Ted Kremenek
2009-04-02Update checker build.Ted Kremenek
2009-04-01Add some examples of Fix-it hints to our documentationDouglas Gregor
2009-04-01Give Type::getDesugaredType a "for-display" mode that can apply moreDouglas Gregor
2009-03-31We fully support namespace aliases now.Anders Carlsson