1. 9906149 Print 'int' instead of 'const int' in the narrowing conversion error, since the by Jeffrey Yasskin · 13 years ago
  2. 80cb6e6 Warn on missing [super finalize] calls. by Nico Weber · 13 years ago
  3. 96a914a Disable the l-value to r-value conversion on C++ class types passed by John McCall · 13 years ago
  4. b860739 objective-c - Make warning on unimplemented protocols point by Fariborz Jahanian · 13 years ago
  5. 05a4652 [analyzer] Add test case for handling of __bridge_transfer that previously resulted in a 'stack address' warning (that was fixed in r138616). Fixes <rdar://problem/10018376>. by Ted Kremenek · 13 years ago
  6. 95ed778 objective-c: Treat top-level objective-c declarations by Fariborz Jahanian · 13 years ago
  7. 6be16fe Take an entirely different approach to handling the "parsing" of by Douglas Gregor · 13 years ago
  8. 72e4d0c [arcmt] Xfail the test for windows. by Argyrios Kyrtzidis · 13 years ago
  9. 5f8d604 The lvalue-to-rvalue on structs in C++ is actually part by John McCall · 13 years ago
  10. f4a3f95 XFAIL one of the module tests on win32, until we figure out what's happening by Douglas Gregor · 13 years ago
  11. 62088e3 Control 'invalid conversion specifier' warnings under a subflag (-Wformat-invalid-specifier) of -Wformat. Fixes <rdar://problem/10031930>. by Ted Kremenek · 13 years ago
  12. 6aa52ec Introduce support for a simple module import declaration, which by Douglas Gregor · 13 years ago
  13. d37c67b [arcmt] Add a test case for r138671 and improve the loop. by Argyrios Kyrtzidis · 13 years ago
  14. 6da28e2 FreeBSD (apparently) does not support crash-recovery tests. by Andrew Trick · 13 years ago
  15. 9414449 objc-arc: Mention property's attribute by name when by Fariborz Jahanian · 13 years ago
  16. cec52f0 Slight optimization enabled by the previous assert: by John McCall · 13 years ago
  17. 7b2f51c Don't assert on taking the address of a non-type template parameter. Fixes PR10766. by Eli Friedman · 13 years ago
  18. 1795d37 Make sure we don't crash printing builtin candidates for overloads of deleted operators. Fixes PR10757. by Eli Friedman · 13 years ago
  19. 8071797 [driver] Remove a few more options when clang invokes cc1plus for i386 kexts. by Chad Rosier · 13 years ago
  20. 4418439 Since the 'is aliased' bit is critical for correctness in C++, it by John McCall · 13 years ago
  21. 90b2bdf An initialization does not alias. by John McCall · 13 years ago
  22. 1366862 The allocated exception slot does not alias anything; should fix self-host. by John McCall · 13 years ago
  23. 782f63e Handle CXXTempObjectRegion in StackAddrEscapeChecker. by Jeffrey Yasskin · 13 years ago
  24. 1b90605 [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disable merging of by Chad Rosier · 13 years ago
  25. 089ee11 PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update the test by Ivan Krasin · 13 years ago
  26. 3a51d41 Fix a crash-on-invalid. by Matt Beaumont-Gay · 13 years ago
  27. 410ffb2 Track whether an AggValueSlot is potentially aliased, and do not by John McCall · 13 years ago
  28. 8c7e67d Don't warn on category implementing a method, if by Fariborz Jahanian · 13 years ago
  29. b5af843 Eliminate the -chained-pch flag and all of the frontend and libclang options associated with it. Chained PCH is the only way to build a PCH file that includes another PCH file by Douglas Gregor · 13 years ago
  30. 467dc88 Introduce a -cc1 option "-emit-module", that creates a binary module by Douglas Gregor · 13 years ago
  31. ca4c40a objc - fix a bug exposed by my recent decl context changes. // rdar://10015110 by Fariborz Jahanian · 13 years ago
  32. 6f155de [libclang] Fix getting a cursor that points inside tag definition that is part by Argyrios Kyrtzidis · 13 years ago
  33. 03c107a Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be by Argyrios Kyrtzidis · 13 years ago
  34. e7a2764 Teach -Wunreachable-code about dead code caused by macro expansions. This should suppress false positives resulting from 'assert' and friends. by Ted Kremenek · 13 years ago
  35. fab83b5 [driver] Do not add -kext to the link command line when compiling with by Chad Rosier · 13 years ago
  36. 1b59e9c Remove a bogus assertion from the AST reader, which assumed that by Douglas Gregor · 13 years ago
  37. 3d15ab8 Use the module manager's search facility to look for methods with a by Douglas Gregor · 13 years ago
  38. 58fd97a Add support for Microsoft __ptr32 keyword. Patch by Chris Cudmore! by Francois Pichet · 13 years ago
  39. 851c75a Introduce a depth-first search of modules into the module manager, by Douglas Gregor · 13 years ago
  40. bba43ef Follow up to r138470 (Add PNaCl TargetInfo). I've occasionally submitted wrong patch. by Ivan Krasin · 13 years ago
  41. 9840111 [analyzer] MacOSKeychainAPIChecker: Provide reacher diagnostic trace by pointing to the allocation site when reporting a leak. by Anna Zaks · 13 years ago
  42. ef05abd Add PNaCl TargetInfo. by Ivan Krasin · 13 years ago
  43. 0d95f77 In the AST reader, switch name lookup within a DeclContect over to the by Douglas Gregor · 13 years ago
  44. 3f7eb9a Add testcase for r138411 by Bruno Cardoso Lopes · 13 years ago
  45. 736a9c2 Make constant aggregate constant initializers private linkage. by Eric Christopher · 13 years ago
  46. 6cf0ed0 [analyzer] MacOSKeychainAPIChecker: Add reasoning about functions which MIGHT deallocate the memory region allocated with SecKeychain APIs. Specifically, when the buffer is passed to CFStringCreateWithBytesNoCopy along with a custom deallocator, which might potentially correctly release the memory. by Anna Zaks · 13 years ago
  47. cc075e4 objc - fix up the builtin type for objc_assign_ivar. // rdar://9362887. by Fariborz Jahanian · 13 years ago
  48. f40fd6b Refactor and fix checking for initialization of flexible array members. The old version had the checks scattered across the code, missed some checks, and had a couple nasty bugs in existing checks. by Eli Friedman · 13 years ago
  49. a5cf92d Right now this requires asserts. by Eric Christopher · 13 years ago
  50. 540dda6 Fix regression in -Wuninitialized involving VLAs. It turns out that we were modeling sizeof(VLAs) by Ted Kremenek · 13 years ago
  51. 3ac1fbc Thread-safety analysis: adding in a basic lockset tracking system. This by Caitlin Sadowski · 13 years ago
  52. f857186 Add support for a verifier to the driver. Currently only verifies debug by Eric Christopher · 13 years ago
  53. 903d6dc Fix an incorrect note. by Matt Beaumont-Gay · 13 years ago
  54. b9dbab1 block IRgen - Fixes a crash when determining if given block variable by Fariborz Jahanian · 13 years ago
  55. 2873aee Make sure we don't inline functions marked with __attribute__((naked)). <rdar://problem/9973228> by Eli Friedman · 13 years ago
  56. 7bbd166 [analyzer] MacOSKeychainAPIChecker: Users of KeyChain API often use free() to deallocate the password. Catch this error explicitly and generate the error message at the place where free() is called. by Anna Zaks · 13 years ago
  57. 4eb14ca Do not perform check for missing '[super dealloc]' under ARC as calling -dealloc is illegal in that mode. by Ted Kremenek · 13 years ago
  58. 9a1ecf0 Warn on missing [super dealloc] calls. by Nico Weber · 13 years ago
  59. 0124839 Fix a crash-on-valid that has been here for a very long time: by Chandler Carruth · 13 years ago
  60. cb8061e Fix a bug in objc @encoding of C++ classes. by Argyrios Kyrtzidis · 13 years ago
  61. a28948f Restore patch I reversed in r138040. Known buildbot failures are resolved. by Fariborz Jahanian · 13 years ago
  62. e62e87b [analyzer] Move handling of hardcoded noreturn ("panic") methods from CFRefCount to NoReturnFunctionChecker. No functionality change intended. by Jordy Rose · 13 years ago
  63. e1ffb15 test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryContext supports Win32 since r138199. by NAKAMURA Takumi · 13 years ago
  64. c44e941 Remove this test. It requires C++ standard library headers, which we'd by Chandler Carruth · 13 years ago
  65. 3526e47 test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp: Mark XFAIL: win32. by NAKAMURA Takumi · 13 years ago
  66. 0c02ada Make the loading of multiple records for the same identifier (from by Douglas Gregor · 13 years ago
  67. 211f6e8 Introduce a module visitation function that starts at the top-level by Douglas Gregor · 13 years ago
  68. 7be2f46 Remove XFAIL/XTARGET since this is passing on the other bots. by Eric Christopher · 13 years ago
  69. 89a179b Migrate, update and FileCheckize: by Eric Christopher · 13 years ago
  70. a1032cc Migrate, update and FileCheckize: by Eric Christopher · 13 years ago
  71. 7bc54e5 Migrate, FileCheckize and update: by Eric Christopher · 13 years ago
  72. baa15d6 Migrate and update: by Eric Christopher · 13 years ago
  73. f9a642f Remove this file, it's not much of a test and string headers cause by Eric Christopher · 13 years ago
  74. aeac10e Migrate, FileCheckize and update: by Eric Christopher · 13 years ago
  75. 2368b6a Migrate, FileCheckize and update: by Eric Christopher · 13 years ago
  76. 51abac1 Modify the check line to be happier on windows. by Eric Christopher · 13 years ago
  77. 56a89ea Remove dead file. by Eric Christopher · 13 years ago
  78. 16d482e Migrate, FileCheckize and update: by Eric Christopher · 13 years ago
  79. c0b850c Add new test. Remove one outdated test. by Devang Patel · 13 years ago
  80. 2ba4fde Try removing xfail and xtarget to see if this brings back a couple of bots. by Eric Christopher · 13 years ago
  81. 3b20b9e Migrate 2007-01-02-UnboundedArray.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  82. 335552e Migrate: by Eric Christopher · 13 years ago
  83. e645278 Remove 2008-10-29-WrongOffset.cpp since it requires a header file on all by Eric Christopher · 13 years ago
  84. 97b02c5 Migrate 2007-10-01-StructResize.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  85. 44f609c Migrate 2008-01-12-VecInit.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  86. 3d88380 Migrate 2008-05-07-CrazyOffsetOf.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  87. 7b9bb72 Migrate 2008-10-29-WrongOffset.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  88. 723665f Migrate 2009-03-17-dbg.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  89. f54a225 Migrate 2009-04-23-bool2.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  90. e90e9c3 Remove this test. It's failing and it's not that good of a test. by Eric Christopher · 13 years ago
  91. 28e7d2a Migrate 2009-06-16-DebugInfoCrash.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  92. c0791f1 Migrate 2009-07-16-PrivateCopyConstructor.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  93. 59de683 Migrate 2009-08-05-ZeroInitWidth.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  94. 3592f64 Migrate 2009-07-16-Using.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  95. 07881a2 Migrate 2009-08-11-VectorRetTy.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  96. ea6de30 Migrate 2009-09-09-packed-layout.cpp test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  97. 2c56377 Migrate 2009-10-27-crash.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  98. 8a8d6d8 Migrate 2009-12-23-MissingSext.cpp from test/FrontendC++ and modify by Eric Christopher · 13 years ago
  99. 1999c7c Do not depend on the standard library on the system. Replace the #include with by Nick Lewycky · 13 years ago
  100. 5c5218e Improve the correctness and accuracy of the message for -Wdynamic-class-memaccess by Matt Beaumont-Gay · 13 years ago