llvm-project/clang/lib
Nick Lewycky f604212a44 Slightly tweak this condition. "isTransparentContext()" was checking whether an
enum is scoped or not, which is not relevant here. Instead, phrase the loop in
the same terms that the standard uses, instead of this awkward set of
conditions that is *nearly* equal.

llvm-svn: 152489
2012-03-10 07:47:07 +00:00
..
ARCMigrate Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
AST Fix the dumping of BlockExprs. 2012-03-10 03:04:55 +00:00
Analysis [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it doesn't understand. We registered 2012-03-10 01:34:17 +00:00
Basic When checking the encoding of an 8-bit string literal, don't just check the 2012-03-08 21:59:28 +00:00
CodeGen Unify the BlockDeclRefExpr and DeclRefExpr paths so that 2012-03-10 03:05:10 +00:00
Driver Update comment after r152140. Clarify a bit too. 2012-03-09 21:19:44 +00:00
Edit Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Frontend [analyzer] Add support for NoRedundancy inlining mode. 2012-03-09 21:14:01 +00:00
FrontendTool Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Headers * tgmath_logb.patch implements the missing logb function (see C99 standard 7.22, paragraph 5). * tgmath_fabs_complex.patch corrects the return types for the complex fabs functions. These must be non-complex float/double/long double (see C99 standard 7.22, paragraph 4 and 7.3.8.1). Patch contributed by Kristof Beyls. 2012-02-23 20:22:10 +00:00
Index Unbreak the CMake builds following the CallGraph change. 2012-03-02 23:18:45 +00:00
Lex Improve diagnostics for UCNs referring to control characters and members of the 2012-03-09 22:27:51 +00:00
Parse Support for raw and template forms of numeric user-defined literals, 2012-03-09 08:00:36 +00:00
Rewrite objc modern rewriter: don't export @package ivar symbols. 2012-03-10 01:34:42 +00:00
Sema Slightly tweak this condition. "isTransparentContext()" was checking whether an 2012-03-10 07:47:07 +00:00
Serialization Allow serializing an invalid ParmVarDecl and don't set access to public for 2012-03-09 21:09:04 +00:00
StaticAnalyzer [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it doesn't understand. We registered 2012-03-10 01:34:17 +00:00
CMakeLists.txt Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Makefile Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00