Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/Obsolete/ScannerDiscovery61/DougThoughts"

(New page: Here's my current thinking, just a brainstorm of ideas. *)
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
Here's my current thinking, just a brainstorm of ideas.
 
Here's my current thinking, just a brainstorm of ideas.
  
*
+
* There are too many layers between IScannerInfo and the places where that info get's generated.
 +
* We should be able to ask the build model for scanner discovery information.
 +
* We should be able to find the compiler ITool for a given source file and ask it for it's IScannerInfo.
 +
* Tool chain providers could then participate in that.
 +
* Still need framework for build output parsing, maybe with the help of the ITools, but at least make the collected info available to them.
 +
* Could add in other frameworks for things like dwarf.

Latest revision as of 14:03, 22 January 2020

Here's my current thinking, just a brainstorm of ideas.

  • There are too many layers between IScannerInfo and the places where that info get's generated.
  • We should be able to ask the build model for scanner discovery information.
  • We should be able to find the compiler ITool for a given source file and ask it for it's IScannerInfo.
  • Tool chain providers could then participate in that.
  • Still need framework for build output parsing, maybe with the help of the ITools, but at least make the collected info available to them.
  • Could add in other frameworks for things like dwarf.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.