forked from clangupc/clang-upc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
43 lines (34 loc) · 1.74 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
39
40
41
42
43
//===----------------------------------------------------------------------===//
// 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 of this is 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/