clangupc / clang-upc

Clang UPC Front-End
https://clangupc.github.io/
Other
16 stars 5 forks source link

//===----------------------------------------------------------------------===// // 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/