llvm-project/clang/include/clang
Jeffrey Yasskin 2b99c6fc4f Add an option -fshow-overloads=best|all to limit the number of overload
candidates printed.  We default to 'all'.  At the moment, 'best' prints only
the first 4 overloads, but we'll improve that over time.

llvm-svn: 105815
2010-06-11 05:57:47 +00:00
..
AST Improve readability with TRY_TO, remove a redundant comment, and fix one aspect 2010-06-11 01:00:06 +00:00
Analysis Added FixIt support to printf format string checking. 2010-06-09 04:11:11 +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 Test commit: fix method summary comment 2010-06-03 06:52:32 +00:00
CodeGen Fix two typos in comments. 2010-06-09 21:17:41 +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
Index update to match LLVM API change: 2009-12-15 07:26:51 +00:00
Lex Token is POD-like. 2010-06-08 11:23:26 +00:00
Parse Added AccessSpecDecl node. 2010-06-05 05:09:32 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Sema Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to 2010-06-01 09:23:16 +00:00
CMakeLists.txt Reapplying patch to change StmtNodes.def to StmtNodes.td, this time 2010-05-05 15:24:00 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00