llvm-project/clang/lib
Saleem Abdulrasool ec5c624550 CodeGen: tweak struct ABI handling
Cygwin and MinGW fail to conform to the underlying system's structure passing
ABI.  Make the check more precise to ensure that we correctly generate code for
the itanium environment.

llvm-svn: 222626
2014-11-23 02:16:24 +00:00
..
ARCMigrate clang-format a recent commit I made 2014-11-19 05:48:40 +00:00
AST Simplify MicrosoftMangleContextImpl::shouldMangleStringLiteral 2014-11-22 06:20:38 +00:00
ASTMatchers Replace variadic operator function pointer with an enum value. 2014-11-20 15:45:53 +00:00
Analysis Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +00:00
Basic [CMake] Use .svn/wc.db as our VC dependency if it's available. 2014-11-20 03:57:45 +00:00
CodeGen CodeGen: tweak struct ABI handling 2014-11-23 02:16:24 +00:00
Driver clang: do not add -pie for tsan 2014-11-21 12:19:01 +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: Understand more lambda return types. 2014-11-21 14:08:38 +00:00
Frontend Extended list of valid frontend options with '-cl-std=CL2.0'. 2014-11-20 19:25:00 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Intercept __crt_va_* used by MSVC "14" 2014-11-20 22:44:03 +00:00
Index [CMake] Prune redundant libdeps. 2014-10-30 01:37:44 +00:00
Lex clang-format a recent commit I made 2014-11-19 05:48:40 +00:00
Parse Enable ActOnIdExpression to use delayed typo correction for non-C++ code 2014-11-21 18:48:04 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Delay checking overrides for exception specifications if the overridden 2014-11-22 03:09:05 +00:00
Serialization [modules] When explicitly importing a module, it's fine for the imported module 2014-11-21 05:37:20 +00:00
StaticAnalyzer Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept. 2014-11-19 07:49:47 +00:00
Tooling [Tooling] Restore current directory after processing each file. 2014-11-10 15:42:31 +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