llvm-project/clang/lib
Douglas Gregor 5d3d3fa33d For the purposes of overload resolution, consider a conversion from an
Objective-C pointer to void* as a "conversion to void*". This allows
us to prefer an Objective-C object pointer conversion to a superclass
object pointer over an Objective-C object pointer conversion to
cv-void*. Fixes PR9735.

llvm-svn: 129603
2011-04-15 20:45:44 +00:00
..
AST Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Analysis fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
Basic fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
CodeGen Add 3DNow! Intrinsics. 2011-04-15 15:07:13 +00:00
Driver fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
Frontend Fixes a crash when generating dependency file stuff 2011-04-15 18:49:23 +00:00
FrontendTool Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. 2011-03-21 18:40:17 +00:00
Headers Add mm3dnow.h. 2011-04-15 15:11:21 +00:00
Index Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Lex Add __has_feature(cxx_range_for) check for C++11 range-based for loop. 2011-04-15 15:14:40 +00:00
Parse Parse GNU-style attributes prior to the type-id/new-type-id in a C++ 2011-04-15 19:40:02 +00:00
Rewrite Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Sema For the purposes of overload resolution, consider a conversion from an 2011-04-15 20:45:44 +00:00
Serialization Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
StaticAnalyzer Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00