forked from llvm-mirror/clang
-
Notifications
You must be signed in to change notification settings - Fork 5
Clang UPC Front-End
License
clangupc/clang-upc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
//===----------------------------------------------------------------------===// // Clang UPC Front-End (part of Clang UPC2C) // // Clang UPC extends the Clang/LLVM C Language Family Front-end // by providing the ability to compile programs written in // Unified Parallel C (UPC). // However, this version is embedded in Clang UPC2C and not // intended for stand-alone use. // //===----------------------------------------------------------------------===// Welcome to Clang UPC2C. For details on how to build, install, and use Clang UPC2C, visit https://clangupc.github.io/clang-upc2c/ If you find a bug in Clang UPC2C, please file it in the Clang UPC issue tracker: https://github.com/clangupc/upc2c/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.llvm.org/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++ 67.2%
- C 25.5%
- Objective-C 3.6%
- HTML 1.0%
- Objective-C++ 0.9%
- Python 0.8%
- Other 1.0%