Skip to content

Updated and renamed README.txt to README.md #106198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions clang/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# C language Family Front-end

Welcome to Clang.

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.

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.

If you're interested in more (including how to build Clang) it is best to read the relevant websites. 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 disucss them is on the Clang forums:    

[Clang Frontend - LLVM Discussion Forums](https://discourse.llvm.org/c/clang/)

* If you find a bug in Clang, please file it in the LLVM bug tracker:

https://github.com/llvm/llvm-project/issues
26 changes: 0 additions & 26 deletions clang/README.txt

This file was deleted.

Loading