clangVersion: String identifying the version of the clang library

clangVersionR Documentation

String identifying the version of the clang library

Description

This function returns a string that identifies the version of libclang that is being used.

Usage

clangVersion(asNums = FALSE)

Arguments

asNums

a logical value. If TRUE, the version is returned as an integer vector with major and minor version numbers as the elements. Otherwise, the version is returned as a character string.

Value

A character string, typically something like "clang version 2.8 (trunk 113069)".

Author(s)

Duncan Temple Lang

References

libclang API and Index.h


omegahat/RClangSimple documentation built on Aug. 17, 2024, 10:23 a.m.