1. 75cf3e8 Mark objc methods that are implicitly declared for properties (not user-declared) as implicit. by Argyrios Kyrtzidis · 13 years ago
  2. f1d5948 Fix -ferror-limit= to properly emit notes following the last error by Douglas Gregor · 13 years ago
  3. 285f9a2 [driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's by Chad Rosier · 13 years ago
  4. 9b10683 Whitelist operator== and operator!= as valid for unused value warnings, by Chandler Carruth · 13 years ago
  5. ec8058f Treating the unused equality comparisons as something other than part of by Chandler Carruth · 13 years ago
  6. 579a052 Fix this test which had encoded the typo fixed in r137814. by Chandler Carruth · 13 years ago
  7. 50bf68f Don't suggest assignment in implausible situation. We still warn, as the by Chandler Carruth · 13 years ago
  8. 9d8eb3b Introduce a new warning, -Wtop-level-comparison. This warning is by Chandler Carruth · 13 years ago
  9. bc84532 Add serialization support for ClassScopeFunctionSpecializationDecl. by Francois Pichet · 13 years ago
  10. 4b43b30 [libclang] Make clang_getCursor able to handle locations that point inside macro arguments. by Argyrios Kyrtzidis · 13 years ago
  11. 4cbac2a Migrate test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  12. 1c8346c Migrate from llvm/test/FrontendC++ and FileCheckize. by Eric Christopher · 13 years ago
  13. 02394ff Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  14. 6ddb040 Migrate test from llvm/test/FrontendC++ and FileCheckize. by Eric Christopher · 13 years ago
  15. ffe57aa Migrate test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  16. 2b94c69 Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  17. b7f124c Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  18. 61329d6 Migrate test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  19. b571582 Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  20. b06cf89 Migrate varargs.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  21. 41f001f Migrate weak-external.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  22. 32e48a3 Migrate x86-64-abi-sret-vs-2word-struct-param.cpp from by Eric Christopher · 13 years ago
  23. 230768d Migrate thunk-linkonce-odr.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
  24. 5bd0495 [analyzer] teach ExprEngine about loads from static C++ class fields. Fixes <rdar://problem/9948787>. by Ted Kremenek · 13 years ago
  25. fe88395 Robustify test, there is no need to check metadata number which can change. by Devang Patel · 13 years ago
  26. b1a1950 MacOSKeychainAPIChecker: Turn it on by default. by Anna Zaks · 13 years ago
  27. f0c7fe5 MacOSKeychainAPIChecker: Do not report double allocation if first allocation returned an error. by Anna Zaks · 13 years ago
  28. a47027b CMake: "clang-test" may not depend on check.deps. by NAKAMURA Takumi · 13 years ago
  29. 2799c71 Fix tests for non-darwin hosts. by Argyrios Kyrtzidis · 13 years ago
  30. f25a162 Move test from llvm/test/FrontendCXX and update. by Eric Christopher · 13 years ago
  31. d946bda FileCheckize this test. by Eric Christopher · 13 years ago
  32. 427964e [libclang] Require explicit cursor visitation for all TypeLocs (compilation will by Argyrios Kyrtzidis · 13 years ago
  33. 041087c 'pure' and 'const' functions should also be marked nounwind. Migrate by Eric Christopher · 13 years ago
  34. 6db629e Fix the buildbot test. by Argyrios Kyrtzidis · 13 years ago
  35. af1fc7a Track in the AST whether a function is constexpr. by Richard Smith · 13 years ago
  36. 3422fbc [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717. by Argyrios Kyrtzidis · 13 years ago
  37. 9b127f3 Add fixit notes for -Wconstant-logical-operand. by Matt Beaumont-Gay · 13 years ago
  38. f20d272 Teach reference initialization from the result of a user-defined by Douglas Gregor · 13 years ago
  39. 2fd9a47 fix typo in test. by Francois Pichet · 13 years ago
  40. ec24b0e Fix r137086 to actually work properly in general. PR10650. by Eli Friedman · 13 years ago
  41. 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
  42. a544aee Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead. by Bob Wilson · 13 years ago
  43. cc52a06 Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. by Nico Weber · 13 years ago
  44. f7ce52b MacOSKeychainAPIChecker: Test all APIs. by Anna Zaks · 13 years ago
  45. a40b7f2 Update clang tests for r137527. by Eli Friedman · 13 years ago
  46. 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
  47. 703ffb1 MacOSKeychainAPIChecker: by Anna Zaks · 13 years ago
  48. 6d0ee8d Conversions to bool count as integer conversions for the purposes of by Jeffrey Yasskin · 13 years ago
  49. 261f5b4 Place err_cfstring_literal_not_string_constant and warn_cfstring_truncated under "-WCFString" flag. by Ted Kremenek · 13 years ago
  50. 42cd50c Place diagnostic warn_stringcompare under the "-Wstring-compare" flag. by Ted Kremenek · 13 years ago
  51. 9d9eef9 Place warnings related to incorrect "main()" declaration under "-Wmain". by Ted Kremenek · 13 years ago
  52. 8ed7253 Add -Wtypename-missing flag for diagnostic warn_typename_missing. by Ted Kremenek · 13 years ago
  53. 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
  54. ddddd48 De-Unicode-ify. by NAKAMURA Takumi · 13 years ago
  55. 634a43c Fix a raw string literal test case to actually use a raw string literal. by Craig Topper · 13 years ago
  56. 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
  57. 235830b Fix a couple raw string literal tests by Craig Topper · 13 years ago
  58. 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
  59. 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
  60. 2e4f44f Add tests for string literal concatenation. by Craig Topper · 13 years ago
  61. 2fa4e86 Add support for C++0x raw string literals. by Craig Topper · 13 years ago
  62. 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 13 years ago
  63. a6d1e76 When performing the lookup in the current scope for a member access to by Douglas Gregor · 13 years ago
  64. 94a9016 [arcmt] When checking whether properties needs to be strong or not, take into account by Argyrios Kyrtzidis · 13 years ago
  65. 8a4bfaa [libclang] When pointing at an objc property don't return a cursor that points at the by Argyrios Kyrtzidis · 13 years ago
  66. cd9ae48 Add the new unit test that I managed to leave out of r136997 :/ by Kaelyn Uhrain · 13 years ago
  67. d10f4bc Add a test case for the divide-by-zero fix in r137234 by Kaelyn Uhrain · 13 years ago
  68. 730cfb1 objective-c: Using existing infrastructure for finding by Fariborz Jahanian · 13 years ago
  69. 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
  70. 136da1c When adding the base and member initializers for an implicitly-defined by Douglas Gregor · 13 years ago
  71. 3b6b7ac For the availability attribute, allow a declaration to be deprecated by Douglas Gregor · 13 years ago
  72. 4dc41c9 Rewrite default initialization of anonymous structs/unions within a by Douglas Gregor · 13 years ago
  73. a19950e Change an assert into a check. I'm pretty sure there was a point by John McCall · 13 years ago
  74. b51e031 Thread Safety: Added basic argument parsing for all new attributes. by Caitlin Sadowski · 13 years ago
  75. 6b63f55 Make sure to canonicalize the argument type of a non-type template by Douglas Gregor · 13 years ago
  76. 3f86ce1 Hand materialization of temporary expressions when emitting a scalar by Douglas Gregor · 13 years ago
  77. 6b167f4 Don't emit memcpy for copying fields of arrays of volatile elements. by Fariborz Jahanian · 13 years ago
  78. de091ae Fix another -Wuninitialized assertion failure (this one involving bit casts) resulting from the recent -Wuninitialized changes. by Ted Kremenek · 13 years ago
  79. 2112190 objective-c: diagnose protocol inconsistencies in following by Fariborz Jahanian · 13 years ago
  80. a8e0cd8 Do l-value conversion, etc., on a switch condition expression in by John McCall · 14 years ago
  81. 82cd2e5 Be sure to destroy the normal entry block of a cleanup that we by John McCall · 14 years ago
  82. 7d11c3f [analyzer] add more buffer overflow tests to show we handle sizeof(VLA) in obstruse ways... by Ted Kremenek · 14 years ago
  83. 270ba59 Revert 136984 and 136927. by Ted Kremenek · 14 years ago
  84. d6c8865 Perform array bounds checking in more situations and properly handle special by Kaelyn Uhrain · 14 years ago
  85. b8fca90 Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment. by Chad Rosier · 14 years ago
  86. 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 · 14 years ago
  87. c268434 Flesh out the -Warray-bounds detection of C89 tail-padded one-element by Chandler Carruth · 14 years ago
  88. d330e23 Fixed FieldDecl source range. by Abramo Bagnara · 14 years ago
  89. 3f1661d Output to /dev/null, not "0" by Matt Beaumont-Gay · 14 years ago
  90. ca0b57e KeychainAPI checker: Generate an error on double allocation. Pull out getAsPointeeMemoryRegion so that it could be reused. by Anna Zaks · 14 years ago
  91. cc2f30c Extend memset/memcpy/memmove checking to include memcmp by Matt Beaumont-Gay · 14 years ago
  92. 4b302d3 The continue label in an ARC for-in loop should not involve by John McCall · 14 years ago
  93. ace5e76 Have the typo correction in DiagnoseEmptyLookup properly handle template by Kaelyn Uhrain · 14 years ago
  94. 1a38b46 objc rewriter: Fixes a rewriting of implicit casting of an integral by Fariborz Jahanian · 14 years ago
  95. 844d572 Fix a small bug where DiagnoseEmptyLookup would no longer print any messages by Kaelyn Uhrain · 14 years ago
  96. 57fb591 Fix assertion failure in -Wuninitialized involving no-op casts. Fixes PR 10577. by Ted Kremenek · 14 years ago
  97. 62a811d KeychainAPI checker: forgot to commit the test with r136930. This should fix the bot. by Anna Zaks · 14 years ago
  98. 6a3bec3 objective-c: diagnose protocol inconsistencies in following by Fariborz Jahanian · 14 years ago
  99. fc54016 Formatting. by Chad Rosier · 14 years ago
  100. 8fa0a80 Add a new libclang API to return a CXCompletionString for an arbitrary by Douglas Gregor · 14 years ago