1. f051d06 filecheckize test by Chris Lattner · 14 years ago
  2. 496af57 fix PR7943, a corner case with the GNU __VA_ARGS__ comma swallowing extension. by Chris Lattner · 14 years ago
  3. 648d200 Contributed test case for PR7936 by Jean-Daniel Dupas. by Fariborz Jahanian · 14 years ago
  4. 2e2acec patch to support comparison involving by Fariborz Jahanian · 14 years ago
  5. a60786b Fix an issue with writing to PCH another included PCH, introduced by the "using an AST on-disk hash table for name lookup" commit. by Argyrios Kyrtzidis · 14 years ago
  6. 01b57e3 Disallow direct inclusion of avxintrin.h. Users should include immintrin.h instead. This matches GCC's behavior. by Benjamin Kramer · 14 years ago
  7. d9ca4ab Add a workaround for PR7947, a crash trying to recover from invalid C++ code. by Nick Lewycky · 14 years ago
  8. 452b7f2 Fix a major regression with value-initialization of class types with by Douglas Gregor · 14 years ago
  9. d6b84b9 fix some vector extractions to return properly zero extended values by Chris Lattner · 14 years ago
  10. 72c4c15 Revert r111609, which is failing its new test. by Douglas Gregor · 14 years ago
  11. 29c695b Detect efforts to declare a template member friend and explicitly ignore them. by John McCall · 14 years ago
  12. 59b6dca Handle nested compound values in BindArray for multidimensional arrays. Fixes PR7945. by Jordy Rose · 14 years ago
  13. 2283d79 When performing code-completion in the presence of a preamble, make by Douglas Gregor · 14 years ago
  14. 6dbce19 Mangle explicit template arguments in dependent or overloaded names. by John McCall · 14 years ago
  15. f128fed When we decide not to reuse a precompiled preamble, clear out the by Douglas Gregor · 14 years ago
  16. b1fd345 libclang: Execute clang_codeCompleteAt() inside a crash recovery context. by Daniel Dunbar · 14 years ago
  17. 7667245 Correctly instantiate templates with non-type template arguments that by John McCall · 14 years ago
  18. c1cf158 Fix a loop overrun in ComputePreamble when the last remapped file was erased, by Daniel Dunbar · 14 years ago
  19. 295a637 Test for PR7888. by Eli Friedman · 14 years ago
  20. 06ebc98 We don't actually need to check the implicit object argument's by Douglas Gregor · 14 years ago
  21. b2842aa CrashRecovery: Disable the reparse test for now while I investigate, it goes by Daniel Dunbar · 14 years ago
  22. c774b2f Properly implement the part of C++ [over.match.funcs]p4 that treats by Douglas Gregor · 14 years ago
  23. a4f235b support for predicates with bool/pixel arguments by Anton Yartsev · 14 years ago
  24. 34fd628 Fix for PR7911 and PR7921: make isIntegralOrEnumerationType return false by Eli Friedman · 14 years ago
  25. a2fc0f5 support for the rest of AltiVec functions with bool/pixel arguments and return values (except predicates) by Anton Yartsev · 14 years ago
  26. f54dbfd support for vec_perm and all dependent functions (vec_mergeh, vec_mergel, vec_pack, vec_sld, vec_splat) with bool/pixel arguments and return values by Anton Yartsev · 14 years ago
  27. 35a38d9 On second thought, don't warn about reinterpret_casts under -Wcast-align. by John McCall · 14 years ago
  28. 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
  29. e4f26e5 When deducing the element type of an array, ignore qualifiers if by John McCall · 14 years ago
  30. ea94bbc libclang: Put clang_reparseTranslationUnit inside a crash recovery context. by Daniel Dunbar · 14 years ago
  31. 4e938f57b There is no pointer conversion between to similar types (i.e., same by Douglas Gregor · 14 years ago
  32. 245adab Added psuedo-constant analysis and integrated it into the false positive reduction stage in IdempotentOperationChecker. by Tom Care · 14 years ago
  33. 5e1e89b Contextual arity is a feature of mangling expressions; kill off by John McCall · 14 years ago
  34. 19ffd49 libclang: Put clang_parseTranslationUnit inside a crash recovery context. by Daniel Dunbar · 14 years ago
  35. 7b86862 Make sure to add MallocAttr to explicitly-declared operator new/new[] by Douglas Gregor · 14 years ago
  36. 6aa03e6 Flesh out the test cases a little. by John McCall · 14 years ago
  37. 94c3b56 Rip out the existing retroactive abstract-class usage checker, by John McCall · 14 years ago
  38. 2767ce2 Emit an error if an array is too large. We're slightly more strict by Douglas Gregor · 14 years ago
  39. d7241c7 Fix PR7889 by generalizing some over specialized code. There is no by Chris Lattner · 14 years ago
  40. 5c12c7b fix PR7892, a crash on valid in c++ codegen of __PRETTY_FUNCTION__ by Chris Lattner · 14 years ago
  41. 1b72fa7 Diagnose if type of iboutletcollection attribute is a builtin type. by Fariborz Jahanian · 14 years ago
  42. 42cbd78 Rename -Wunused-method -> -Wunused-member-function. by Argyrios Kyrtzidis · 14 years ago
  43. 6f615bc Whoops. Don't fall through into the overload case when mangling a by John McCall · 14 years ago
  44. 3d27b10 Introduce -Wunused-method option for warning on unused class methods in anonymous namespace. by Argyrios Kyrtzidis · 14 years ago
  45. 3a3400b Diagnose use of iboutletcollection on ivar/property by Fariborz Jahanian · 14 years ago
  46. ec8045d Implicit decl ref expressions might not have name locations; don't silently by John McCall · 14 years ago
  47. 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
  48. a8fb24f Patch to add type parameter support for attribute iboutletcollection. by Fariborz Jahanian · 14 years ago
  49. 4597553 A member function never has "C" linkage. Fixes <rdar://problem/8318976>. by Douglas Gregor · 14 years ago
  50. 16ed9ad When generating code completion patterns for method declarations, give by Douglas Gregor · 14 years ago
  51. f47724b Implement #pragma push_macro, patch by Francois Pichet! by Chris Lattner · 14 years ago
  52. 47c03a7 1 != I. Fix the formulation of code-completion patterns for by Douglas Gregor · 14 years ago
  53. 572fc62 Don't try to initialize a reference with a constructed temporary if either by John McCall · 14 years ago
  54. 2d7d2d9 A field of incomplete type is sufficiently disruptive that we should mark by John McCall · 14 years ago
  55. a5fb7c3 Implement support for cached code completions for by Douglas Gregor · 14 years ago
  56. 57dae1a Diagnose assiging to an interface object in by Fariborz Jahanian · 14 years ago
  57. 50e8ac2 Added basic psuedoconstant checking in IdempotentOperationChecker and fixed some test cases. by Tom Care · 14 years ago
  58. 5f808c2 Implement name hiding of cached global code-completion results. by Douglas Gregor · 14 years ago
  59. f5586f6 When caching code completions for global declarations, keep track of by Douglas Gregor · 14 years ago
  60. d657742 Fix a crash when parsing malformed out-of-line member function by Fariborz Jahanian · 14 years ago
  61. 881b36c Fix initialization for members of anonymous struct in a union. by Argyrios Kyrtzidis · 14 years ago
  62. dd7744d Emit diagnostic error when the field of an anonymous struct is non trivial. by Argyrios Kyrtzidis · 14 years ago
  63. 05e3555 support for vec_add, vec_adds, vec_and, vec_andc with bool arguments by Anton Yartsev · 14 years ago
  64. 1827e10 When caching global completion results, keep track of the simplified by Douglas Gregor · 14 years ago
  65. e64f311 Model the effects of strcpy() and stpcpy() in CStringChecker. Other changes: by Jordy Rose · 14 years ago
  66. f231df3 Error out if reinterpret_casting between member pointers of two different sizes. by Charles Davis · 14 years ago
  67. d18f9f9 Err on incomplete class types in member pointers when compiling for the by Charles Davis · 14 years ago
  68. e701117 - Allow making ElementRegions with complex offsets (expressions or symbols) for the purpose of bounds-checking. by Jordy Rose · 14 years ago
  69. 06999f8 Don't warn for the common pattern of disallowing copying: by Argyrios Kyrtzidis · 14 years ago
  70. 8071e42 Extend the code-completion caching infrastructure to include global by Douglas Gregor · 14 years ago
  71. bbc6454 Commit improved version of 111026 & 111027. by Argyrios Kyrtzidis · 14 years ago
  72. 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
  73. 43efa31 PR7884: Fix the implementations of __real__ and __imag__ on real floats. by Eli Friedman · 14 years ago
  74. 8556cc4 Add a test for alloca region extents. by Jordy Rose · 14 years ago
  75. 09865a9 PR3344: Downgrade "too many braces around scalar initializer" to a warning. by Eli Friedman · 14 years ago
  76. 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
  77. 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
  78. 87c08a5 Implement caching of code-completion results for macro definitions by Douglas Gregor · 14 years ago
  79. 05eac86 Revert 111026 & 111027, build breakage. by Argyrios Kyrtzidis · 14 years ago
  80. 30c0dd8 The unused warnings extravaganza continues. Warn for: by Argyrios Kyrtzidis · 14 years ago
  81. f6d1d43 Expand the unused warnings for functions. Warn for: by Argyrios Kyrtzidis · 14 years ago
  82. f759b4d When issuing warning for future conflict resolution, by Fariborz Jahanian · 14 years ago
  83. 3cdfc4d Properly give unique-external linkage to members of member templates by John McCall · 14 years ago
  84. 8ba6691 Work around a crash when checking access to injected class names by John McCall · 14 years ago
  85. 7ae2faa Implement clang_saveTranslationUnit(), which saves a translation unit by Douglas Gregor · 14 years ago
  86. caeed1d Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to by Daniel Dunbar · 14 years ago
  87. b859206 Perform access control when template lookup finds a class template. by John McCall · 14 years ago
  88. 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
  89. 8404f67 Make use of __func__ in a block actually refer to by Fariborz Jahanian · 14 years ago
  90. 279b5eb Just disable the hidden-visibility optimization for now by hiding it behind by John McCall · 14 years ago
  91. a7a8a45 Improved IdempotentOperationChecker false positives and false negatives. by Tom Care · 14 years ago
  92. ea16110 Patch to issue warning when colllection expresion's type by Fariborz Jahanian · 14 years ago
  93. b7f4ffe Implement -Wcast-align. The initial design of this diagnostic diverges by John McCall · 14 years ago
  94. 192b146 Fixes block type matching bug. Radar 8302845. by Fariborz Jahanian · 14 years ago
  95. 7516451 Revert r110936; this fails on clang-i686-darwin10 too. by Dan Gohman · 14 years ago
  96. c9ef405 Downgrade error about nonnull attribute bbeing applied to a function without point arguments to a warning by Douglas Gregor · 14 years ago
  97. f128b85 Make this test darwin only. by Devang Patel · 14 years ago
  98. 2d474ba Don't emit end-of-file diagnostics like "unterminated conditional" or by Douglas Gregor · 14 years ago
  99. d5f4487 Temporarily disable this failing test, until it can be properly investigated. by Dan Gohman · 14 years ago
  100. 6d31122 Test for rdar://problem/8073696. by John McCall · 14 years ago