llvm-project/clang/lib
Fariborz Jahanian 021510e96f Patch adds support for copying of those
objective-c++ class objects which have GC'able objc object
pointers and need to use ObjC's objc_memmove_collectable
API (radar 8070772). 

llvm-svn: 106061
2010-06-15 22:44:06 +00:00
..
AST Allocate template parameter lists for out-of-line definitions via the 2010-06-15 17:44:38 +00:00
Analysis Small fixes regarding printf fix suggestions. 2010-06-11 04:22:02 +00:00
Basic Add an option -fshow-overloads=best|all to limit the number of overload 2010-06-11 05:57:47 +00:00
Checker Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration 2010-06-15 17:48:49 +00:00
CodeGen Patch adds support for copying of those 2010-06-15 22:44:06 +00:00
Driver Driver: Support -Wp,-MMD,FOO, which I found an instance of. :( 2010-06-15 20:30:18 +00:00
Frontend fix the various buildbot failures by ensuring that tokens are really completely initialized. 2010-06-15 21:06:38 +00:00
Headers MinGW requires that wint_t be defined in stddef.h. In order to accomodate, we 2010-06-15 02:36:48 +00:00
Index Simplify libIndex Makefile, which doesn't need to worry about altivec support. 2010-06-08 20:57:18 +00:00
Lex Remove a dead argument to ProcessUCNEscape. 2010-06-15 18:06:43 +00:00
Parse Allow an asm label specifier on C++ methods, like GCC does. 2010-06-13 05:34:18 +00:00
Rewrite Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration 2010-06-15 17:48:49 +00:00
Runtime Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00
Sema Patch adds support for copying of those 2010-06-15 22:44:06 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00