hanchenye-llvm-project/clang/lib
Douglas Gregor 50a3cdddda When determining whether an identifier followed by a '<' in a member
access expression is the start of a template-id, ignore function
templates found in the context of the entire postfix-expression. Fixes
PR11856.

llvm-svn: 152520
2012-03-10 23:52:41 +00:00
..
ARCMigrate Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to 2012-03-10 09:33:50 +00:00
AST The type of a definition should not increase its visibility. Fixes PR12221. 2012-03-10 13:01:40 +00:00
Analysis Replace a map of boolean values with a set. 2012-03-10 15:08:09 +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 Simplify code. No functionality change. 2012-03-10 20:38:56 +00:00
Driver Use VersionTuple to manage macosx versions in the driver. No functionality change. 2012-03-10 20:55:36 +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 No longer defining GNUC mode when compiling for Microsoft compatibility. This allows people's cross-platform compiler-specific macros to work properly. 2012-03-10 22:21:14 +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 objective-c modern rewriter: add __declspec(dllexport) to forward 2012-03-10 18:25:06 +00:00
Sema When determining whether an identifier followed by a '<' in a member 2012-03-10 23:52:41 +00:00
Serialization Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to 2012-03-10 09:33:50 +00:00
StaticAnalyzer Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to 2012-03-10 09:33:50 +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