llvm-project/clang/lib
Fariborz Jahanian 73853e5bab Method implemented in class's implementation may implement
one declared in class's extension and not one declared
in class's superclass. This supresses a bogus warning on
method type mismatch.
Fixes //rdar: // 8530080

llvm-svn: 116118
2010-10-08 22:59:25 +00:00
..
AST __attribute__((aligned(n))) directly specifies the alignment of a declaration 2010-10-08 18:24:19 +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 Revert the hack Chris Lattner added in r97981 to work around 2010-10-08 20:56:19 +00:00
Driver Implement -fshort-enums (rdar://8490496). 2010-10-08 00:25:19 +00:00
Frontend Improve XML output for class/struct/union declarations, from Martin Vejnar! 2010-10-08 21:05:46 +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 When we encounter a '==' in a context expecting a '=', assume the user made a typo: 2010-10-08 02:39:23 +00:00
Rewrite When dealing with an assignment with LHS being a property reference 2010-10-08 21:12:22 +00:00
Sema Method implemented in class's implementation may implement 2010-10-08 22:59:25 +00:00
Serialization Implement -fshort-enums (rdar://8490496). 2010-10-08 00:25:19 +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