[all-commits] [llvm/llvm-project] 049043: [ADT] Move to_vector from STLExtras.h to SmallVect...

Reid Kleckner via All-commits all-commits at lists.llvm.org
Wed Nov 20 16:35:24 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 049043b598ef5b12a5894c0c22db8608be70f517
      https://github.com/llvm/llvm-project/commit/049043b598ef5b12a5894c0c22db8608be70f517
  Author: Reid Kleckner <rnk at google.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/SmallVector.h

  Log Message:
  -----------
  [ADT] Move to_vector from STLExtras.h to SmallVector.h

Nothing breaks, so this probably has zero impact, but it seems nice,
since to_vector is more like makeArrayRef, and should really live in
SmallVector.h.




More information about the All-commits mailing list