summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/CheckUndefinedSymbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved CheckUndefinedSymbols to the cpptools plug-in.Roberto Raggi2010-07-051-531/+0
* Fixed possible null-pointer deref.Erik Verbruggen2010-06-041-12/+12
* Fixed possible null-pointer crash.Erik Verbruggen2010-06-031-1/+1
* Some initial support for template parameters in our semantic highlighter.Roberto Raggi2010-06-011-30/+109
* Highlight namespaces.Roberto Raggi2010-05-251-40/+31
* Highlight user defined types.Roberto Raggi2010-05-251-3/+331
* Use the document in the snapshot when available.Roberto Raggi2010-05-251-3/+3
* New implementation of CheckUndefinedSymbols.Roberto Raggi2010-05-251-499/+50
* Add aliases to the list of the potential types.Roberto Raggi2010-05-061-0/+2
* Add namespace aliases to the list of the potential types.Roberto Raggi2010-05-051-0/+8
* Revert "Fixed possible crash in dangling pointers in namespaces."Erik Verbruggen2010-03-241-2/+2
* Fixed possible crash in dangling pointers in namespaces.Erik Verbruggen2010-03-231-2/+2
* Long live the king!hjk2010-03-051-1/+1
* Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it.Erik Verbruggen2010-02-081-14/+0
* Added semantic checks for Q_ENUMS.Erik Verbruggen2010-02-071-0/+45
* Reworked parts of the QtPropertyDeclaration parsing and handling.Erik Verbruggen2010-02-071-1/+1
* Merge remote branch 'origin/1.3'con2009-12-141-0/+6
|\
| * Fixed: Template argument marked as "not a type name" when defined as primitiv...Roberto Raggi2009-12-081-0/+6
* | Use const names.Roberto Raggi2009-12-011-8/+8
* | Use const literals.Roberto Raggi2009-12-011-13/+13
* | Refactored the AST visitors.Roberto Raggi2009-11-171-1/+1
* | Initial work on the pattern matcher for AST nodes.Roberto Raggi2009-11-121-4/+6
* | Added symbols for property declarations.Erik Verbruggen2009-11-111-0/+13
* | Fixed the AST field names.Roberto Raggi2009-11-101-6/+6
* | Cleanup specifiers.Roberto Raggi2009-11-101-6/+5
* | Cleanup postfix declarators.Roberto Raggi2009-11-101-1/+1
* | Cleanup base base specifiers.Roberto Raggi2009-11-101-5/+0
* | Removed ObjCIdentifierListASTRoberto Raggi2009-11-101-2/+2
* | Removed DeclarationListAST node.Roberto Raggi2009-11-101-1/+1
* | Removed the ExpressionListAST node.Roberto Raggi2009-11-101-9/+2
|/
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-051-2/+67
* Fixed type checking for type definitions inside an @implementationErik Verbruggen2009-10-051-12/+24
* Look at the typedefs defined in local scopes.Roberto Raggi2009-08-261-1/+37
* long live the kinghjk2009-08-141-1/+1
* Improved ObjC parsing, and added semantic checks.Erik Verbruggen2009-07-281-0/+8
* Search for type names in template type and template-template-type parameters.Roberto Raggi2009-07-131-23/+63
* Moved CheckUndefinedSymbols in libCPlusPlusRoberto Raggi2009-07-131-0/+372