Skip to content

clangupc/upc2c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//===----------------------------------------------------------------------===//
// Clang UPC2C Translator
// 
// Clang UPC2C uses the LLVM compiler infrastructure to translate UPC code
// to ISO standard C with calls to a runtime library.
//
//===----------------------------------------------------------------------===//

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