1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Find a file
Andrew Niefer 67cc9c5ad7 fix Bug 86371
- when a binding gets added to a scope, and it is the first binding of that name,
  then the scope will check to see if that name is overloaded and if there are any other bindings
  it needs to know about.
-  The IASTNode that bindings hold onto is now more generally an IASTName
-  The CPPASTName's binding will now be set upon construction of the binding instead of later
2005-02-25 19:08:19 +00:00
build news MakefileEditor setting part of the general text editor settingsl. 2005-02-25 03:42:53 +00:00
core fix Bug 86371 2005-02-25 19:08:19 +00:00
debug Applied patch from Tracy Miranda (bug 86540: NPE in CProjectSourceLocation). 2005-02-24 23:25:56 +00:00
doc Added completions in initializers. This required a new token type for post completion LT's. 2005-02-21 21:33:59 +00:00
launch/org.eclipse.cdt.launch 2005-02-24 Alain Magloire 2005-02-24 20:53:44 +00:00
releng Updated the build scripts to use scp. This required a little expect magic to get working since the jsch ant plugin had issues hooking up to the new server cluster. 2005-02-24 20:10:52 +00:00