summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/target-info.c
Commit message (Collapse)AuthorAgeFilesLines
* [libclang] Expose some target information via the C API.Emilio Cobos Alvarez2017-04-281-0/+6
This allows users to query the target triple and target pointer width, which would make me able to fix https://github.com/servo/rust-bindgen/issues/593 and other related bugs in an elegant way (without having to manually parse the target triple in the command line arguments). Differential Revision: https://reviews.llvm.org/D32389 llvm-svn: 301648
OpenPOWER on IntegriCloud