clang_free

free memory allocated by libclang, such as the buffer returned by \c CXVirtualFileOverlay() or \c clang_ModuleMapDescriptor_writeToBuffer().

\param buffer memory pointer to free.

extern (C)
void
clang_free
(
void* buffer
)

Meta