hanchenye-llvm-project/clang/lib
Anders Carlsson e4f4b5e919 Check the return type of binary operators and the arrow operator.
llvm-svn: 84043
2009-10-13 22:43:21 +00:00
..
AST fix test/CodeGen/statements.c on 32-bit hosts. 2009-10-13 22:12:09 +00:00
Analysis Now we can call into another function with the CallInliner transfer function. 2009-10-13 02:36:42 +00:00
Basic Unify our diagnostic printing for errors of the form, "we didn't like 2009-10-13 21:16:44 +00:00
CodeGen fix test/CodeGen/statements.c on 32-bit hosts. 2009-10-13 22:12:09 +00:00
Driver -funit-at-a-time is the default however some current makefiles pass -fno-unit-at-a-time which is ignored by GCC, we should warn about this not error out. 2009-10-13 16:41:34 +00:00
Frontend Fixes pth.c on Windows. 2009-10-13 18:51:32 +00:00
Headers Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions 2009-09-18 19:18:19 +00:00
Index Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
Lex This fixes support for complex literals, reworked to avoid a goto, and 2009-10-08 22:55:36 +00:00
Parse Pass the right SourceLocation to Actions.ActOnOverloadedOperatorReferenceExpr and Actions.ActOnConversionOperatorReferenceExpr. Update incomplete-call.cpp test. 2009-10-13 21:02:07 +00:00
Rewrite Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
Sema Check the return type of binary operators and the arrow operator. 2009-10-13 22:43:21 +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