brintos

brintos / llvm-project-archived public Read only

0
0
Text · 133 B · e4d2580 Raw
7 lines · c
1#ifndef LLVM_ADT_SMALLVECTORIMPL_H2#define LLVM_ADT_SMALLVECTORIMPL_H3class SmallVectorImpl {4public:5  ~SmallVectorImpl();6};7#endif