1. 270ba59 Revert 136984 and 136927. by Ted Kremenek · 13 years ago
  2. d6c8865 Perform array bounds checking in more situations and properly handle special by Kaelyn Uhrain · 13 years ago
  3. b8fca90 Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment. by Chad Rosier · 13 years ago
  4. c25175c Make test/SemaObjC/qualified-protocol-method-conflicts.m always fail and mark it XFAIL. This is a stop gap until the output of the test is deterministic. by Ted Kremenek · 13 years ago
  5. c268434 Flesh out the -Warray-bounds detection of C89 tail-padded one-element by Chandler Carruth · 13 years ago
  6. d330e23 Fixed FieldDecl source range. by Abramo Bagnara · 13 years ago
  7. 3f1661d Output to /dev/null, not "0" by Matt Beaumont-Gay · 13 years ago
  8. ca0b57e KeychainAPI checker: Generate an error on double allocation. Pull out getAsPointeeMemoryRegion so that it could be reused. by Anna Zaks · 13 years ago
  9. cc2f30c Extend memset/memcpy/memmove checking to include memcmp by Matt Beaumont-Gay · 13 years ago
  10. 4b302d3 The continue label in an ARC for-in loop should not involve by John McCall · 13 years ago
  11. ace5e76 Have the typo correction in DiagnoseEmptyLookup properly handle template by Kaelyn Uhrain · 13 years ago
  12. 1a38b46 objc rewriter: Fixes a rewriting of implicit casting of an integral by Fariborz Jahanian · 13 years ago
  13. 844d572 Fix a small bug where DiagnoseEmptyLookup would no longer print any messages by Kaelyn Uhrain · 13 years ago
  14. 57fb591 Fix assertion failure in -Wuninitialized involving no-op casts. Fixes PR 10577. by Ted Kremenek · 13 years ago
  15. 62a811d KeychainAPI checker: forgot to commit the test with r136930. This should fix the bot. by Anna Zaks · 13 years ago
  16. 6a3bec3 objective-c: diagnose protocol inconsistencies in following by Fariborz Jahanian · 13 years ago
  17. fc54016 Formatting. by Chad Rosier · 13 years ago
  18. 8fa0a80 Add a new libclang API to return a CXCompletionString for an arbitrary by Douglas Gregor · 13 years ago
  19. 4d9d157 Match type names and give more info for out-of-line function definition errors. by Kaelyn Uhrain · 13 years ago
  20. ae7902c Parsing of C++0x lambda expressions, from John Freeman with help from by Douglas Gregor · 13 years ago
  21. edc2220 This test still hangs on win32, despite XFAIL it. Remove XFAIL. by Ted Kremenek · 13 years ago
  22. 61a6221 Add partial support for using anonymous bitfields (e.g., int : 0) to enforce by Chad Rosier · 13 years ago
  23. a5e19c6 Emit wide string literals with the appropriate alignment. by John McCall · 13 years ago
  24. 03826aa KeychainAPI checker: Add basic diagnostics. Track MemoryRegion istead of SymbolicRef since the address might not be a symbolic value in some cases, for example in fooOnlyFree() test. by Anna Zaks · 13 years ago
  25. c4688ce XFAIL arc.m codegen test on win32 because it is currently hanging. Need to investigate. by Ted Kremenek · 13 years ago
  26. 4ab0024 For APCS the alignment of bitfield types is *not* respected when laying out by Chad Rosier · 13 years ago
  27. 8d28897 Delete one of the old tests that was ported over to Clang. The test is by Chandler Carruth · 13 years ago
  28. 033a07e [analyzer] rename all experimental checker packages to have 'experimental' be the common root package. by Ted Kremenek · 13 years ago
  29. bddfd87 Use the general conditional-cleanup framework instead of rolling our by John McCall · 13 years ago
  30. f0c1d8f Improve overloaded function handling in the typo correction code. by Kaelyn Uhrain · 13 years ago
  31. 17f7bdd [analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive checker that may be useful for security auditing. This checker is currently too noisy to be on by default. by Ted Kremenek · 13 years ago
  32. 7413307 objective-c: Methods declared in methods must type match by Fariborz Jahanian · 13 years ago
  33. fc4b191 In ARC, don't try to reclaim the result of a call to performSelector by John McCall · 13 years ago
  34. 194f06a Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI. by Bob Wilson · 13 years ago
  35. 40f9c30 When rewriting a call to a K&R function to lead to a well-prototyped by John McCall · 13 years ago
  36. 88710f2 A couple fixes for preprocessor expressions: by Eli Friedman · 13 years ago
  37. e164c18 Implements alignment for long long and double types in va_arg on ARM AAPCS. by Rafael Espindola · 13 years ago
  38. 9e6a1ca disable array bounds overflow warning for cases where an array by Chris Lattner · 13 years ago
  39. f23a0ff objective-c rewrite: Fixes rewriting of objective-c collection by Fariborz Jahanian · 13 years ago
  40. e360501 Change the hashing function for DeclContext lookup within an AST file by Douglas Gregor · 13 years ago
  41. aebab72 PR10566: Make sure codegen for deleting an pointer to an incomplete type actually works. by Eli Friedman · 13 years ago
  42. e68b5f1 KeychainAPI checker: only check the paths on which the allocator function returned noErr. (+ minor cleanup) by Anna Zaks · 13 years ago
  43. f57be28 Add a skeleton for the Keychain Services API Checker. Register it as OSX experimental for now. Note, the checker still does not handle tracking of escaped values, taking into account the return value of the allocator functions, nor the actual bug reporting.. by Anna Zaks · 13 years ago
  44. 7898005 objective-c: reverse patch for // rdar://9818354 by Fariborz Jahanian · 13 years ago
  45. 9d9e3dd Test for // rdar://9846759 by Fariborz Jahanian · 13 years ago
  46. 0bfe83b [libclang] Annotation of parameters that got default args from a previous declarations was by Argyrios Kyrtzidis · 13 years ago
  47. f78c4e5 Introduce a Fix-It for the "missing sentinel" warning, adding an by Douglas Gregor · 13 years ago
  48. d2d8be6 Add code completion to produce "else" blocks after an "if" by Douglas Gregor · 13 years ago
  49. e424470 When producing code completion results for variadic macros, fold the by Douglas Gregor · 13 years ago
  50. 6fa14dd Add the various parameter-passing keywords for Distributed Objects by Douglas Gregor · 13 years ago
  51. 6887614 Turn off __has_feature(is_empty) and __has_feature(is_pod) if the by Douglas Gregor · 13 years ago
  52. 0f91c8c When performing code completion after at @interface, allow both by Douglas Gregor · 13 years ago
  53. 4eb7522 When complaining about a non-POD second argument to va_arg, use a by Douglas Gregor · 13 years ago
  54. 895d422 Add support for the 'Q' arm memory constraint. by Eric Christopher · 13 years ago
  55. c0a575f Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple by Argyrios Kyrtzidis · 13 years ago
  56. 53afad5 This patch makes the string/character literal tests run in C, by Douglas Gregor · 13 years ago
  57. 93f1322 Fix assertion failure in CodeGen where the input operand to an asm by Peter Collingbourne · 13 years ago
  58. 9aab148 Fix an inconsistency in Sema::ConvertArgumentsForCall in that by Peter Collingbourne · 13 years ago
  59. fefe91e objective-c: warn if implementation of a method in category by Fariborz Jahanian · 13 years ago
  60. a4c7a43 Really remove FlatStoreManager and BasicStoreManager, this time from the driver. Also remove associated tests. Sorry for the messy commits; this is the result of a botched Git merge. by Ted Kremenek · 13 years ago
  61. fc5b21d Remove flat store tests. by Ted Kremenek · 13 years ago
  62. 8829989 [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to be linearized only when used by the static analyzer. This required a rewrite of LiveVariables, and exposed a ton of subtle bugs. by Ted Kremenek · 13 years ago
  63. eea72a9 [analyzer] fix handling of MaterializeTemporaryExpr by binding the result value to by Ted Kremenek · 13 years ago
  64. d5612a2 Add a fixit for removal of unused label. by Anna Zaks · 13 years ago
  65. 7efa0e0 Fix a test case that was intermittently failing. The issue was that instantiations are not stored in an order preserving structure, so the print order may be impacted. Modified test case to do two FileCheck passes to ensure that both instantiations are in the same place. by Richard Trieu · 13 years ago
  66. db33e14 Added basic parsing for all remaining attributes, thread safety by Caitlin Sadowski · 13 years ago
  67. 1d05d42 Another test case for the &/* mismatch fixit. by Anna Zaks · 13 years ago
  68. 6722155 Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult(). by Anna Zaks · 13 years ago
  69. fdde9e7 Added parsing for guarded_var, pt_guarded_var, lockable, by Caitlin Sadowski · 13 years ago
  70. a26da1a test/Misc/ast-dump-templates.cpp: Disable this temporarily due to unstable output. by NAKAMURA Takumi · 13 years ago
  71. 27f1e7e test/CodeGen/2004-03-16-AsmRegisterCrash.c: XTARGET should accept the part of triplet. ("x86" is not the part of triplet) by NAKAMURA Takumi · 13 years ago
  72. fb72081 Fix a couple of problems with initialization and assignment to by John McCall · 13 years ago
  73. a17f0c4 test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to source tree. by NAKAMURA Takumi · 13 years ago
  74. 65e02fa Introduce the "-index-header-map" option, to give special semantics by Douglas Gregor · 13 years ago
  75. e1adf81 test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, or they would not be recognized as armv7 on some hosts. by NAKAMURA Takumi · 13 years ago
  76. 886fefa Fix thinko in last checkin. by Eric Christopher · 13 years ago
  77. 95ee667 Remove the need for a header and specify a triple so that the type by Eric Christopher · 13 years ago
  78. 55528b2 Fix this up for clang codegen versus llvm-gcc. by Eric Christopher · 13 years ago
  79. 0b2b766 Fix this test to work for arm and on all platforms. by Eric Christopher · 13 years ago
  80. 5cb3d69 Add template instantiations to the output of -ast-dump. by Richard Trieu · 13 years ago
  81. d3e46dd Add a triple to this test and make sure it passes on arm where it was by Eric Christopher · 13 years ago
  82. 0bbe4b1 Correct the triple here. by Eric Christopher · 13 years ago
  83. 023b592 This works on arm. by Eric Christopher · 13 years ago
  84. 16a91a4 Apparently this does work on arm. by Eric Christopher · 13 years ago
  85. b655803 This was meant to test arm anyhow, make the registers agree with the by Eric Christopher · 13 years ago
  86. 2a077fd Remove this test, it's actually testing something that clang doesn't support. by Eric Christopher · 13 years ago
  87. de86a38 XFAIL this test on ARM. Filed PR10518 to track. by Eric Christopher · 13 years ago
  88. 5dcca66 Remove the optimization option for this test. by Eric Christopher · 13 years ago
  89. 2223441 No one cares about ppc, but make this work for arm and x86 and xfail the rest. by Eric Christopher · 13 years ago
  90. c154ec8 Test for r136294. by Chad Rosier · 13 years ago
  91. 0752403 The lock operand to an @synchronized statement is also by John McCall · 13 years ago
  92. 020972d Forbid address-space-qualified function types, per TR 18037 by Peter Collingbourne · 13 years ago
  93. 8c83031 Fix typo in test. by Eli Friedman · 13 years ago
  94. 91873b7 Make CodeGen for array delete involving incomplete class work without crashing. Should fix regression on g++.dg/init/delete1.C. by Eli Friedman · 13 years ago
  95. 87dd7d9 Make this darwin only for now while investigating to clear up x86_64 by Eric Christopher · 13 years ago
  96. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  97. 6fa8f86 [arcmt] Revert r135382, there's a different approach in r135764. rdar://9821111. by Argyrios Kyrtzidis · 13 years ago
  98. 18fd0c6 [arcmt] More automatic transformations and safety improvements; rdar://9615812 : by Argyrios Kyrtzidis · 13 years ago
  99. 990567c Clean up the analysis of the collection operand to ObjC by John McCall · 13 years ago
  100. dfb6ae1 In Microsoft mode, if we are within a templated function and we can't resolve Identifier during BuildCXXNestedNameSpecifier, then extend the SS with Identifier. This will have the effect of resolving Identifier during template instantiation. The goal is to be able to resolve a function call whose nested-name-specifier is located inside a dependent base class. by Francois Pichet · 13 years ago