hanchenye-llvm-project/clang
David Blaikie 9c8821bbef Add FIXME describing the limitation of using column info to disambiguate inlining.
Also tidy up, simplify, and extend the test coverage to demonstrate the
limitations. This test should now fail if the bugs are fixed (&
hopefully whoever ends up in this situation sees the FIXMEs and realizes
that the test needs to be updated to positively test their change that
has fixed some or all of these issues).

I do wonder whether I could demonstrate breakage without a macro here,
but any way I slice it I can't think of a way to get two calls to the
same function on the same line/column in non-macro C++ - implicit
conversions happen at the same location as an explicit function, but
you'd never get an implicit conversion on the result of an explicit call
to the same implicit conversion operator (since the value is already
converted to the desired result)...

llvm-svn: 208468
2014-05-10 02:44:57 +00:00
..
INPUTS
bindings cindex-dump.py: fix the --show-ids description string 2014-05-05 04:42:26 +00:00
docs PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas and 2014-05-09 21:08:59 +00:00
examples
include Stop all the Decl classes poking at Redeclarable's data member directly, and make getNextRedeclaration follow the pattern of its friends getPreviousDecl and getMostRecentDecl. 2014-05-10 01:17:36 +00:00
lib Add FIXME describing the limitation of using column info to disambiguate inlining. 2014-05-10 02:44:57 +00:00
runtime [CMake] Propagate top-level targets for compiler-rt runtimes and test-suites 2014-03-21 13:09:25 +00:00
test Add FIXME describing the limitation of using column info to disambiguate inlining. 2014-05-10 02:44:57 +00:00
tools Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic() 2014-05-09 22:33:11 +00:00
unittests clang-format: [JS] Fix spacing in dict literals. 2014-05-09 10:26:08 +00:00
utils [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
www Fix link target. 2014-05-09 00:20:01 +00:00
.arcconfig Updated phabricator server. 2014-04-07 03:39:55 +00:00
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
INSTALL.txt
LICENSE.TXT
Makefile
ModuleInfo.txt
NOTES.txt
README.txt

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/