clang-1/lib
Fariborz Jahanian 16b10378a9 This patch does the following.
1) Issue digsnostics in non-fragile ABI, when an expression
   evaluates to an interface type (except when it is used to
   access a non-fragile ivar).
2) Issue unsupported error in fragile ABI when an expression
   evaluates to an interface type (except when it is used to
   access a fragile ivar).



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80860 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-03 00:43:07 +00:00
..
AST Add a wicked little test-case that illustrates what we have to deal 2009-09-02 23:58:38 +00:00
Analysis Refactor the check for bad divide into a checker. 2009-09-02 13:26:26 +00:00
Basic Improve diagnostics and recovery when the nested-name-specifier of a 2009-08-26 00:04:55 +00:00
CodeGen Don't try to CodeGen using directives, from Anders Johnsen 2009-09-02 23:49:23 +00:00
Driver Add driver support for -emit-ast and AST compilation steps. 2009-09-01 16:57:46 +00:00
Frontend Visit function/method bodies and issue callback for parameters and local variables. 2009-09-03 00:32:06 +00:00
Headers CMake: Improve installation of Clang 2009-08-23 05:28:29 +00:00
Index Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
Lex Updated GNU runtime non-fragile ABI. 2009-08-31 16:41:57 +00:00
Parse Rewrite of our handling of name lookup in C++ member access expressions, e.g., 2009-09-02 22:59:36 +00:00
Rewrite Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
Sema This patch does the following. 2009-09-03 00:43:07 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00