This project is a fork of the clang.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/clang.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionChanges needed for the STM8 backend
ownerplanche2k@googlemail.com
last changeSun, 10 Jul 2011 06:03:22 +0000 (10 06:03 +0000)
content tags
add:
README.txt
//===----------------------------------------------------------------------===//
// 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/
shortlog
2011-07-10 Chris Lattnerimplement a nice new optimization: CodeGenTypes::Update... master
2011-07-10 Chris Lattnerenhance EmitLValueForFieldInitialization to do the...
2011-07-10 Chris Lattnerrevert part of r134860, which is empirically unnecessar...
2011-07-10 Chris Lattnerkeep track of whether being in a RS_StructPointer state
2011-07-10 Chris Lattnerchange EmitLValueForField to cast the returned lvalue...
2011-07-10 Chris LattnerFix the clang bootstrap and Jay's testcase from llvm...
2011-07-10 Chris Lattnerwhen emitting pointer load from an lvalue or storing...
2011-07-10 NAKAMURA Takumic-arcmt-test.c: MSVCRT does not have setenv. Use putenv...
2011-07-10 Chris Lattnerhow about we initialize RecursionState.
2011-07-10 Chris LattnerRename CGT::VerifyFuncTypeComplete to isFuncTypeConvert...
2011-07-09 NAKAMURA Takumitest/CMakeLists.txt: Add missing c-arcmt-test to clang...
2011-07-09 Argyrios KyrtzidisFix linker problem in buildbot.
2011-07-09 Argyrios KyrtzidisUgh, fix CMake.
2011-07-09 Argyrios Kyrtzidis[libclang] Fix linker error in buildbots.
2011-07-09 Argyrios Kyrtzidis[arcmt] Remove test/ARCMT/with-working-dir.m which...
2011-07-09 Argyrios Kyrtzidis[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC...
...
heads
12 years ago stm8
12 years ago master