Go to file
Hans Wennborg b1ab2a84f0 Remove ScanfArgType and bake that logic into ArgType.
This is useful for example for %n in printf, which expects
a pointer to int with the same logic for checking as %d
would have in scanf.

llvm-svn: 161407
2012-08-07 08:59:46 +00:00
clang Remove ScanfArgType and bake that logic into ArgType. 2012-08-07 08:59:46 +00:00
clang-tools-extra Add a root CMakeLists.txt and fix up all the test build stuff. 2012-08-07 08:33:04 +00:00
compiler-rt [ASan] Add support for running unit tests by lit (as a part of 'make check-asan' command) 2012-08-07 08:59:15 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc Do not use linkonce_odr linkage in .ll files. This prevented them 2012-08-05 22:25:48 +00:00
libcxx std::equal operating on non-const __bit_iterators was not working. This fixes it. 2012-08-05 21:43:11 +00:00
libcxxabi Fixes apple: #12020687. This was a problem in the demangler with template 2012-08-03 22:02:07 +00:00
lld Hook up lld-test to llvm check-all. Patch by Andy Gibbs! 2012-07-31 18:44:52 +00:00
lldb Fixing an issue where ValueObject::GetPointeeData() would not work correctly for file addresses when fetching items other than the 0-th 2012-08-07 01:49:34 +00:00
llvm MachineCSE: Update the heuristics for isProfitableToCSE. 2012-08-07 06:16:46 +00:00
polly Add preliminary implementation for GPGPU code generation. 2012-08-03 12:50:07 +00:00