llvm-project/clang/lib
Fariborz Jahanian 4fc98f664b Start and end location of a property-dot syntax expression
must match start and end location of the expression
as expected by the rewriter client. Fixes // rdar: // 8520727

llvm-svn: 115934
2010-10-07 18:12:21 +00:00
..
AST Use a more conventional/efficient implementation for isEnumeralType() 2010-10-06 00:23:35 +00:00
Analysis * Simplify code 2010-10-05 08:38:06 +00:00
Basic Driver: When clang is built with a VENDOR set, include the base LLVM version in 2010-10-07 15:00:30 +00:00
Checker UnreachableCodeChecker cleanup and improvements 2010-10-06 23:02:25 +00:00
CodeGen Mark FunctionNoProtoType's argument as unspecified parameters. 2010-10-06 20:51:45 +00:00
Driver Teach the driver to pass -fexceptions in Objective-C inputs on ARM. 2010-10-06 01:40:51 +00:00
Frontend Don't force spell checking when code-completing. Let the client decide 2010-10-07 18:03:24 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers the mmx intrinsic for pshufw should map to the IR intrinsic, not 2010-10-02 21:32:59 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode. 2010-10-06 04:57:26 +00:00
Parse Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. 2010-10-02 17:45:21 +00:00
Rewrite Fix a block rewriter bug where copy/dispose entries in 2010-10-05 18:05:06 +00:00
Sema Start and end location of a property-dot syntax expression 2010-10-07 18:12:21 +00:00
Serialization Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>. 2010-10-05 20:41:58 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00