summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Control.cpp
Commit message (Expand)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-832/+0
* Added the Enumerator class as a special Declaration.Erik Verbruggen2011-05-091-0/+10
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* C++ editor: Better control to stop the semantic highlighterLeandro Melo2011-02-041-0/+12
* It's 2011 now.con2011-01-121-1/+1
* C++: Bind Q_ENUMS in the code model.Christian Kamm2011-01-041-0/+10
* C++: Add QtPropertyDeclaration symbol.Christian Kamm2011-01-041-0/+11
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Added some initial support for function overloading.Roberto Raggi2010-12-101-0/+16
* | C++: implemented switch decl to def for operatorsErik Verbruggen2010-11-191-0/+9
|/
* Fixed alignment issues with 64 bits ABIs.Roberto Raggi2010-09-031-2/+2
* Get rid of the numeric literals.Roberto Raggi2010-09-021-0/+5
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-021-20/+0
* Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.Roberto Raggi2010-08-111-20/+20
* Introduced CPlusPlus::Template and process the template declarations.Roberto Raggi2010-08-111-24/+22
* New implementation of CPlusPlus::FindUsagesRoberto Raggi2010-08-101-0/+6
* Recursive definition of CPlusPlus::QualifiedNameId.Roberto Raggi2010-07-121-11/+7
* Fixed uninitialized members.Erik Verbruggen2010-06-041-3/+13
* Added support for the GCC "unavailable" attribute.Erik Verbruggen2010-05-261-0/+5
* Introduce Namespace aliases and store the TranslationUnit instead of the Cont...Roberto Raggi2010-05-051-0/+11
* Added deprecated identifier.Erik Verbruggen2010-03-231-0/+6
* Recognize C++0x rvalue references.Roberto Raggi2010-03-231-4/+4
* Ensure that the memory pool can be reused after a rewind and get rid of the s...Roberto Raggi2010-03-181-1/+0
* Long live the king!hjk2010-03-051-1/+1
* Change ICHECK_BUILD ifdef in Q_OS_SYMBIAN.Wolfgang Beck2010-02-091-1/+1
* Source update.Wolfgang Beck2010-02-031-0/+11
* Access the method insert() using its fully qualified name.Roberto Raggi2010-01-141-1/+2
* Introduced TypenameArgument.Roberto Raggi2009-12-081-0/+11
* Store the names in a set.Roberto Raggi2009-12-011-151/+94
* Use const names.Roberto Raggi2009-12-011-84/+83
* Use const literals.Roberto Raggi2009-12-011-37/+37
* Store the types in a set.Roberto Raggi2009-11-301-82/+95
* Removed the usage of CPlusPlus::Array<T>Roberto Raggi2009-11-301-12/+16
* Store all the symbols in one big list.Roberto Raggi2009-11-231-68/+21
* Use Array<T> instead of std::vector.Roberto Raggi2009-11-231-19/+19
* Don't use std::map to store types.Roberto Raggi2009-11-231-106/+94
* Introduced type matchers.Roberto Raggi2009-11-231-5/+3
* Pass the fully specified type as const reference.Roberto Raggi2009-11-171-9/+9
* Added symbols for property declarations.Erik Verbruggen2009-11-111-0/+12
* Fixed use of uninitialized Control.Erik Verbruggen2009-10-201-11/+13
* Changed ObjC context keyword comparison to use identifiers.Erik Verbruggen2009-10-201-1/+42
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
* Removed the MacroResolverRoberto Raggi2009-10-071-14/+1
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-0/+24
* Introduced MacroResolver.Roberto Raggi2009-09-301-1/+15
* Introduced LiteralTable::findLiteral() and Control::findIdentifier()Roberto Raggi2009-09-231-0/+3
* long live the kinghjk2009-08-141-1/+1
* Fixed semantic checks for Objective-C methods and fast-enumeration.Erik Verbruggen2009-08-051-0/+12