/llvm-ADT

llvm advance data type

Primary LanguageC++

llvm-ADT

Inspired by other SmallVector repos but more aggresively, this repo extracts the other small but efficient containers in llvm adt.

  • SmallVector
  • SmallString
  • SmallDenseSet
  • SmallDenseMap ...

Build/Unittest/Usage

Windows

build_win/llvm_advanced_data_type.sln

Linux

including directory

.

cpp

  • lib/*.cpp
  • lib/Support/*.cpp

doc

official doc: llvm advance data type.

license

original llvm license