aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/CppBindings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed the CppBindings.Roberto Raggi2010-05-251-866/+0
|
* Renewed attempt to fix possible dangling pointers.Erik Verbruggen2010-03-251-3/+14
| | | | Task-number: QTCREATORBUG-807
* Revert "Fixed possible crash in dangling pointers in namespaces."Erik Verbruggen2010-03-241-182/+102
| | | | | | | | 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 Verbruggen2010-03-231-102/+182
| | | | Patch by: Bill King
* Long live the king!hjk2010-03-051-1/+1
|
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-1/+1
| | | | Encapsulate the details.
* Use const names.Roberto Raggi2009-12-011-22/+22
|
* Use const literals.Roberto Raggi2009-12-011-13/+13
|
* Resolve fully qualified names.Roberto Raggi2009-11-041-0/+19
|
* Mark the bindings when searching for class or namespaces.Roberto Raggi2009-10-281-0/+6
|
* Improved lookup of class bindings.Roberto Raggi2009-10-151-2/+2
| | | | Unmark the visited nodes when searching bindings in class or namespace scopes.
* long live the kinghjk2009-08-141-1/+1
|
* Fixed possible crashes when resolving namespace and class bindings.Roberto Raggi2009-07-141-14/+37
|
* More work on the binding pass.Roberto Raggi2009-07-101-27/+230
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Warn for undefined namespaces in using namespace directives.Roberto Raggi2009-06-031-0/+26
|
* Run the binding passRoberto Raggi2009-06-031-0/+9
|
* Initial work on the binding pass.Roberto Raggi2009-06-031-0/+569