Lines Matching refs:Clang
2 External Clang Examples
9 done with Clang that might serve as useful guides (or starting points) from
11 banal (but necessary) as how to set up your build to integrate Clang.
13 Clang's library-based design is deliberately aimed at facilitating use by
14 external projects, and we are always interested in improving Clang to
16 where Clang is used are:
21 If you know of (or wrote!) a tool or project using Clang, please send an
22 email to Clang's `development discussion mailing list
24 (or if you are already a Clang contributor, feel free to directly commit
40 "qconnectlint is a Clang tool for statically verifying the consistency
70 "cmonster is a Python wrapper for the Clang C++ parser."
78 "cldoc is a Clang based documentation generator for C and C++.
83 "The simplest Clang plugin implementing a semantic check for Objective-C.