[all-commits] [llvm/llvm-project] 58236e: Reduce scope of variable to silence cppcheck warni...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Nov 9 14:16:44 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 58236e6fa6c4338ae91e61028a416d592bb908b8
      https://github.com/llvm/llvm-project/commit/58236e6fa6c4338ae91e61028a416d592bb908b8
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-09 (Sat, 09 Nov 2019)

  Changed paths:
    M llvm/utils/TableGen/FixedLenDecoderEmitter.cpp

  Log Message:
  -----------
  Reduce scope of variable to silence cppcheck warning. NFC


  Commit: b0d0928241a31b4da5cd6b22baba4c1b55211b4a
      https://github.com/llvm/llvm-project/commit/b0d0928241a31b4da5cd6b22baba4c1b55211b4a
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-09 (Sat, 09 Nov 2019)

  Changed paths:
    M llvm/lib/Support/YAMLParser.cpp

  Log Message:
  -----------
  YAMLParser - fix SimpleKey uninitialized variable warnings. NFCI.


  Commit: 1dbcf8ba8a0cfa072d52bec22eb2449724e4982a
      https://github.com/llvm/llvm-project/commit/1dbcf8ba8a0cfa072d52bec22eb2449724e4982a
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-09 (Sat, 09 Nov 2019)

  Changed paths:
    M llvm/docs/GlobalISel/Pipeline.rst

  Log Message:
  -----------
  Try to fix sphinx "Could not lex literal_block as "llvm"" warning.

Code block isn't IR - so treat it as "none" instead.


Compare: https://github.com/llvm/llvm-project/compare/6976a0e82662...1dbcf8ba8a0c


More information about the All-commits mailing list