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

Cond boost aarch64 71x #3978

Merged
merged 2 commits into from May 23, 2014
Merged

Commits on May 23, 2014

  1. condformats_serialization_generate.py: support for aarch64

    LLVM/Clang on AArch64 will report that most AST nodes are not
    definition, which is not true. The following modifies script to
    check definition based on location information directly (file, line,
     and column).
    
    Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
    David Abdurachmanov authored and David Abdurachmanov committed May 23, 2014
    Configuration menu
    Copy the full SHA
    3f95459 View commit details
    Browse the repository at this point in the history
  2. Convert missed two is_definition() calls to is_definition_by_loc()

    Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
    David Abdurachmanov authored and David Abdurachmanov committed May 23, 2014
    Configuration menu
    Copy the full SHA
    0015035 View commit details
    Browse the repository at this point in the history