1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00
This commit is contained in:
Alain Magloire 2003-08-28 19:20:16 +00:00
parent d5cb7e7ada
commit 2659282961

View file

@ -1,3 +1,9 @@
2003-08-28 Alain Magloire
Change the TranslationUnit to not always assume that it has a valid
IResource/IFile.
* model/org/eclipse/cdt/internal/core/model/TranslationUnit.java
2003-08-28 Hoda Amer
- Added resolving references in a method's qualified name
in Complete parse mode.