llvm-project/clang/lib
Ted Kremenek 2ccf19e1ab Change 'method X in protocol not implemented' warning to include the name of the protocol.
This removes an extra "note:", which wasn't really all that more useful
and overall reduces the diagnostic spew for this case.

llvm-svn: 197207
2013-12-13 05:58:51 +00:00
..
ARCMigrate Re-apply r197076 and r197086; the build was fixed by chapuni in r197114. 2013-12-12 02:24:20 +00:00
AST [-cxx-abi microsoft] Remove trailing spaces from the mangler 2013-12-13 01:06:04 +00:00
ASTMatchers [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
Analysis Add CFG tests for switch's involving "extended" enum. 2013-12-11 23:44:05 +00:00
Basic [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS. 2013-12-09 19:04:43 +00:00
CodeGen Move C++ destructor emission into CGCXXABI 2013-12-13 00:53:54 +00:00
Driver Avoid temporary std::string. 2013-12-12 15:48:19 +00:00
Edit Add front-end infrastructure now address space casts are in LLVM IR. 2013-12-11 13:39:46 +00:00
Format Implemented GNU-style formatting for compound statements. 2013-12-12 09:49:52 +00:00
Frontend With the new update to the ABI, we should not look for installations 2013-12-12 20:30:41 +00:00
FrontendTool [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
Headers Fix a SSE2 intrinsics typo 2013-11-23 22:11:57 +00:00
Index [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS. 2013-12-09 19:04:43 +00:00
Lex [Modules] Don't parse any module map if modules are disabled. 2013-12-12 16:08:33 +00:00
Parse Unify type trait parsing 2013-12-12 21:23:03 +00:00
Rewrite [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
Sema Change 'method X in protocol not implemented' warning to include the name of the protocol. 2013-12-13 05:58:51 +00:00
Serialization Implement DR1460: fix handling of default initializers in unions; don't allow 2013-12-10 08:25:00 +00:00
StaticAnalyzer [analyzer] Add checker callbacks for MemberExpr and UnaryExprOrTypeTraitExpr. 2013-12-11 17:58:10 +00:00
Tooling Filter-out irrelevant command-line options in CommonOptionsParser. 2013-12-12 09:59:42 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00