llvm-project/clang/lib
Kaelyn Uhrain ba896f17ae Don't allow multiple correction candidates that have the same identifier
but different nested name specifiers to quietly clobber each other so
only one remains if they do not refer to the same NamedDecl. Fixes
PR12951.

llvm-svn: 157823
2012-06-01 18:11:16 +00:00
..
ARCMigrate [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/__bridge_transfer 2012-06-01 00:10:47 +00:00
AST Use fewer temporaries mangling APSInt objects. The performance difference 2012-05-29 07:01:45 +00:00
Analysis Suggest '%@' for Objective-C objects in ObjC format strings. 2012-05-30 21:53:13 +00:00
Basic Add builtin for pclmulqdq instruction. 2012-05-31 05:18:48 +00:00
CodeGen Support C++11 enum forward declarations. 2012-06-01 00:22:57 +00:00
Driver MIPS: Pass -KPIC argument to MIPS assembler if necessary. 2012-05-29 19:07:33 +00:00
Edit [objcmt] Warn when modern objc migrator does not convert a NSNumber message because it requires a cast. 2012-05-24 16:48:23 +00:00
Frontend Fix indenting. 2012-05-29 17:05:42 +00:00
FrontendTool Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
Headers Add builtin for pclmulqdq instruction. 2012-05-31 05:18:48 +00:00
Lex Lexer::ReadToEndOfLine: Only build the string if it's actually used and do so in a less malloc-intensive way. 2012-05-18 19:32:16 +00:00
Parse objc: position of 'fixit' was off by one. 2012-05-29 21:52:45 +00:00
Rewrite clang/lib/Rewrite/Rewriter.cpp: Don't try to rename opened files on Win32. Win32 doesn't allow rename/removing opened files. 2012-05-27 12:59:58 +00:00
Sema Don't allow multiple correction candidates that have the same identifier 2012-06-01 18:11:16 +00:00
Serialization Address minor FIXME in RedeclLink to contain a PointerIntPair instead of derive from it. 2012-05-28 19:38:42 +00:00
StaticAnalyzer [analyzer] Fix BugType memory leak in IdempotentOperationChecker. 2012-05-31 21:24:58 +00:00
Tooling Fix an object lifetime issue in clang/Tooling. 2012-05-31 17:58:43 +00:00
CMakeLists.txt Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00
Makefile Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00