CDT Commit Report for - February 21, 2003

dschaefer

Merged in HEAD.

Patch for Andrew N.
Attaching objects to the Declarations.
limited type information and attaching Declarations as the type. It currently recognizes static, class, struct, union, enum (member of an enumeration).
Elaborated lookup based on type, valid types for this kind of lookup are class, struct and union.
Functions. No changes have been made, but you can add/lookup functions based on their signature and use the above type information to represent their return type. However, I have to think about this a bit, since the following case is not handled:

Patch for John C
- More parser callback goodness.

Patch for John C
- Put context information into callback
- Populating more of the DOM.

mkhodjai

Implementing the 'Attach Source' editor.