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

[pull] master from llvm:master #14

Merged
merged 2 commits into from
Aug 28, 2019
Merged

[pull] master from llvm:master #14

merged 2 commits into from
Aug 28, 2019

Commits on Aug 28, 2019

  1. [clang-doc] Use llvm::createStringError and canonicalize error messages

    "Bad block found.\n" -> "bad block found"
    
    The lower cased form with no full stop or newline is more common in LLVM
    tools.
    
    Reviewed By: juliehockett
    
    Differential Revision: https://reviews.llvm.org/D66783
    
    llvm-svn: 370155
    MaskRay committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1803806 View commit details
    Browse the repository at this point in the history
  2. [LoopFusion] Fix another -Wunused-function in -DLLVM_ENABLE_ASSERTION…

    …S=off build
    
    llvm-svn: 370156
    MaskRay committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    6964027 View commit details
    Browse the repository at this point in the history