llvm-project/clang/lib
Vassil Vassilev 64e1e1ea0a Reland "Warn about unused static file scope function template declarations."
This patch reinstates r299930, reverted in r299956, as a separate diagnostic
option (-Wunused-template). 

llvm-svn: 302518
2017-05-09 11:25:41 +00:00
..
ARCMigrate [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource 2017-04-28 00:25:06 +00:00
AST [ODRHash] Loosen checks on typedefs. 2017-05-09 03:24:34 +00:00
ASTMatchers Add cxxStdInitializerListExpr AST matcher 2017-05-05 21:01:12 +00:00
Analysis Fix PR13910: Don't warn that __builtin_unreachable() is unreachable 2017-04-11 15:36:06 +00:00
Basic [X86][LWP] Add clang support for LWP instructions. 2017-05-08 12:09:45 +00:00
CodeGen [CodeGen][ObjC] Emit @objc_retain at -O0 for variables captured by 2017-05-09 01:20:05 +00:00
Driver [Driver] Don't enable -fsanitize-use-after-scope when ASan is disabled 2017-05-08 21:11:55 +00:00
Edit [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource 2017-04-28 00:25:06 +00:00
Format [clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding 2017-05-08 15:08:00 +00:00
Frontend [sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a hidden -mllvm flag. clang part. 2017-05-05 23:28:18 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers [X86][LWP] Add clang support for LWP instructions. 2017-05-08 12:09:45 +00:00
Index [Index] The relation between the declarations in template 2017-05-04 10:42:06 +00:00
Lex [Modules] Allow umbrella frameworks to define private submodules for subframeworks 2017-05-09 00:41:38 +00:00
Parse Warn that the [] spelling of uuid(...) is deprecated. 2017-05-05 17:05:56 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Reland "Warn about unused static file scope function template declarations." 2017-05-09 11:25:41 +00:00
Serialization Silences gcc's -Wnarrowing. 2017-05-03 07:48:27 +00:00
StaticAnalyzer [analyzer] Fix memory error bug category capitalization. 2017-05-03 11:47:13 +00:00
Tooling [Tooling] Remove redundant check, NFCi 2017-05-05 14:07:23 +00:00
CMakeLists.txt