scop.c: expr_collect_accesses: plug memory leak on error path
[pet.git] / clang.h
blob8592ed8c85c41dfb52c18769f66b3832558cdb01
1 #ifndef PET_CLANG_H
2 #define PET_CLANG_H
4 #include <clang/AST/Type.h>
6 clang::QualType pet_clang_base_type(clang::QualType qt);
8 #endif