Skip to content
/ clang Public
forked from CTSRD-TESLA/clang

My copy of the LLVM Clang frontend, mirrored from http://llvm.org/git/clang.git, with some changes for my research.

License

Notifications You must be signed in to change notification settings

marinosi/clang

This branch is 5 commits ahead of, 10259 commits behind CTSRD-TESLA/clang:tesla.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df60234 · Aug 24, 2011
Sep 29, 2009
Feb 5, 2011
Feb 23, 2011
Feb 28, 2011
Aug 24, 2011
Mar 4, 2011
Mar 8, 2011
Feb 11, 2011
Mar 4, 2011
Mar 2, 2011
Feb 20, 2011
Dec 14, 2010
Feb 23, 2011
Feb 28, 2011
Sep 13, 2009
Jan 9, 2010
Feb 3, 2011
Jul 11, 2007
Jul 7, 2010
Jun 17, 2010
Jan 4, 2011

Repository files navigation

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

About

My copy of the LLVM Clang frontend, mirrored from http://llvm.org/git/clang.git, with some changes for my research.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.6%
  • C 10.0%
  • Objective-C 5.4%
  • Python 0.9%
  • Perl 0.1%
  • Emacs Lisp 0.0%