forked fromllvm-mirror/clang
- Notifications
You must be signed in to change notification settings - Fork9
Mirror of official clang git repository located athttp://llvm.org/git/clang. Updated hourly.
License
NotificationsYou must be signed in to change notification settings
robovm/clang
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
//===----------------------------------------------------------------------===//// C Language Family Front-end//===----------------------------------------------------------------------===//Welcome to Clang. This is a compiler front-end for the C family of languages(C, C++, Objective-C, and Objective-C++) which is built as part of the LLVMcompiler infrastructure project.Unlike many other compiler frontends, Clang is useful for a number of thingsbeyond just compiling code: we intend for Clang to be host to a number ofdifferent source-level tools. One example of this is the Clang Static Analyzer.If you're interested in more (including how to build Clang) it is best to readthe relevant web sites. Here are some pointers:Information on Clang:http://clang.llvm.org/Building and using Clang:http://clang.llvm.org/get_started.htmlClang Static Analyzer:http://clang-analyzer.llvm.org/Information on the LLVM project:http://llvm.org/If you have questions or comments about Clang, a great place to discuss them ison the Clang development mailing list:http://lists.llvm.org/mailman/listinfo/cfe-devIf you find a bug in Clang, please file it in the LLVM bug tracker:http://llvm.org/bugs/
About
Mirror of official clang git repository located athttp://llvm.org/git/clang. Updated hourly.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- C++71.0%
- C15.8%
- Objective-C8.2%
- Objective-C++2.4%
- HTML1.5%
- Python0.6%
- Other0.5%