1. 2ae9507 Add fma feature flag for Intel FMA instructions. by Craig Topper · 12 years ago
  2. 40e2999 Improve fixit for comparison operator on lhs of bitwise operator. by Nico Weber · 12 years ago
  3. 25c2596 Initialize the non-target-dependent fields of the Preprocessor in its constructor by Argyrios Kyrtzidis · 12 years ago
  4. 0ef8db2 ToolInvocation::mapVirtualFile(): Tweak for Win32. Handle the key as native path. by NAKAMURA Takumi · 12 years ago
  5. 5e62779 MIPS: Factor out code selects the float ABI as determined by -msoft-float, by Simon Atanasyan · 12 years ago
  6. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  7. 1973634 Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnostics: -Wimplicit-fallthrough-per-method by Alexander Kornienko · 12 years ago
  8. c0e71a1 [analyzer] Rely on canBeInlined utility instead of checking CallExpr explicitly. by Anna Zaks · 12 years ago
  9. 183ff2a [analyzer] Fix a spurious undef value warning. by Anna Zaks · 12 years ago
  10. 144e52b [analyzer] Fix lack of coverage after empty inlined function. by Anna Zaks · 12 years ago
  11. dd82519 Disable diagnosic path pruning for ReturnUndefChecker. by Ted Kremenek · 12 years ago
  12. 7fa9b4f static analyzer: add inlining support for directly called blocks. by Ted Kremenek · 12 years ago
  13. 784ae8e Don't allow multiple correction candidates that have the same identifier by Kaelyn Uhrain · 12 years ago
  14. 5a2eff8 Support C++11 enum forward declarations. by Eric Christopher · 12 years ago
  15. 684190b [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/__bridge_transfer by Argyrios Kyrtzidis · 12 years ago
  16. 1dfc4ba Anonymous union members within a struct are now properly handled as an unevaluated field in C++11 mode. This fixes PR12866. by Aaron Ballman · 12 years ago
  17. 396e0a8 In TypoCorrectionConsumer, BestResults to CorrectionResults to lessen by Kaelyn Uhrain · 12 years ago
  18. 3427682 objc: properties of NSObject attribute must by Fariborz Jahanian · 12 years ago
  19. 605954e [analyzer] Fix BugType memory leak in IdempotentOperationChecker. by Tom Care · 12 years ago
  20. 694a942 [analyzer] Cleanup for r157721. by Anna Zaks · 12 years ago
  21. 14a1924 Fix an object lifetime issue in clang/Tooling. by Alexander Kornienko · 12 years ago
  22. ed7948b Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we have significantly by Ted Kremenek · 12 years ago
  23. 3c0bc15 Add builtin for pclmulqdq instruction. by Craig Topper · 12 years ago
  24. 90c7832 Change wording of 'memcpy' type mismatch warning and remove fixit. by Anna Zaks · 12 years ago
  25. eaa0690 [analyzer]Fix another occurrence of iterator invalidation (LocalTUDecls) by Anna Zaks · 12 years ago
  26. 153acdb Suggest '%@' for Objective-C objects in ObjC format strings. by Jordan Rose · 12 years ago
  27. abe21e3 Disable -Wunique-enum for anonymous enums. by David Blaikie · 12 years ago
  28. 59a9881 objective-c: revert r157407. It broke a project by Fariborz Jahanian · 12 years ago
  29. 5d51e88 Adds a toString method to Replacement, which helps debugging. by Manuel Klimek · 12 years ago
  30. 240193b Fixed a memory leak in clang/Tooling. by Alexander Kornienko · 12 years ago
  31. 90ea036 SSE4A should not imply LZCNT and POPCNT. FMA4 should imply SSE4A. Add missing break at the end of btver1 feature list. by Craig Topper · 12 years ago
  32. 1faf8a7 Update FIXME. ABM is already covered by LZCNT and POPCNT. by Craig Topper · 12 years ago
  33. a27cb25 Remove some extra braces. by Eric Christopher · 12 years ago
  34. 7af7de7 Add new -Wunique-enum which will warn on enums which all elements have the by Richard Trieu · 12 years ago
  35. 6fcb372 Add fixits for memory access warnings. by Anna Zaks · 12 years ago
  36. 6d1de1b objc: position of 'fixit' was off by one. by Fariborz Jahanian · 12 years ago
  37. 490a52b objective-c: fix a sema and IRGen crash when property by Fariborz Jahanian · 12 years ago
  38. 6ea73b2 Install ammintrin.h in the cmake build. by Benjamin Kramer · 12 years ago
  39. 6b97877 Add an ammintrin.h header for SSE4a intrinsics. by Benjamin Kramer · 12 years ago
  40. 1f0646e MIPS: Pass -KPIC argument to MIPS assembler if necessary. by Simon Atanasyan · 12 years ago
  41. 003ab66 Factor out the code retrieves the last PIC related argument from by Simon Atanasyan · 12 years ago
  42. 4dfa5ad Define __SSE4A__ when targeting new AMD CPUs. by Benjamin Kramer · 12 years ago
  43. e3f3411 Fix indenting. by David Blaikie · 12 years ago
  44. 2ae3a47 Sparc is bigendian. by Roman Divacky · 12 years ago
  45. a9cd83b Make Clang driver pass the last option from -g group to the compiler. by Alexey Samsonov · 12 years ago
  46. c4d7675 Use fewer temporaries mangling APSInt objects. The performance difference by Charles Davis · 12 years ago
  47. 565204d OpenCL: Fix vector conditional operator CodeGen for the case where by Peter Collingbourne · 12 years ago
  48. dec1776 Address minor FIXME in RedeclLink to contain a PointerIntPair instead of derive from it. by David Blaikie · 12 years ago
  49. c1fd52b Fix mangling of integral template arguments between 1 and 10. Add a test case by Charles Davis · 12 years ago
  50. 104e51f Fix Lang's fix. This should fix the tests for +Asserts builds. by Charles Davis · 12 years ago
  51. a61ab05 adjust to mainline llvm API change. by Chris Lattner · 12 years ago
  52. 4872e10 Fix PR12960 by not attempting to correct cases when we're not actually instantiatiating a template. by David Blaikie · 12 years ago
  53. e0cf31d PR12962: Fix a rare use after free when collecting virtual overrides. by Benjamin Kramer · 12 years ago
  54. f17523b Fix call to APSInt constructor - it doesn't take an initial value, just a by Lang Hames · 12 years ago
  55. 350e956 -Wdeprecated warning to include reference (as a note) by Fariborz Jahanian · 12 years ago
  56. 811bfcd Use the SelectorSet typedef more widely throughout Sema. by Benjamin Kramer · 12 years ago
  57. 28b2307 Replace some custom hash combines with the standard stuff from DenseMapInfo. by Benjamin Kramer · 12 years ago
  58. 2d9c4df clang/lib/Rewrite/Rewriter.cpp: Don't try to rename opened files on Win32. Win32 doesn't allow rename/removing opened files. by NAKAMURA Takumi · 12 years ago
  59. 9fd2359 Mangle template instantiations properly (as of VC 7.x) when compiling for by Charles Davis · 12 years ago
  60. 242cb06 Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion already adds some. by Benjamin Kramer · 12 years ago
  61. cba0ebc Change warning to error when property setter names conflict. // rdar://11528439 by Fariborz Jahanian · 12 years ago
  62. bdb97ff In response to some discussions on IRC, tweak the wording of the new by Richard Smith · 12 years ago
  63. 7f7c42b Fix indentation. by David Blaikie · 12 years ago
  64. a189d89 Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a by Alexander Kornienko · 12 years ago
  65. 976f266 fix codegen support for alloc_size attribute for static C++ methods by Nuno Lopes · 12 years ago
  66. 41be8cd Don't ignore linkage when ignoring visibility in the instantiation of a by Rafael Espindola · 12 years ago
  67. 2813420 add CodeGen support for the alloc_size attribute by Nuno Lopes · 12 years ago
  68. 9db614f Don't ignore linkage when ignoring visibility in the instantiation of a by Rafael Espindola · 12 years ago
  69. e41458c [analyzer] Don't crash on LValBitCast by Anna Zaks · 12 years ago
  70. 20831e2 Consider the linkage for member class templates even when we have to ignore by Rafael Espindola · 12 years ago
  71. ad359be When ignoring visibility in an instantiation, still consider the linkage. by Rafael Espindola · 12 years ago
  72. 59073bb Whitespace fixes. by Rafael Espindola · 12 years ago
  73. 2815e1a Split a chunk of -Wconditional-uninitialized warnings out into a separate flag, by Richard Smith · 12 years ago
  74. 4031a37 ensure value passed to is space is representable as unsigned char by Seth Cantrell · 12 years ago
  75. 8189188 Some cleanups around the uninitialized variables warning, and a FIXME. No functional change. by Richard Smith · 12 years ago
  76. c9b72b6 cleanup some code. by Fariborz Jahanian · 12 years ago
  77. b5b155c objective-c: warn on use of property setters by Fariborz Jahanian · 12 years ago
  78. 0218068 Get rid of some non-ASCII en-dashes that crept in. by Eli Friedman · 12 years ago
  79. e26073c Implement the C++11 discarded value expression rules for volatile lvalues. <rdar://problem/10790820>. by Eli Friedman · 12 years ago
  80. 4059da8 A minor tweak to the new volatile lvalue warning: don't warn on "(void)x", where "x" refers to a local variable. This should silence a useless warning in compiler-rt and other places. by Eli Friedman · 12 years ago
  81. d5f1bd2 objective-c: Fixes a corner case and interesting bug. by Fariborz Jahanian · 12 years ago
  82. 2c585b9 Replace PTX back-end with NVPTX back-end in all places where Clang cares by Justin Holewinski · 12 years ago
  83. be72df0 [analyzer] Minor cleanup to checkers' help text. by Anna Zaks · 12 years ago
  84. 17eb65f [analyzer] Treat cast of array to reference in the same way as array to pointer. by Anna Zaks · 12 years ago
  85. 013a254 [objcmt] Warn when modern objc migrator does not convert a NSNumber message because it requires a cast. by Argyrios Kyrtzidis · 12 years ago
  86. c5493d7 fix Bug 12924 by Seth Cantrell · 12 years ago
  87. 8ab10aa DR1152 / PR12931 / PR6177: A candidate function which requires binding a const by Richard Smith · 12 years ago
  88. a611506 Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conceptually, this is part of -Wunused-value, but I added a separate flag -Wunused-volatile-lvalue so it doesn't get turned off by accident with -Wno-unused-value. I also made a few minor improvements to existing unused value warnings in the process. <rdar://problem/11516811>. by Eli Friedman · 12 years ago
  89. 587de5b implement Sema support for the alloc_size attribute by Nuno Lopes · 12 years ago
  90. 042b91d modern objc translation: Add translation of @autoreleasepool by Fariborz Jahanian · 12 years ago
  91. 62d198c Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be used here. by NAKAMURA Takumi · 12 years ago
  92. 1b8fbd3 [arcmt] Remove an unused -autorelease, without failing with error, for this by Argyrios Kyrtzidis · 12 years ago
  93. f0fab76 [driver] Have the crash diagnostics print the clang version information. by Chad Rosier · 12 years ago
  94. f9d4cbd Adds the Refactoring library, which is a layer on top of the Tooling library by Manuel Klimek · 12 years ago
  95. 703b601 Correct the starting location for instantiations of field declarations which by Richard Smith · 12 years ago
  96. c679485 If the first argument of __builtin_object_size can be folded to a constant by Richard Smith · 12 years ago
  97. 9ee5f46 Emit C++11 enum class information if it exists. by Eric Christopher · 12 years ago
  98. c052dbb Recognize the MS inheritance attributes and turn them into attributes by John McCall · 12 years ago
  99. def1849 wire -fbounds-checking to the new LLVM bounds checking pass by Nuno Lopes · 12 years ago
  100. bfbfee5 Adds a method overwriteChangedFiles to the Rewriter. This is implemented by by Manuel Klimek · 12 years ago