Go to file
Kaelyn Uhrain 8edb17d753 Add custom callback object for typo correction in BuildRecoveryCallExpr.
The new callback, in addition to limiting which keywords to include in
the pool of typo correction candidates, also filters out non-keyword
candidates that don't refer to (template) functions that accept the
number of arguments that are present for the call being recovered.

llvm-svn: 148962
2012-01-25 18:37:44 +00:00
clang Add custom callback object for typo correction in BuildRecoveryCallExpr. 2012-01-25 18:37:44 +00:00
compiler-rt Tune asan_symbolize.py to symbolize 64-bit binaries correctly. 2012-01-24 10:44:44 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libclc Update repository paths. 2012-01-08 22:31:18 +00:00
libcxx Fix .PHONY target to match new installheaders target. 2012-01-21 06:16:39 +00:00
libcxxabi By changing all of the throw() specs to noexcept I've been able to compile and link all of the source files into a dylib. Prior to this substitution the changed functions were calling __cxa_call_unexpected which isn't implemented yet. However in none of these cases do we actaully want __cxa_call_unexpected to be called. Primative buildit script added. 2012-01-24 23:42:30 +00:00
lld First chunk of native object file reader/writer. The lld-core tool now reads YAML file, links, writes that out as native object format, then reads that native file, then writes the YAML to stdout. Thus the test suite tests both YAML reading/writing as well as native object file reading/writing. 2012-01-16 22:03:44 +00:00
lldb Handle 's' packets correctly when disassembling GDB packet output. 2012-01-25 03:20:34 +00:00
llvm fix a bug I introduced in r148929, this is not a splat! 2012-01-25 09:56:22 +00:00
polly CodeGen: Separate declaration and definition of ClastStmtCodeGen 2012-01-24 16:42:32 +00:00