aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/CppRewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppRewriter: Replace std::__debug with std:: when beautifing typeshjk2013-08-161-0/+1
* Debugger: Implement dumper for std::unordered_{set,map}hjk2013-08-161-0/+37
* CppRewriter: Treat libc++'s std::__1:: as std:: for debugger displayhjk2013-07-081-0/+1
* Fix indentationOrgad Shaneh2013-05-061-4/+4
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-8/+11
* C++: use argumentCount in loops in initializer.Erik Verbruggen2013-03-151-1/+1
* CppRewriter: Handle std::ifstream in simplifySTLTypehjk2013-02-041-0/+8
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | C++: Fix code compl. for instantiation of template specializationPrzemyslaw Gorszkowski2013-01-301-1/+2
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-4/+2
* | CPlusPlus: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-041-8/+8
|/
* Adjust license headershjk2012-10-051-21/+20
* Fix "Apply function signature change" for boost::shared_ptrPrzemyslaw Gorszkowski2012-10-021-1/+2
* C++: Escape strings before using them in CppRewriter regexpshjk2012-08-241-6/+10
* C++: Use soft asserts in CppRewriterhjk2012-08-241-5/+10
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Compile after qt5/qtbase commit 75a0c7f9Bradley T. Hughes2012-04-301-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* C++ insert def: Fix bug when minimizing name.Christian Kamm2011-10-311-32/+1
* C++: Fix a crash in debug builds when rewriting functions.Christian Kamm2011-10-251-0/+3
* C++ insert definition: Use minimally qualified names.Christian Kamm2011-08-081-7/+43
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Debugger/CPP: Move helpers to simplify types to CPlusPlus-lib.Friedemann Kleint2010-11-251-8/+178
|/
* 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 "Try to fix the type rewriter."Roberto Raggi2010-07-201-83/+21
* 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