llvm-project/clang/lib
Benjamin Kramer 065c61b646 CodeGen: Don't emit linkage on thunks that aren't emitted because they're vararg.
This can happen when we're trying to emit a thunk with available_externally
linkage with optimization enabled but bail because it doesn't make sense
for vararg functions.

PR18098.

llvm-svn: 196658
2013-12-07 16:12:52 +00:00
..
ARCMigrate Fix a tranche of comment, test and doc typos 2013-12-05 16:25:25 +00:00
AST Eliminate the last trivial NDEBUG uses in clang headers 2013-12-07 13:51:35 +00:00
ASTMatchers Another pass at adding missing matchers into the registry. 2013-11-25 15:03:44 +00:00
Analysis Revert "[analyzer] Refactor conditional expression evaluating code" 2013-12-06 18:56:29 +00:00
Basic Added support for mcpu krait 2013-12-06 22:43:17 +00:00
CodeGen CodeGen: Don't emit linkage on thunks that aren't emitted because they're vararg. 2013-12-07 16:12:52 +00:00
Driver Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPC 2013-12-07 00:57:46 +00:00
Edit ObjectiveC migrator: When doing migration, migrator must suggest 2013-10-01 21:16:29 +00:00
Format clang-format: Change line break decisions for array subscripts. 2013-12-06 15:19:50 +00:00
Frontend Fix a tranche of comment, test and doc typos 2013-12-05 16:25:25 +00:00
FrontendTool Bring back a StringRef used in some build configurations 2013-11-27 19:44:04 +00:00
Headers Fix a SSE2 intrinsics typo 2013-11-23 22:11:57 +00:00
Index libclang does not depend directly on clangFormat; but clangIndex does 2013-11-13 22:26:04 +00:00
Lex Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum. 2013-12-07 08:41:15 +00:00
Parse Fix code typos spotted while working on type traits 2013-12-06 17:56:43 +00:00
Rewrite Check the initial line number without going through PresumedLoc 2013-12-05 17:28:42 +00:00
Sema Eliminate the last trivial NDEBUG uses in clang headers 2013-12-07 13:51:35 +00:00
Serialization Fix code typos spotted while working on type traits 2013-12-06 17:56:43 +00:00
StaticAnalyzer Revert "[analyzer] Refactor conditional expression evaluating code" 2013-12-06 18:56:29 +00:00
Tooling Fixed a bad assert from r194968. r194969 removed the assert. 2013-12-05 04:27:16 +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