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

Use clang plugin to check Maybe variables are used #5358

Merged
merged 48 commits into from
Jul 1, 2021

Commits on Jun 30, 2021

  1. check in files

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    95cb353 View commit details
    Browse the repository at this point in the history
  2. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    c510e11 View commit details
    Browse the repository at this point in the history
  3. fix yml

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    b842d87 View commit details
    Browse the repository at this point in the history
  4. fix path

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    470c5d7 View commit details
    Browse the repository at this point in the history
  5. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5b36785 View commit details
    Browse the repository at this point in the history
  6. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    052145d View commit details
    Browse the repository at this point in the history
  7. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4cf869f View commit details
    Browse the repository at this point in the history
  8. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    3e1323a View commit details
    Browse the repository at this point in the history
  9. refine cache

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    1110ec5 View commit details
    Browse the repository at this point in the history
  10. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    dc3d878 View commit details
    Browse the repository at this point in the history
  11. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    f628f72 View commit details
    Browse the repository at this point in the history
  12. check out oneflow first

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    aadcac5 View commit details
    Browse the repository at this point in the history
  13. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    003d23e View commit details
    Browse the repository at this point in the history
  14. setup clang as compiler

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6168070 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1c79447 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1089634 View commit details
    Browse the repository at this point in the history
  17. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    8cce0ad View commit details
    Browse the repository at this point in the history
  18. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    c2b15ff View commit details
    Browse the repository at this point in the history
  19. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    11900ec View commit details
    Browse the repository at this point in the history
  20. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    62eb849 View commit details
    Browse the repository at this point in the history
  21. update yml to use apt to install clang

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    ea84c7a View commit details
    Browse the repository at this point in the history
  22. fix wrong --target

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    edc1867 View commit details
    Browse the repository at this point in the history
  23. add oneflow deps

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    037a33e View commit details
    Browse the repository at this point in the history
  24. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    927ad38 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7074e20 View commit details
    Browse the repository at this point in the history
  26. use debug to run faster

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    3ca7bc7 View commit details
    Browse the repository at this point in the history
  27. add note

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    2eb2397 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e3b33a3 View commit details
    Browse the repository at this point in the history
  29. easy to see

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    683bbfb View commit details
    Browse the repository at this point in the history
  30. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    7c0eedc View commit details
    Browse the repository at this point in the history
  31. fix

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4c3cfd5 View commit details
    Browse the repository at this point in the history
  32. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    11c285e View commit details
    Browse the repository at this point in the history
  33. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    8b7fb54 View commit details
    Browse the repository at this point in the history
  34. Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …

    …ci_check_maybe_add_just_with_clang_ext
    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    a80ed06 View commit details
    Browse the repository at this point in the history
  35. refine

    jackalcooper committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6213115 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    6d717d1 View commit details
    Browse the repository at this point in the history
  2. add missing JUST

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    21f9e64 View commit details
    Browse the repository at this point in the history
  3. skip .cfg.cpp

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    f729658 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45e04f6 View commit details
    Browse the repository at this point in the history
  5. improve ONEFLOW_MAYBE_CHECK_ONLY_FN

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    00e0eb2 View commit details
    Browse the repository at this point in the history
  6. fix cmake wrong message and fix env var

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    6101bdc View commit details
    Browse the repository at this point in the history
  7. remove temp log

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    d189674 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a936bae View commit details
    Browse the repository at this point in the history
  9. add missing JUST in master

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    408bded View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d20c497 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b871f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    113302c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d53adbb View commit details
    Browse the repository at this point in the history