Skip to content

vitillo/clang-upc

 
 

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
might be a Clang UPC Static Analyzer, which provides similar
capabilities to 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/

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.4%
  • C 16.8%
  • Objective-C 11.6%
  • Python 0.9%
  • Perl 0.1%
  • MATLAB 0.1%
  • Other 0.1%