forked from clangupc/clang-upc
-
Notifications
You must be signed in to change notification settings - Fork 0
Clang UPC Front-End
License
PHHargrove/clang-upc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
//===----------------------------------------------------------------------===// // Clang UPC Front-End // // Clang UPC extends the Clang/LLVM C Language Family Front-end // by providing the ability to compile programs written in // Unified Parallel C (UPC). // //===----------------------------------------------------------------------===// Welcome to Clang UPC. This is a compiler front-end for the C family of languages (C, UPC, C++, Objective-C, and Objective-C++) which is built as part of the LLVM compiler infrastructure project. Unlike many other compiler frontends, Clang UPC is useful for a number of things beyond just compiling code: we intend for Clang UPC to be host to a number of different source-level tools. One example of this is the Clang Static Analyzer. For details on how to build, install, and use Clang UPC, consult the wiki at: https://github.com/Intrepid/clang-upc/wiki. If you find a bug in Clang UPC, please file it in the Clang UPC issue tracker: https://github.com/Intrepid/clang-upc/issues Clang/LLVM Infrastructure ------------------------- If you're interested in more information about the Clang and LLVM infrastructure that Clang UPC is built from it is best to read the relevant web sites. Here are some pointers: Information on Clang: http://clang.llvm.org/ Building and using Clang: http://clang.llvm.org/get_started.html Clang 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 is on the Clang development mailing list: http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev If you find a bug in Clang, please file it in the LLVM bug tracker: http://llvm.org/bugs/
About
Clang UPC Front-End
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 70.6%
- C 15.7%
- Objective-C 8.0%
- Objective-C++ 2.6%
- HTML 1.6%
- Python 0.7%
- Other 0.8%