Skip to content

Add support for include_directive in C #46

Open
@gkorland

Description

@gkorland

Should create an edge between two files

#include <stdio.h>
#include "myheader.h"
(preprocessor_directive
  (include_directive
    (angle_bracketed_include
      (string_literal) ; `<stdio.h>`
    )
  )
)
(preprocessor_directive
  (include_directive
    (quoted_include
      (string_literal) ; `"myheader.h"`
    )
  )
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions