1. 3422fbc [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717. by Argyrios Kyrtzidis · 13 years ago
  2. 9b127f3 Add fixit notes for -Wconstant-logical-operand. by Matt Beaumont-Gay · 13 years ago
  3. f20d272 Teach reference initialization from the result of a user-defined by Douglas Gregor · 13 years ago
  4. 2fd9a47 fix typo in test. by Francois Pichet · 13 years ago
  5. ec24b0e Fix r137086 to actually work properly in general. PR10650. by Eli Friedman · 13 years ago
  6. af0f4d0 Implement function template specialization at class scope extension in Microsoft mode. A new AST node is introduced: ClassScopeFunctionSpecialization. This node holds a FunctionDecl that is not yet specialized; then during the class template instantiation the ClassScopeFunctionSpecialization will spawn the actual function specialization. by Francois Pichet · 13 years ago
  7. a544aee Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead. by Bob Wilson · 13 years ago
  8. cc52a06 Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. by Nico Weber · 13 years ago
  9. f7ce52b MacOSKeychainAPIChecker: Test all APIs. by Anna Zaks · 13 years ago
  10. a40b7f2 Update clang tests for r137527. by Eli Friedman · 13 years ago
  11. 79c9c75 MacOSKeychainAPIChecker: If the allocated data address entered as an enclosing function parameter, skip it to avoid false positives. by Anna Zaks · 13 years ago
  12. 703ffb1 MacOSKeychainAPIChecker: by Anna Zaks · 13 years ago
  13. 6d0ee8d Conversions to bool count as integer conversions for the purposes of by Jeffrey Yasskin · 13 years ago
  14. 261f5b4 Place err_cfstring_literal_not_string_constant and warn_cfstring_truncated under "-WCFString" flag. by Ted Kremenek · 13 years ago
  15. 42cd50c Place diagnostic warn_stringcompare under the "-Wstring-compare" flag. by Ted Kremenek · 13 years ago
  16. 9d9eef9 Place warnings related to incorrect "main()" declaration under "-Wmain". by Ted Kremenek · 13 years ago
  17. 8ed7253 Add -Wtypename-missing flag for diagnostic warn_typename_missing. by Ted Kremenek · 13 years ago
  18. 5290c80 Revert "Fix crash in CFGBuilder involving implicit destructor calls and gotos jumping after an object was declared. Fixes PR 10620." by Ted Kremenek · 13 years ago
  19. ddddd48 De-Unicode-ify. by NAKAMURA Takumi · 13 years ago
  20. 634a43c Fix a raw string literal test case to actually use a raw string literal. by Craig Topper · 13 years ago
  21. a809447 Fix crash in CFGBuilder involving implicit destructor calls and gotos jumping after an object was declared. Fixes PR 10620. by Ted Kremenek · 13 years ago
  22. 235830b Fix a couple raw string literal tests by Craig Topper · 13 years ago
  23. 79e610a The current warning in -Wnull-arithmetic for comparisons between NULL and non-pointers is not very helpful. This patch will update the wording to be more helpful to users. by Richard Trieu · 13 years ago
  24. 8425126 Add diagtool-based test where we enforce that no additional warnings can be added to Clang without a -W flag. by Ted Kremenek · 13 years ago
  25. 2e4f44f Add tests for string literal concatenation. by Craig Topper · 13 years ago
  26. 2fa4e86 Add support for C++0x raw string literals. by Craig Topper · 13 years ago
  27. 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 13 years ago
  28. a6d1e76 When performing the lookup in the current scope for a member access to by Douglas Gregor · 13 years ago
  29. 94a9016 [arcmt] When checking whether properties needs to be strong or not, take into account by Argyrios Kyrtzidis · 13 years ago
  30. 8a4bfaa [libclang] When pointing at an objc property don't return a cursor that points at the by Argyrios Kyrtzidis · 13 years ago
  31. cd9ae48 Add the new unit test that I managed to leave out of r136997 :/ by Kaelyn Uhrain · 13 years ago
  32. d10f4bc Add a test case for the divide-by-zero fix in r137234 by Kaelyn Uhrain · 13 years ago
  33. 730cfb1 objective-c: Using existing infrastructure for finding by Fariborz Jahanian · 13 years ago
  34. 036e81c Expand test of C++0x [class.copymove]p15 to make sure we're actually calling the copy constructor of a base/member from an explicitly-defaulted copy constructor, rather than the default constructor by Douglas Gregor · 13 years ago
  35. 136da1c When adding the base and member initializers for an implicitly-defined by Douglas Gregor · 13 years ago
  36. 3b6b7ac For the availability attribute, allow a declaration to be deprecated by Douglas Gregor · 13 years ago
  37. 4dc41c9 Rewrite default initialization of anonymous structs/unions within a by Douglas Gregor · 13 years ago
  38. a19950e Change an assert into a check. I'm pretty sure there was a point by John McCall · 13 years ago
  39. b51e031 Thread Safety: Added basic argument parsing for all new attributes. by Caitlin Sadowski · 13 years ago
  40. 6b63f55 Make sure to canonicalize the argument type of a non-type template by Douglas Gregor · 13 years ago
  41. 3f86ce1 Hand materialization of temporary expressions when emitting a scalar by Douglas Gregor · 13 years ago
  42. 6b167f4 Don't emit memcpy for copying fields of arrays of volatile elements. by Fariborz Jahanian · 13 years ago
  43. de091ae Fix another -Wuninitialized assertion failure (this one involving bit casts) resulting from the recent -Wuninitialized changes. by Ted Kremenek · 13 years ago
  44. 2112190 objective-c: diagnose protocol inconsistencies in following by Fariborz Jahanian · 13 years ago
  45. a8e0cd8 Do l-value conversion, etc., on a switch condition expression in by John McCall · 13 years ago
  46. 82cd2e5 Be sure to destroy the normal entry block of a cleanup that we by John McCall · 13 years ago
  47. 7d11c3f [analyzer] add more buffer overflow tests to show we handle sizeof(VLA) in obstruse ways... by Ted Kremenek · 13 years ago
  48. 270ba59 Revert 136984 and 136927. by Ted Kremenek · 13 years ago
  49. d6c8865 Perform array bounds checking in more situations and properly handle special by Kaelyn Uhrain · 13 years ago
  50. b8fca90 Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment. by Chad Rosier · 13 years ago
  51. 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
  52. c268434 Flesh out the -Warray-bounds detection of C89 tail-padded one-element by Chandler Carruth · 13 years ago
  53. d330e23 Fixed FieldDecl source range. by Abramo Bagnara · 13 years ago
  54. 3f1661d Output to /dev/null, not "0" by Matt Beaumont-Gay · 13 years ago
  55. ca0b57e KeychainAPI checker: Generate an error on double allocation. Pull out getAsPointeeMemoryRegion so that it could be reused. by Anna Zaks · 13 years ago
  56. cc2f30c Extend memset/memcpy/memmove checking to include memcmp by Matt Beaumont-Gay · 13 years ago
  57. 4b302d3 The continue label in an ARC for-in loop should not involve by John McCall · 13 years ago
  58. ace5e76 Have the typo correction in DiagnoseEmptyLookup properly handle template by Kaelyn Uhrain · 13 years ago
  59. 1a38b46 objc rewriter: Fixes a rewriting of implicit casting of an integral by Fariborz Jahanian · 13 years ago
  60. 844d572 Fix a small bug where DiagnoseEmptyLookup would no longer print any messages by Kaelyn Uhrain · 13 years ago
  61. 57fb591 Fix assertion failure in -Wuninitialized involving no-op casts. Fixes PR 10577. by Ted Kremenek · 13 years ago
  62. 62a811d KeychainAPI checker: forgot to commit the test with r136930. This should fix the bot. by Anna Zaks · 13 years ago
  63. 6a3bec3 objective-c: diagnose protocol inconsistencies in following by Fariborz Jahanian · 13 years ago
  64. fc54016 Formatting. by Chad Rosier · 13 years ago
  65. 8fa0a80 Add a new libclang API to return a CXCompletionString for an arbitrary by Douglas Gregor · 13 years ago
  66. 4d9d157 Match type names and give more info for out-of-line function definition errors. by Kaelyn Uhrain · 13 years ago
  67. ae7902c Parsing of C++0x lambda expressions, from John Freeman with help from by Douglas Gregor · 13 years ago
  68. edc2220 This test still hangs on win32, despite XFAIL it. Remove XFAIL. by Ted Kremenek · 13 years ago
  69. 61a6221 Add partial support for using anonymous bitfields (e.g., int : 0) to enforce by Chad Rosier · 13 years ago
  70. a5e19c6 Emit wide string literals with the appropriate alignment. by John McCall · 13 years ago
  71. 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
  72. c4688ce XFAIL arc.m codegen test on win32 because it is currently hanging. Need to investigate. by Ted Kremenek · 13 years ago
  73. 4ab0024 For APCS the alignment of bitfield types is *not* respected when laying out by Chad Rosier · 13 years ago
  74. 8d28897 Delete one of the old tests that was ported over to Clang. The test is by Chandler Carruth · 13 years ago
  75. 033a07e [analyzer] rename all experimental checker packages to have 'experimental' be the common root package. by Ted Kremenek · 13 years ago
  76. bddfd87 Use the general conditional-cleanup framework instead of rolling our by John McCall · 13 years ago
  77. f0c1d8f Improve overloaded function handling in the typo correction code. by Kaelyn Uhrain · 13 years ago
  78. 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
  79. 7413307 objective-c: Methods declared in methods must type match by Fariborz Jahanian · 13 years ago
  80. fc4b191 In ARC, don't try to reclaim the result of a call to performSelector by John McCall · 13 years ago
  81. 194f06a Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI. by Bob Wilson · 13 years ago
  82. 40f9c30 When rewriting a call to a K&R function to lead to a well-prototyped by John McCall · 13 years ago
  83. 88710f2 A couple fixes for preprocessor expressions: by Eli Friedman · 13 years ago
  84. e164c18 Implements alignment for long long and double types in va_arg on ARM AAPCS. by Rafael Espindola · 13 years ago
  85. 9e6a1ca disable array bounds overflow warning for cases where an array by Chris Lattner · 13 years ago
  86. f23a0ff objective-c rewrite: Fixes rewriting of objective-c collection by Fariborz Jahanian · 13 years ago
  87. e360501 Change the hashing function for DeclContext lookup within an AST file by Douglas Gregor · 13 years ago
  88. aebab72 PR10566: Make sure codegen for deleting an pointer to an incomplete type actually works. by Eli Friedman · 13 years ago
  89. e68b5f1 KeychainAPI checker: only check the paths on which the allocator function returned noErr. (+ minor cleanup) by Anna Zaks · 13 years ago
  90. 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
  91. 7898005 objective-c: reverse patch for // rdar://9818354 by Fariborz Jahanian · 13 years ago
  92. 9d9e3dd Test for // rdar://9846759 by Fariborz Jahanian · 13 years ago
  93. 0bfe83b [libclang] Annotation of parameters that got default args from a previous declarations was by Argyrios Kyrtzidis · 13 years ago
  94. f78c4e5 Introduce a Fix-It for the "missing sentinel" warning, adding an by Douglas Gregor · 13 years ago
  95. d2d8be6 Add code completion to produce "else" blocks after an "if" by Douglas Gregor · 13 years ago
  96. e424470 When producing code completion results for variadic macros, fold the by Douglas Gregor · 13 years ago
  97. 6fa14dd Add the various parameter-passing keywords for Distributed Objects by Douglas Gregor · 13 years ago
  98. 6887614 Turn off __has_feature(is_empty) and __has_feature(is_pod) if the by Douglas Gregor · 13 years ago
  99. 0f91c8c When performing code completion after at @interface, allow both by Douglas Gregor · 13 years ago
  100. 4eb7522 When complaining about a non-POD second argument to va_arg, use a by Douglas Gregor · 13 years ago