summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/CppRewriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
|
* License headers.con2010-12-171-7/+11
|
* C++ Editor: check for method existing decl/def when inserting new ones.Erik Verbruggen2010-10-081-0/+2
|
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-2/+2
|
* Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.Roberto Raggi2010-08-111-1/+1
|
* Refactored CPlusPlus::Function.Roberto Raggi2010-08-051-1/+1
|
* Fixes testcase compilationBill King2010-07-231-1/+1
|
* Skip qualified and template name ids.Roberto Raggi2010-07-201-0/+3
|
* Sorry this was not supposed to be committed.Roberto Raggi2010-07-201-21/+83
| | | | | | Revert "Revert "Try to fix the type rewriter."" This reverts commit c9bc1e7c64fb73e8148b65dfe7a4521121331efc.
* Revert "Try to fix the type rewriter."Roberto Raggi2010-07-201-83/+21
| | | | This reverts commit 33b19f0210cd6ab1504071912caee91a95515c7c.
* Try to fix the type rewriter.Roberto Raggi2010-07-191-21/+83
|
* Disable the copy of SemanticEnvironment.Roberto Raggi2010-07-191-7/+7
|
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-0/+364
Done-with: Erik Verbruggen