Bug 2738 - prefix checking should be encapsulated in a separate pass
Summary: prefix checking should be encapsulated in a separate pass
Status: ASSIGNED
Alias: None
Product: TAO
Classification: Unclassified
Component: IDL Compiler (show other bugs)
Version: 1.5.3
Hardware: All All
: P3 minor
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2006-12-01 15:07 CST by Jeff Parsons
Modified: 2018-01-15 11:21 CST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Parsons 2006-12-01 15:07:31 CST
As far as I can tell from the spec, a typeprefix declaration can appear 
anywhere in an IDL file, irrespective of the scope it is applied to. This 
fact, plus the coexistence of mechanisms for handling typeprefix and #pragma 
prefix in the IDL compiler, make it a good idea to move all the prefix 
checking code into a separate pass over the AST, preferably run before any 
code generation or implied IDL processing.
Comment 1 Jeff Parsons 2006-12-01 15:07:47 CST
Whenever there's time....