Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed parsing of ctor-initializers and added a manual test for the AST matchers | Roberto Raggi | 2009-11-13 | 1 | -37/+46 |
| | |||||
* | Removed obsolete code. | Roberto Raggi | 2009-11-13 | 1 | -284/+2 |
| | |||||
* | Ported the accept methods. | Roberto Raggi | 2009-11-10 | 1 | -2/+3 |
| | |||||
* | Fixed the output generated by CloneCG and VisitCG. | Roberto Raggi | 2009-10-21 | 1 | -9/+3 |
| | | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE and replace CPLUSPLUS_USE_NAMESPACE with `using namespace CPlusPlus;' | ||||
* | Removed obsoleted code. | Roberto Raggi | 2009-10-21 | 1 | -188/+4 |
| | |||||
* | Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when ↵ | Roberto Raggi | 2009-08-26 | 1 | -1/+1 |
| | | | | using template members. | ||||
* | long live the king | hjk | 2009-08-14 | 1 | -3/+3 |
| | |||||
* | Fixed more template-id vs expressions ambiguites. | Roberto Raggi | 2009-06-19 | 1 | -2/+2 |
| | |||||
* | New generators for ASTVisit.cpp and ASTClone.cpp | Roberto Raggi | 2009-06-17 | 1 | -5/+44 |
| | |||||
* | Generator for the accept0 methods. | Roberto Raggi | 2009-06-17 | 1 | -1/+126 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | A simple generator for the clone methods. | Roberto Raggi | 2009-06-05 | 1 | -1/+132 |
| | |||||
* | Compile. | Roberto Raggi | 2009-06-05 | 1 | -0/+2 |
| | |||||
* | Rewrote PrettyPrinter to output the document exactly as it was before | Thorbjørn Lindeijer | 2009-05-11 | 1 | -4/+9 |
| | | | | | | | | This means at the moment the PrettyPrinter isn't doing anything useful, but the idea is that from here we can improve it to adapt the code to a certain style. Reviewed-by: Roberto Raggi | ||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Improved ObjC++ support. | Roberto Raggi | 2009-01-12 | 1 | -0/+1 |
| | |||||
* | test the rewriter and the pretty printer. | Roberto Raggi | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | Show how to replace AST nodes. | Roberto Raggi | 2009-01-06 | 1 | -0/+14 |
| | |||||
* | Test the pretty printer. | Roberto Raggi | 2009-01-06 | 1 | -8/+44 |
| | |||||
* | Added another simple refactoring operation. Comment enum definitions. | Roberto Raggi | 2009-01-06 | 1 | -1/+24 |
| | |||||
* | Playing with the AST rewriter. | Roberto Raggi | 2009-01-02 | 1 | -12/+144 |
| | |||||
* | chancge Nokia GPL exception version from 1.2 to 1.3 | hjk | 2008-12-16 | 1 | -1/+1 |
| | |||||
* | use QTC_ASSERT instead of Q_ASSERT | hjk | 2008-12-09 | 1 | -7/+7 |
| | |||||
* | Added different parsing mode to TranslationUnit/CppDocument. | Roberto Raggi | 2008-12-03 | 1 | -1/+3 |
| | |||||
* | oops! added the cpy header. | Roberto Raggi | 2008-12-03 | 1 | -0/+32 |
| | |||||
* | Added a simple auto test for our C++ front-end. | Roberto Raggi | 2008-12-03 | 1 | -0/+37 |