1. 35a38d9 On second thought, don't warn about reinterpret_casts under -Wcast-align. by John McCall · 14 years ago
  2. 58f281f Add warning for functions/blocks that have attribute 'noreturn' but return a non-void result. (<rdar://problem/7562925>) by Ted Kremenek · 14 years ago
  3. e4f26e5 When deducing the element type of an array, ignore qualifiers if by John McCall · 14 years ago
  4. ea94bbc libclang: Put clang_reparseTranslationUnit inside a crash recovery context. by Daniel Dunbar · 14 years ago
  5. 4e938f57b There is no pointer conversion between to similar types (i.e., same by Douglas Gregor · 14 years ago
  6. 245adab Added psuedo-constant analysis and integrated it into the false positive reduction stage in IdempotentOperationChecker. by Tom Care · 14 years ago
  7. 5e1e89b Contextual arity is a feature of mangling expressions; kill off by John McCall · 14 years ago
  8. 19ffd49 libclang: Put clang_parseTranslationUnit inside a crash recovery context. by Daniel Dunbar · 14 years ago
  9. 7b86862 Make sure to add MallocAttr to explicitly-declared operator new/new[] by Douglas Gregor · 14 years ago
  10. 6aa03e6 Flesh out the test cases a little. by John McCall · 14 years ago
  11. 94c3b56 Rip out the existing retroactive abstract-class usage checker, by John McCall · 14 years ago
  12. 2767ce2 Emit an error if an array is too large. We're slightly more strict by Douglas Gregor · 14 years ago
  13. d7241c7 Fix PR7889 by generalizing some over specialized code. There is no by Chris Lattner · 14 years ago
  14. 5c12c7b fix PR7892, a crash on valid in c++ codegen of __PRETTY_FUNCTION__ by Chris Lattner · 14 years ago
  15. 1b72fa7 Diagnose if type of iboutletcollection attribute is a builtin type. by Fariborz Jahanian · 14 years ago
  16. 42cbd78 Rename -Wunused-method -> -Wunused-member-function. by Argyrios Kyrtzidis · 14 years ago
  17. 6f615bc Whoops. Don't fall through into the overload case when mangling a by John McCall · 14 years ago
  18. 3d27b10 Introduce -Wunused-method option for warning on unused class methods in anonymous namespace. by Argyrios Kyrtzidis · 14 years ago
  19. 3a3400b Diagnose use of iboutletcollection on ivar/property by Fariborz Jahanian · 14 years ago
  20. ec8045d Implicit decl ref expressions might not have name locations; don't silently by John McCall · 14 years ago
  21. 334c195 Fix horrible CFG bug caused by a series of NullStmts appearing at the beginning of a do...while loop. This would cause by Ted Kremenek · 14 years ago
  22. a8fb24f Patch to add type parameter support for attribute iboutletcollection. by Fariborz Jahanian · 14 years ago
  23. 4597553 A member function never has "C" linkage. Fixes <rdar://problem/8318976>. by Douglas Gregor · 14 years ago
  24. 16ed9ad When generating code completion patterns for method declarations, give by Douglas Gregor · 14 years ago
  25. f47724b Implement #pragma push_macro, patch by Francois Pichet! by Chris Lattner · 14 years ago
  26. 47c03a7 1 != I. Fix the formulation of code-completion patterns for by Douglas Gregor · 14 years ago
  27. 572fc62 Don't try to initialize a reference with a constructed temporary if either by John McCall · 14 years ago
  28. 2d7d2d9 A field of incomplete type is sufficiently disruptive that we should mark by John McCall · 14 years ago
  29. a5fb7c3 Implement support for cached code completions for by Douglas Gregor · 14 years ago
  30. 57dae1a Diagnose assiging to an interface object in by Fariborz Jahanian · 14 years ago
  31. 50e8ac2 Added basic psuedoconstant checking in IdempotentOperationChecker and fixed some test cases. by Tom Care · 14 years ago
  32. 5f808c2 Implement name hiding of cached global code-completion results. by Douglas Gregor · 14 years ago
  33. f5586f6 When caching code completions for global declarations, keep track of by Douglas Gregor · 14 years ago
  34. d657742 Fix a crash when parsing malformed out-of-line member function by Fariborz Jahanian · 14 years ago
  35. 881b36c Fix initialization for members of anonymous struct in a union. by Argyrios Kyrtzidis · 14 years ago
  36. dd7744d Emit diagnostic error when the field of an anonymous struct is non trivial. by Argyrios Kyrtzidis · 14 years ago
  37. 05e3555 support for vec_add, vec_adds, vec_and, vec_andc with bool arguments by Anton Yartsev · 14 years ago
  38. 1827e10 When caching global completion results, keep track of the simplified by Douglas Gregor · 14 years ago
  39. e64f311 Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes: by Jordy Rose · 14 years ago
  40. f231df3 Error out if reinterpret_casting between member pointers of two different sizes. by Charles Davis · 14 years ago
  41. d18f9f9 Err on incomplete class types in member pointers when compiling for the by Charles Davis · 14 years ago
  42. e701117 - Allow making ElementRegions with complex offsets (expressions or symbols) for the purpose of bounds-checking. by Jordy Rose · 14 years ago
  43. 06999f8 Don't warn for the common pattern of disallowing copying: by Argyrios Kyrtzidis · 14 years ago
  44. 8071e42 Extend the code-completion caching infrastructure to include global by Douglas Gregor · 14 years ago
  45. bbc6454 Commit improved version of 111026 & 111027. by Argyrios Kyrtzidis · 14 years ago
  46. a526154 Update CStringChecker to take advantage of the new metadata symbols and region change callback. Now does basic tracking of string length for general regions. Currently this is still only used for modeling strlen(). by Jordy Rose · 14 years ago
  47. 43efa31 PR7884: Fix the implementations of __real__ and __imag__ on real floats. by Eli Friedman · 14 years ago
  48. 8556cc4 Add a test for alloca region extents. by Jordy Rose · 14 years ago
  49. 09865a9 PR3344: Downgrade "too many braces around scalar initializer" to a warning. by Eli Friedman · 14 years ago
  50. 23bc11f Always recurse into sub-cursors when annotating tokens, as this information is used for annotating macro arguments. This finishes up <rdar://problem/8044584>. by Ted Kremenek · 14 years ago
  51. 3f40460 As a heuristic, annotate tokens (via clang_annotateTokens) that are the arguments of a macro instantiation using the closest cursor with the same spelling location. Because macro arguments can get token pasted in any arbitrary order, we use the annotation map to paper over the token -> cursor annotations during our post-processing stage. This fixes most of <rdar://problem/8044584>, but still doesn't work for assert(). by Ted Kremenek · 14 years ago
  52. 87c08a5 Implement caching of code-completion results for macro definitions by Douglas Gregor · 14 years ago
  53. 05eac86 Revert 111026 & 111027, build breakage. by Argyrios Kyrtzidis · 14 years ago
  54. 30c0dd8 The unused warnings extravaganza continues. Warn for: by Argyrios Kyrtzidis · 14 years ago
  55. f6d1d43 Expand the unused warnings for functions. Warn for: by Argyrios Kyrtzidis · 14 years ago
  56. f759b4d When issuing warning for future conflict resolution, by Fariborz Jahanian · 14 years ago
  57. 3cdfc4d Properly give unique-external linkage to members of member templates by John McCall · 14 years ago
  58. 8ba6691 Work around a crash when checking access to injected class names by John McCall · 14 years ago
  59. 7ae2faa Implement clang_saveTranslationUnit(), which saves a translation unit by Douglas Gregor · 14 years ago
  60. caeed1d Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to by Daniel Dunbar · 14 years ago
  61. b859206 Perform access control when template lookup finds a class template. by John McCall · 14 years ago
  62. 0b17c61 Instead of modifying the ObjC AST to not modify existing declarations, teach chained PCH to overwrite declarations from earlier PCH files in dependent ones. Tell Sema to note when it changes AST nodes so that they have to be reserialized. Finally, the ObjCProtocolDecls created in forward decls, like the ObjCInterfaceDecls in @class forward decls, are not lexically part of the decl context; only the definition is. by Sebastian Redl · 14 years ago
  63. 8404f67 Make use of __func__ in a block actually refer to by Fariborz Jahanian · 14 years ago
  64. 279b5eb Just disable the hidden-visibility optimization for now by hiding it behind by John McCall · 14 years ago
  65. a7a8a45 Improved IdempotentOperationChecker false positives and false negatives. by Tom Care · 14 years ago
  66. ea16110 Patch to issue warning when colllection expresion's type by Fariborz Jahanian · 14 years ago
  67. b7f4ffe Implement -Wcast-align. The initial design of this diagnostic diverges by John McCall · 14 years ago
  68. 192b146 Fixes block type matching bug. Radar 8302845. by Fariborz Jahanian · 14 years ago
  69. 7516451 Revert r110936; this fails on clang-i686-darwin10 too. by Dan Gohman · 14 years ago
  70. c9ef405 Downgrade error about nonnull attribute bbeing applied to a function without point arguments to a warning by Douglas Gregor · 14 years ago
  71. f128b85 Make this test darwin only. by Devang Patel · 14 years ago
  72. 2d474ba Don't emit end-of-file diagnostics like "unterminated conditional" or by Douglas Gregor · 14 years ago
  73. d5f4487 Temporarily disable this failing test, until it can be properly investigated. by Dan Gohman · 14 years ago
  74. 6d31122 Test for rdar://problem/8073696. by John McCall · 14 years ago
  75. 7b49202 Handle the obvious case for diagnosing redeclarations of extern "C" functions. by John McCall · 14 years ago
  76. e8dc53e Implement RTTI generation for Objective C types. Fixes PR7864. by John McCall · 14 years ago
  77. fcadea2 Fix a crash on invalid when declaring an implicit member of a class with an by John McCall · 14 years ago
  78. dabc3e9 Emit debug info for static const class member. by Devang Patel · 14 years ago
  79. f643264 update test to reflect r110876 change. by Devang Patel · 14 years ago
  80. e5c3537 Switch on PCH for C++. C++ fans all over the world rejoice. by Argyrios Kyrtzidis · 14 years ago
  81. b18dc5b Driver/Darwin: Pass -demangle when linking, if the linker supports it. by Daniel Dunbar · 14 years ago
  82. 646395b -Make TokenID of IdentifierInfo read-only, remove setTokenID(). by Argyrios Kyrtzidis · 14 years ago
  83. b3a29f1 Revise r110163: don't mark weak functions nounwind, because the optimizer by John McCall · 14 years ago
  84. 741c362 Change text of diagnostics on user request. radar 7948654. by Fariborz Jahanian · 14 years ago
  85. d67ef0e Emit a stop point for delegate constructor call. This gives user a chance to step into constructor body. by Devang Patel · 14 years ago
  86. a5f2de2 When re-raising an exception after a cleanup, we need to call _Unwind_Resume_or_Rethrow by John McCall · 14 years ago
  87. 4fbe7aa Remove rsqrtps_nr256 and sqrtps_nr256 builtins, at least until we need them by Bruno Cardoso Lopes · 14 years ago
  88. faa3449 IRGen support for functions returning objc object types. Fixes PR7865. by Fariborz Jahanian · 14 years ago
  89. 7f1c547 If name lookup finds different type declarations in different scopes by Douglas Gregor · 14 years ago
  90. deacbdc Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, by Douglas Gregor · 14 years ago
  91. 18451ea tests: Add a missing -Xclang. by Daniel Dunbar · 14 years ago
  92. bf3d552 ARM: Recognize single precision float register names. by Daniel Dunbar · 14 years ago
  93. 1fd7171 ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. by Daniel Dunbar · 14 years ago
  94. 604eb65 Improve our handling of user-defined conversions when computing by Douglas Gregor · 14 years ago
  95. 7fc3702 Remove 256-bit cast built-ins and make the AVX intrinsic call llvm __builtin_shufflevector with the appropriate arguments by Bruno Cardoso Lopes · 14 years ago
  96. 0434881 Make this test a little less dependent on exact optimizer results. by John McCall · 14 years ago
  97. f0e96c9 Remove 256-bit unpack built-ins and make the AVX intrinsic call llvm __builtin_shufflevector with the appropriate arguments by Bruno Cardoso Lopes · 14 years ago
  98. b33aa0f Remove 256-bit shuffle built-ins and make the AVX intrinsic call llvm __builtin_shufflevector with the appropriate arguments by Bruno Cardoso Lopes · 14 years ago
  99. 6f15803 Fix for pr7869, inline asm mult-alt constraints. by John Thompson · 14 years ago
  100. d96a8e7 Fix a bug in @finally emission in both the fragile and non-fragile EH schemes by John McCall · 14 years ago