llvm-project/clang
Chandler Carruth a419dbb5ea Fix the lookup of names used in a friend declaration to not attempt to
re-declare them. This fixes PR6317. Also add the beginnings of an interesting
test case for p1 of [class.friend] which also covers PR6317.

llvm-svn: 97499
2010-03-01 21:17:36 +00:00
..
INPUTS
bindings/python CIndex: Switch CXSourceRange to proper half-open intervals. 2010-02-14 10:02:57 +00:00
clang.xcodeproj More improvements to construction vtables; we know handle vbase offsets correctly (I hope). 2010-02-28 01:43:58 +00:00
docs Update Clang C++ status, with a more project-centric focus. 2010-02-05 23:51:14 +00:00
examples Wire up Daniel's new spiffy C interpreter into the CMake build system 2010-02-27 07:46:49 +00:00
include Implement jump checking for initialized c++ variables, implementing 2010-03-01 20:59:53 +00:00
lib Fix the lookup of names used in a friend declaration to not attempt to 2010-03-01 21:17:36 +00:00
test Fix the lookup of names used in a friend declaration to not attempt to 2010-03-01 21:17:36 +00:00
tools When given unsaved files in clang_createTranslationUnitFromSourceFile, 2010-02-27 01:32:48 +00:00
utils Implement promotion for enumeration types. 2010-02-02 20:10:50 +00:00
www Fix typo. 2010-02-28 05:14:08 +00:00
CMakeLists.txt
INSTALL.txt
LICENSE.TXT
Makefile
ModuleInfo.txt
NOTES.txt
README.txt
TODO.txt
VER

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