llvm-project/clang/lib
Douglas Gregor 518bc4cd55 Extend the deduced/actual argument type checking of C++
[temp.deduct.call]p4 to the deduction performed for 'auto', finishing
the fix for PR9233.

llvm-svn: 133239
2011-06-17 05:31:46 +00:00
..
ARCMigrate Raise the ARCMT functionality in Clang into proper FrontendActions. 2011-06-16 16:17:05 +00:00
AST Move computation of __private_extern__ visibilty to 2011-06-16 20:14:50 +00:00
Analysis Finish 2 sentences. 2011-06-16 23:19:36 +00:00
Basic Add some more memory constraints for ARM. 2011-06-17 01:40:49 +00:00
CodeGen Implement proper support for generating code for compound literals in 2011-06-17 04:59:12 +00:00
Driver Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 . 2011-06-16 23:59:43 +00:00
Frontend Fix a regression introduced by r131955 which broke #include_next in subtle situations 2011-06-16 22:58:10 +00:00
FrontendTool Raise the ARCMT functionality in Clang into proper FrontendActions. 2011-06-16 16:17:05 +00:00
Headers Add 'may_alias' attribute. Noticed by Eli. 2011-05-13 01:24:00 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Parse Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Rewrite Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Sema Extend the deduced/actual argument type checking of C++ 2011-06-17 05:31:46 +00:00
Serialization Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
StaticAnalyzer [analyzer] Clean up modeling of strcmp, including cases where a string literal has an embedded null character, and where both arguments are the same buffer. Also use nested ifs rather than early returns; in this case early returns will lose any assumptions we've made earlier in the function. 2011-06-16 07:13:34 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00