hanchenye-llvm-project/clang/lib
Sean Silva b1287ee5c9 Silence a warning.
/Users/Sean/pg/llvm/tools/clang/lib/CodeGen/CGException.cpp:1871:23: warning: unused variable 'Finally' [-Wunused-variable]
  if (SEHFinallyStmt *Finally = S.getFinallyHandler()) {
                      ^
1 warning generated.

llvm-svn: 228255
2015-02-05 01:20:26 +00:00
..
ARCMigrate Fix layering violation: include/clang/Basic/PlistSupport.h should not include 2015-01-28 20:14:54 +00:00
AST Catch more cases when diagnosing integer-constant-expression overflows. 2015-02-04 21:50:20 +00:00
ASTMatchers Add voidType() matcher. 2014-12-15 15:09:22 +00:00
Analysis Thread Safety Analysis: support adopting of locks, as implemented in 2015-02-04 21:16:17 +00:00
Basic Allow to specify multiple -fsanitize-blacklist= arguments. 2015-02-04 17:40:08 +00:00
CodeGen Silence a warning. 2015-02-05 01:20:26 +00:00
Driver [PowerPC] Revert workaround for TLS linker bug 2015-02-05 01:12:24 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: Add support for SEH __try / __except / __finally blocks. 2015-02-04 15:26:27 +00:00
Frontend [modules] When using -E, we may try to merge decls despite having no Sema 2015-02-04 23:37:59 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Headers: Don't use attribute keywords which aren't reserved 2015-02-04 00:26:10 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex Allow objc_bridge(id) to be used on typedefs of [cv] void*. 2015-02-01 22:34:06 +00:00
Parse Parse: Handle __declspec in a lambda definition 2015-02-04 08:22:46 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Sema: Add support for __declspec(restrict) 2015-02-04 07:23:21 +00:00
Serialization [modules] When using -E, we may try to merge decls despite having no Sema 2015-02-04 23:37:59 +00:00
StaticAnalyzer [analyzer] Relax an assertion in VisitLvalArraySubscriptExpr 2015-02-05 01:02:59 +00:00
Tooling Adopt new cl::HideUnrelatedOptions API added r226729. 2015-01-21 23:26:11 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00