clang-1/lib
Edward O'Callaghan c37691068d -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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83976 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-13 16:41:34 +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 fix PR4938 by recognizing % as a modifier on outputs, 2009-10-13 04:32:07 +00:00
CodeGen Refine handling for return value conversions with respect to virtual 2009-10-13 10:55:21 +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 Fixup windows include paths. Patch by John Thompson. 2009-10-12 20:50:45 +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 Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
Rewrite Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
Sema When explicitly specializing a member that is a template, mark the 2009-10-13 16:30:37 +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