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

WIP lifetime categories #14

Closed
wants to merge 1 commit into from
Closed

Commits on Jun 10, 2019

  1. WIP lifetime categories

    The test currently fails with
    ```
    error: 'error' diagnostics seen but not expected:
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 20: 'Owner' attribute takes one argument
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 21: 'Pointer' attribute takes one argument
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 24: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 24: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 26: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 26: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 27: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 27: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 29: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 29: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 30: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 30: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 32: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 33: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 35: expected '(' for function-style cast or type construction
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 36: 'S' does not refer to a value
    error: 'note' diagnostics seen but not expected:
      File /home/gehre/llvm-project/clang/test/SemaCXX/attr-gsl-owner-pointer.cpp Line 8: declared here
    ```
    mgehre committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    7103f4e View commit details
    Browse the repository at this point in the history