Skip to content

Commit f5f61c8

Browse files
tarik-celikTarık Çelik
andauthored
Updated and renamed README.txt to README.md (llvm#106198)
Co-authored-by: Tarık Çelik <[email protected]>
1 parent 97aa8cc commit f5f61c8

File tree

2 files changed

+25
-26
lines changed

2 files changed

+25
-26
lines changed

clang/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# C language Family Front-end
2+
3+
Welcome to Clang.
4+
5+
This is a compiler front-end for the C family of languages (C, C++ and Objective-C) which is built as part of the LLVM compiler infrastructure project.
6+
7+
Unlike many other compiler frontends, Clang is useful for a number of things beyond just compiling code: we intend for Clang to be host to a number of different source-level tools. One example of this is the Clang Static Analyzer.
8+
9+
If you're interested in more (including how to build Clang) it is best to read the relevant websites. Here are some pointers:
10+
11+
* Information on Clang:     http://clang.llvm.org/
12+
13+
* Building and using Clang: http://clang.llvm.org/get_started.html
14+
15+
* Clang Static Analyzer: http://clang-analyzer.llvm.org/
16+
17+
* Information on the LLVM project: http://llvm.org/
18+
19+
* If you have questions or comments about Clang, a great place to disucss them is on the Clang forums:    
20+
21+
[Clang Frontend - LLVM Discussion Forums](https://discourse.llvm.org/c/clang/)
22+
23+
* If you find a bug in Clang, please file it in the LLVM bug tracker:
24+
25+
https://github.com/llvm/llvm-project/issues

clang/README.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)