GitXplorerGitXplorer
a

swift-clang

public
671 stars
161 forks
13 issues

Commits

List of commits on branch stable.
Verified
d7403439fc6641751840b723e7165fb02f52db95

Merge pull request #366 from apple/hyp-patch-1

sshahmishal committed 5 years ago
Verified
94aa43072a8a1a24adbf4f5ed4703bcb10c23def

Update readme for swift-clang to point to the new monorepo

hhyp committed 5 years ago
Unverified
fadd0451ab9262145fbb55a186ccdb41fd4326fd

Merge remote-tracking branch 'origin/apple/stable/20190619' into stable

sswift-ci committed 5 years ago
Verified
89e5753fa9415f605ea4ca168816ee8ab5146ccc

Merge pull request #352 from kastiglione/indexstore-flag_enum2

bbenlangmuir committed 5 years ago
Unverified
1cf6569b1b9929efabff108e1ca2b0123dcb7379

Merge remote-tracking branch 'origin/apple/stable/20190619' into stable

sswift-ci committed 5 years ago
Unverified
9ebee0ad6d66930638e9d4e827c77bb5c125f287

[clang-scan-deps] Improve string/character literal skipping

hhyp committed 5 years ago

README

The README file for this repository.

Disclaimer

The swift-clang repository is frozen and is preserved for historical purposes only. Active development is now happening in the following repository: https://github.com/apple/llvm-project.

//===----------------------------------------------------------------------===// // 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/