forked from llvm-mirror/clang
-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.txt
38 lines (30 loc) · 1.42 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//===----------------------------------------------------------------------===//
// 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/