summaryrefslogtreecommitdiff
path: root/tests/manual/cplusplus/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed two cplusplus projects to not conflict with the autotests.Erik Verbruggen2010-09-151-79/+0
* CompileRoberto Raggi2010-08-131-1/+0
* Compile.Roberto Raggi2010-05-181-36/+0
* Long live the king!hjk2010-03-051-1/+1
* Fix to reflect previous/older API change.Erik Verbruggen2010-02-021-2/+2
* Introduced ASTPatternBuilderRoberto Raggi2009-11-161-58/+6
* Introduced destructive pattern matching.Roberto Raggi2009-11-161-16/+71
* Fixed parsing of ctor-initializers and added a manual test for the AST matchersRoberto Raggi2009-11-131-37/+46
* Removed obsolete code.Roberto Raggi2009-11-131-284/+2
* Ported the accept methods.Roberto Raggi2009-11-101-2/+3
* Fixed the output generated by CloneCG and VisitCG.Roberto Raggi2009-10-211-9/+3
* Removed obsoleted code.Roberto Raggi2009-10-211-188/+4
* Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when us...Roberto Raggi2009-08-261-1/+1
* long live the kinghjk2009-08-141-3/+3
* Fixed more template-id vs expressions ambiguites.Roberto Raggi2009-06-191-2/+2
* New generators for ASTVisit.cpp and ASTClone.cppRoberto Raggi2009-06-171-5/+44
* Generator for the accept0 methods.Roberto Raggi2009-06-171-1/+126
* Update license headers and sales contact details.Jason McDonald2009-06-171-4/+4
* A simple generator for the clone methods.Roberto Raggi2009-06-051-1/+132
* Compile.Roberto Raggi2009-06-051-0/+2
* Rewrote PrettyPrinter to output the document exactly as it was beforeThorbjørn Lindeijer2009-05-111-4/+9
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* Improved ObjC++ support.Roberto Raggi2009-01-121-0/+1
* test the rewriter and the pretty printer.Roberto Raggi2009-01-071-1/+1
* Show how to replace AST nodes.Roberto Raggi2009-01-061-0/+14
* Test the pretty printer.Roberto Raggi2009-01-061-8/+44
* Added another simple refactoring operation. Comment enum definitions.Roberto Raggi2009-01-061-1/+24
* Playing with the AST rewriter.Roberto Raggi2009-01-021-12/+144
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* use QTC_ASSERT instead of Q_ASSERThjk2008-12-091-7/+7
* Added different parsing mode to TranslationUnit/CppDocument.Roberto Raggi2008-12-031-1/+3
* oops! added the cpy header.Roberto Raggi2008-12-031-0/+32
* Added a simple auto test for our C++ front-end.Roberto Raggi2008-12-031-0/+37