GitXplorerGitXplorer
m

llvm-clang

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
177cadc90dd0997cc5d0fc52a0974a4287be1b04

[SemaDeclCXX] Allow inheriting constructor declaration to specify a cv-qualified type

ccpplearner committed 5 years ago
Unverified
c0d45f53c11aadc19b7f4fee07a549b6a849a293

[analyzer] Turn an assert into an if condition

SSzelethus committed 5 years ago
Unverified
64cfbd580e794876bc4bacc7e6b1de6f07afc35a

[X86] Support -mlong-double-80

jjohnson-troy committed 5 years ago
Unverified
f1c266a802ffb8a80efca9918d590140cc0eec19

Reland "[ARM] push LR before __gnu_mcount_nc"

jjcai19 committed 5 years ago
Unverified
14c9dc140aed396d5ea1a5e3cee18d261fde0894

Revert "[X86] Support -mlong-double-80"

jjohnson-troy committed 5 years ago
Unverified
eef5e17953f2d10cf4ed549b528a686437cd6ec2

[doc] Fix some minor formatting issues.

zzygoloid committed 5 years ago

README

The README file for this repository.

//===----------------------------------------------------------------------===// // C Language Family Front-end //===----------------------------------------------------------------------===//

Welcome to Clang. This is a compiler front-end for the C family of languages (C, C++, Objective-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 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/