llvm-project/clang/lib
Bob Wilson 98bc98caa8 Clean up type flags for overloaded Neon builtins. No functional change.
This patch just adds a simple NeonTypeFlags class to replace the various
hardcoded constants that had been used until now.  Unfortunately I couldn't
figure out a good way to avoid duplicating that class between clang and
TableGen, but since it's small and rarely changes, that's not so bad.

llvm-svn: 144054
2011-11-08 01:16:11 +00:00
..
ARCMigrate [arcmt] Fix handling NSMakeCollectable inside an objc method. 2011-11-07 18:46:50 +00:00
AST When we notice that a member function is defined with "= delete" or "= 2011-11-07 20:56:01 +00:00
Analysis Change the AST representation of operations on Objective-C 2011-11-06 09:01:30 +00:00
Basic Use StringRef's case transformation methods. 2011-11-06 20:36:48 +00:00
CodeGen Clean up type flags for overloaded Neon builtins. No functional change. 2011-11-08 01:16:11 +00:00
Driver Whitespace. 2011-11-07 19:52:29 +00:00
Frontend ASTConsumer::handleTopLevelDecl will end up getting called for 2011-11-07 18:53:57 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Fix vector macros to correctly check argument types. <rdar://problem/10261670> 2011-11-05 06:08:06 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex Fix one last place where we weren't writing into a string literal consistently. 2011-11-05 00:41:04 +00:00
Parse When we notice that a member function is defined with "= delete" or "= 2011-11-07 20:56:01 +00:00
Rewrite Change the AST representation of operations on Objective-C 2011-11-06 09:01:30 +00:00
Sema Clean up type flags for overloaded Neon builtins. No functional change. 2011-11-08 01:16:11 +00:00
Serialization Change the AST representation of operations on Objective-C 2011-11-06 09:01:30 +00:00
StaticAnalyzer Rip out CK_GetObjCProperty. 2011-11-07 05:09:54 +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