llvm-project/clang/lib
Jeffrey Yasskin 5d474d0a96 Fix the 64-bit build. operator<<(DiagnosticBuilder, long) doesn't exist, so
ptrdiff_t (long on 64-bit, apparently) is ambiguous between the int and
unsigned int overloads.

llvm-svn: 105816
2010-06-11 06:58:43 +00:00
..
AST Split DependentNameType into two types. DependentNameType represents the 2010-06-11 00:33:02 +00:00
Analysis Small fixes regarding printf fix suggestions. 2010-06-11 04:22:02 +00:00
Basic Add an option -fshow-overloads=best|all to limit the number of overload 2010-06-11 05:57:47 +00:00
Checker Remove an entry for a now deleted file. Fixes the neglected CMake build. ;] 2010-06-09 08:12:12 +00:00
CodeGen When mangling for the Microsoft C++ ABI, mangle variables in the global 2010-06-11 04:25:47 +00:00
Driver Add an option -fshow-overloads=best|all to limit the number of overload 2010-06-11 05:57:47 +00:00
Frontend Add an option -fshow-overloads=best|all to limit the number of overload 2010-06-11 05:57:47 +00:00
Headers support _lane ops, and multiplies by scalar. 2010-06-10 00:17:56 +00:00
Index Simplify libIndex Makefile, which doesn't need to worry about altivec support. 2010-06-08 20:57:18 +00:00
Lex Fix memory leak in Preprocessor where MacroInfo objects in the MICache wouldn't have their 2010-06-08 23:00:53 +00:00
Parse Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. 2010-06-08 20:44:43 +00:00
Rewrite Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. 2010-06-08 20:44:43 +00:00
Runtime Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00
Sema Fix the 64-bit build. operator<<(DiagnosticBuilder, long) doesn't exist, so 2010-06-11 06:58:43 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00