Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Eclipse CDT parser, create SymbolTable #1479

Closed
wants to merge 1 commit into from

Commits on Aug 26, 2018

  1. Introduce Eclipse CDT parser, create SymbolTable

    * Use Eclipse CDT parser (incl. preprocessor) in order
      to create an AST
    
    * Use it to retrieve the invormation about all symbols
      (declarations and references) of the compilation unit
    
    patchset log:
    * rebase and conflict resolving
    * use preprocessor (include paths used, defines are not)
    * filter macro expansions, since symbols are not placed in
      original source code
    * update org.eclipse.cdt.core to 6.5.0 (photon), which
      claims to support c++14 & c++17 features
    ivangalkin committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    6a98d3e View commit details
    Browse the repository at this point in the history