[all-commits] [llvm/llvm-project] a024d3: [APInt.h] Clean up the APInt interface. NFC.

Chris Lattner via All-commits all-commits at lists.llvm.org
Wed Sep 8 16:09:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a024d35b3885490221e78b835b087a830cc3c325
      https://github.com/llvm/llvm-project/commit/a024d35b3885490221e78b835b087a830cc3c325
  Author: Chris Lattner <clattner at nondot.org>
  Date:   2021-09-08 (Wed, 08 Sep 2021)

  Changed paths:
    M llvm/include/llvm/ADT/APInt.h

  Log Message:
  -----------
  [APInt.h] Clean up the APInt interface. NFC.

This moves all the private implementation details to the bottom of
the header, and pushes all the "make an APInt" stuff up to the top.
This is in prep for making other changes to spiff up APInt a bit.




More information about the All-commits mailing list