llvm-project/clang/lib
Anders Carlsson 3d5829cd4f More return type checking.
llvm-svn: 84034
2009-10-13 21:49:31 +00:00
..
AST When explicitly specializing a member that is a template, mark the 2009-10-13 16:30:37 +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 Ensure we sign extend. 2009-10-13 21:31: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 More return type checking. 2009-10-13 21:49:31 +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