Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved CheckUndefinedSymbols to the cpptools plug-in. | Roberto Raggi | 2010-07-05 | 1 | -531/+0 |
| | |||||
* | Fixed possible null-pointer deref. | Erik Verbruggen | 2010-06-04 | 1 | -12/+12 |
| | |||||
* | Fixed possible null-pointer crash. | Erik Verbruggen | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Some initial support for template parameters in our semantic highlighter. | Roberto Raggi | 2010-06-01 | 1 | -30/+109 |
| | |||||
* | Highlight namespaces. | Roberto Raggi | 2010-05-25 | 1 | -40/+31 |
| | |||||
* | Highlight user defined types. | Roberto Raggi | 2010-05-25 | 1 | -3/+331 |
| | |||||
* | Use the document in the snapshot when available. | Roberto Raggi | 2010-05-25 | 1 | -3/+3 |
| | |||||
* | New implementation of CheckUndefinedSymbols. | Roberto Raggi | 2010-05-25 | 1 | -499/+50 |
| | |||||
* | Add aliases to the list of the potential types. | Roberto Raggi | 2010-05-06 | 1 | -0/+2 |
| | |||||
* | Add namespace aliases to the list of the potential types. | Roberto Raggi | 2010-05-05 | 1 | -0/+8 |
| | |||||
* | Revert "Fixed possible crash in dangling pointers in namespaces." | Erik Verbruggen | 2010-03-24 | 1 | -2/+2 |
| | | | | | | | | Main reason is that find-usages and refactoring broke completely. Second reason is that concurrent modification was done on the children-list while deleting/destructing. This reverts commit b0b95f88756dbdf4981c97a325734300a65d8268. | ||||
* | Fixed possible crash in dangling pointers in namespaces. | Erik Verbruggen | 2010-03-23 | 1 | -2/+2 |
| | | | | Patch by: Bill King | ||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Removed Q_DECLARE_FLAGS parsing, leaving it to the CPP to expand it. | Erik Verbruggen | 2010-02-08 | 1 | -14/+0 |
| | |||||
* | Added semantic checks for Q_ENUMS. | Erik Verbruggen | 2010-02-07 | 1 | -0/+45 |
| | |||||
* | Reworked parts of the QtPropertyDeclaration parsing and handling. | Erik Verbruggen | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'origin/1.3' | con | 2009-12-14 | 1 | -0/+6 |
|\ | | | | | | | | | Conflicts: src/plugins/projectexplorer/outputwindow.cpp | ||||
| * | Fixed: Template argument marked as "not a type name" when defined as ↵ | Roberto Raggi | 2009-12-08 | 1 | -0/+6 |
| | | | | | | | | | | | | | | primitive type Task-number: QTCREATORBUG-384 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | | Use const names. | Roberto Raggi | 2009-12-01 | 1 | -8/+8 |
| | | |||||
* | | Use const literals. | Roberto Raggi | 2009-12-01 | 1 | -13/+13 |
| | | |||||
* | | Refactored the AST visitors. | Roberto Raggi | 2009-11-17 | 1 | -1/+1 |
| | | | | | | | | Now, the ASTVisitor constructor takes a valid reference to a TranslationUnit. | ||||
* | | Initial work on the pattern matcher for AST nodes. | Roberto Raggi | 2009-11-12 | 1 | -4/+6 |
| | | |||||
* | | Added symbols for property declarations. | Erik Verbruggen | 2009-11-11 | 1 | -0/+13 |
| | | |||||
* | | Fixed the AST field names. | Roberto Raggi | 2009-11-10 | 1 | -6/+6 |
| | | |||||
* | | Cleanup specifiers. | Roberto Raggi | 2009-11-10 | 1 | -6/+5 |
| | | |||||
* | | Cleanup postfix declarators. | Roberto Raggi | 2009-11-10 | 1 | -1/+1 |
| | | |||||
* | | Cleanup base base specifiers. | Roberto Raggi | 2009-11-10 | 1 | -5/+0 |
| | | |||||
* | | Removed ObjCIdentifierListAST | Roberto Raggi | 2009-11-10 | 1 | -2/+2 |
| | | | | | | | | Done with Erik Verbruggen | ||||
* | | Removed DeclarationListAST node. | Roberto Raggi | 2009-11-10 | 1 | -1/+1 |
| | | | | | | | | Done with Erik Verbruggen | ||||
* | | Removed the ExpressionListAST node. | Roberto Raggi | 2009-11-10 | 1 | -9/+2 |
|/ | | | | Done with Erik Verbruggen | ||||
* | Added protocol & class definedness checks, and added property attribute checks. | Erik Verbruggen | 2009-10-05 | 1 | -2/+67 |
| | |||||
* | Fixed type checking for type definitions inside an @implementation | Erik Verbruggen | 2009-10-05 | 1 | -12/+24 |
| | |||||
* | Look at the typedefs defined in local scopes. | Roberto Raggi | 2009-08-26 | 1 | -1/+37 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Improved ObjC parsing, and added semantic checks. | Erik Verbruggen | 2009-07-28 | 1 | -0/+8 |
| | |||||
* | Search for type names in template type and template-template-type parameters. | Roberto Raggi | 2009-07-13 | 1 | -23/+63 |
| | |||||
* | Moved CheckUndefinedSymbols in libCPlusPlus | Roberto Raggi | 2009-07-13 | 1 | -0/+372 |