llvm-project/clang/lib
Douglas Gregor 62ffead1ad When checking the parameter types of an Objective-C method, don't
decay the parameter type immediately; let CheckParameter() do its
job. Fixes <rdar://problem/12071218>.

llvm-svn: 172780
2013-01-18 01:41:40 +00:00
..
ARCMigrate [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal 2013-01-16 23:54:48 +00:00
AST Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not 2013-01-17 23:46:04 +00:00
ASTMatchers Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
Analysis Format strings: don't ever convert %+d to %lu. 2013-01-17 22:34:10 +00:00
Basic Implement parsing, AST, (de-)serialization, and placeholder global 2013-01-14 17:21:00 +00:00
CodeGen [IRgen] Update modules autolink metadata to use module flags (as now specified 2013-01-17 01:35:06 +00:00
Driver We want the dwarf AT_producer for assembly source files to match clang's 2013-01-17 21:38:06 +00:00
Edit [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal 2013-01-16 23:54:48 +00:00
Format Formatter: Get bit tests in ifs right. 2013-01-17 17:17:19 +00:00
Frontend Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that 2013-01-16 01:23:41 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers Parsing support for C11's _Noreturn keyword. No semantics yet. 2013-01-17 22:16:11 +00:00
Lex Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are not supported. 2013-01-17 17:35:00 +00:00
Parse Parsing support for C11's _Noreturn keyword. No semantics yet. 2013-01-17 22:16:11 +00:00
Rewrite Rework the traversal of Objective-C categories and extensions to 2013-01-16 23:00:23 +00:00
Sema When checking the parameter types of an Objective-C method, don't 2013-01-18 01:41:40 +00:00
Serialization Rework the traversal of Objective-C categories and extensions to 2013-01-16 23:00:23 +00:00
StaticAnalyzer [analyzer] DirectIvarAssignment: allow suppression annotation on Ivars. 2013-01-17 23:24:58 +00:00
Tooling Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00