1. abe21e3 Disable -Wunique-enum for anonymous enums. by David Blaikie · 12 years ago
  2. 5d51e88 Adds a toString method to Replacement, which helps debugging. by Manuel Klimek · 12 years ago
  3. 3783eff Mark extrqi and insertqi immediate arguments as being ICE. by Craig Topper · 12 years ago
  4. 7af7de7 Add new -Wunique-enum which will warn on enums which all elements have the by Richard Trieu · 12 years ago
  5. 6fcb372 Add fixits for memory access warnings. by Anna Zaks · 12 years ago
  6. 6b97877 Add an ammintrin.h header for SSE4a intrinsics. by Benjamin Kramer · 12 years ago
  7. 003ab66 Factor out the code retrieves the last PIC related argument from by Simon Atanasyan · 12 years ago
  8. 32dcb1b Revert r155737, restoring the MaxDepth in the BalancedDelimiterTracker to 256. by Chad Rosier · 12 years ago
  9. 009072f Fix suspicous isIntegerType() check, found by PVS Studio (PR12357). by Benjamin Kramer · 12 years ago
  10. dec1776 Address minor FIXME in RedeclLink to contain a PointerIntPair instead of derive from it. by David Blaikie · 12 years ago
  11. 1831bd2 Pass ProgramStateRef by reference. by Benjamin Kramer · 12 years ago
  12. 811bfcd Use the SelectorSet typedef more widely throughout Sema. by Benjamin Kramer · 12 years ago
  13. 28b2307 Replace some custom hash combines with the standard stuff from DenseMapInfo. by Benjamin Kramer · 12 years ago
  14. cba0ebc Change warning to error when property setter names conflict. // rdar://11528439 by Fariborz Jahanian · 12 years ago
  15. bdb97ff In response to some discussions on IRC, tweak the wording of the new by Richard Smith · 12 years ago
  16. 2815e1a Split a chunk of -Wconditional-uninitialized warnings out into a separate flag, by Richard Smith · 12 years ago
  17. b5b155c objective-c: warn on use of property setters by Fariborz Jahanian · 12 years ago
  18. 2c585b9 Replace PTX back-end with NVPTX back-end in all places where Clang cares by Justin Holewinski · 12 years ago
  19. 8e0317e objc: change option to be -Wobjc-interface-ivars by Fariborz Jahanian · 12 years ago
  20. b53bf00 Apply review comment from Jordan Rose. by Manuel Klimek · 12 years ago
  21. 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
  22. 587de5b implement Sema support for the alloc_size attribute by Nuno Lopes · 12 years ago
  23. f9d4cbd Adds the Refactoring library, which is a layer on top of the Tooling library by Manuel Klimek · 12 years ago
  24. c052dbb Recognize the MS inheritance attributes and turn them into attributes by John McCall · 12 years ago
  25. def1849 wire -fbounds-checking to the new LLVM bounds checking pass by Nuno Lopes · 12 years ago
  26. bfbfee5 Adds a method overwriteChangedFiles to the Rewriter. This is implemented by by Manuel Klimek · 12 years ago
  27. 0e5e092 Truthify a comment. by Richard Smith · 12 years ago
  28. 18df0eb objective-c: provide a useful 'fixit' suggestion when by Fariborz Jahanian · 12 years ago
  29. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  30. 11ed43d Unpack enums in CodeCompletetionResult. by Benjamin Kramer · 12 years ago
  31. a77b759 CUDA: the device and host attributes must be inheritable, in order by Peter Collingbourne · 12 years ago
  32. 4dc34eb CUDA: add CodeGen support for global variable address spaces. by Peter Collingbourne · 12 years ago
  33. e5f8372 Bitpack CodeCompletionResults. by Benjamin Kramer · 12 years ago
  34. 11d1a69 Error when using typeid() with -fno-rtti. PR 12888. by Nico Weber · 12 years ago
  35. 2b309fb objective-c: Warn if default synthesizing readonly IBOutlet properties by Fariborz Jahanian · 12 years ago
  36. c94a26f Missing line break. by Dmitri Gribenko · 12 years ago
  37. c470442 Simplify some users of DeclarationName::getNameKind. Fold getFETokenInfoAsVoid into its only caller. by Benjamin Kramer · 12 years ago
  38. e2010ee Inline a trivial clear() method. by Benjamin Kramer · 12 years ago
  39. 93a8534 Simplify code, add an assertion. by Benjamin Kramer · 12 years ago
  40. 671e3bc [analyzer] c++11: do not crash on namespace alias by Anna Zaks · 12 years ago
  41. 591b5f5 [analyzer] For locations, use isGLValue() instead of isLValue(). by Anna Zaks · 12 years ago
  42. ab7ad72 Suggest adding 'typename' when it would make the compiler by Kaelyn Uhrain · 12 years ago
  43. 1be17ab objc: use "class extension" instead of "continuation class" by Fariborz Jahanian · 12 years ago
  44. 3093b20 Lexer::ReadToEndOfLine: Only build the string if it's actually used and do so in a less malloc-intensive way. by Benjamin Kramer · 12 years ago
  45. 6e62988 Typo. by Chad Rosier · 12 years ago
  46. 593b91f Remove trailing periods which snuck into a few diagnostic strings. by Matt Beaumont-Gay · 12 years ago
  47. 01428ab Drop the question mark when complaining about a non-existing -Wno- flag. by Benjamin Kramer · 12 years ago
  48. a39238b Add -mno-implicit-float to the M group. by Chad Rosier · 12 years ago
  49. eecb22b [driver] Reword the warning message for missing value to a joined argument. by Chad Rosier · 12 years ago
  50. ad9689f Added two missing const qualifiers. by Abramo Bagnara · 12 years ago
  51. 25582fc Recover better from a missing 'typename' in a function template definition. by Richard Smith · 12 years ago
  52. 005af27 Rename the driver option to -mno-implicit-float, per Eli's suggestion. by Chad Rosier · 12 years ago
  53. 832a2aa Pulls diagnostics for temp file handling into the common diagnostic kinds. by Manuel Klimek · 12 years ago
  54. ee9ad5c [driver] Allow the driver to directly accept the -no-implicit-float option, so that the by Chad Rosier · 12 years ago
  55. da8d8c2 Add _alignof and __builtin_alignof as aliases for __alignof in by Douglas Gregor · 12 years ago
  56. ff1affe Warn about -Wno-foo where foo is an unknown warning option. This is helpful by Chad Rosier · 12 years ago
  57. 87014f3 [libclang] Properly handle @encode() in RecursiveASTVisitor and traverse by Argyrios Kyrtzidis · 12 years ago
  58. 4b0e6f1 Move the warnings for extra semi-colons under -Wextra-semi. Also, added by Richard Trieu · 12 years ago
  59. 3940ce8 Produce more useful 'duplicate case' diagnostics. Fixes PR9243, from Terry Long! by Douglas Gregor · 12 years ago
  60. def0762 Include the correct conversion context locations for condition expressions. by David Blaikie · 12 years ago
  61. 7d24e28 [libclang/AST] Index references of protocols in "@protocol(...)" syntax. by Argyrios Kyrtzidis · 12 years ago
  62. 9abf88c objective-c: perform strict type checking on property by Fariborz Jahanian · 12 years ago
  63. 7fe103c [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString: by Argyrios Kyrtzidis · 12 years ago
  64. f5343ff Allow objc @() syntax for enum types. by Argyrios Kyrtzidis · 12 years ago
  65. dc3eb6a Remove word 'block' from option and diagnostic I added in r156825. by Fariborz Jahanian · 12 years ago
  66. be0ee87 Improve some of the conversion warnings to fire on conversion to bool. by David Blaikie · 12 years ago
  67. 8f674a8 objective-c nonfragile abi: discourage ivar declarations by Fariborz Jahanian · 12 years ago
  68. 31c195a Fix our handling of visibility in explicit template instantiations. by Rafael Espindola · 12 years ago
  69. c608c3c Further improvement to wording of overload resolution diagnostics, and including by Richard Smith · 12 years ago
  70. 3003e1d Fold the six functions checking explicitly-defaulted special member functions by Richard Smith · 12 years ago
  71. 45246a7 [analyzer] Fix a crash in templated code which uses blocks. by Anna Zaks · 12 years ago
  72. 599f1b7 Refactor all the by Rafael Espindola · 12 years ago
  73. 420efd8 Produce a warning for mismatched section attributes. Completest pr9356. by Rafael Espindola · 12 years ago
  74. ee409a9 Add support for __attribute__((hot)) and __attribute__((cold)). by Benjamin Kramer · 12 years ago
  75. 99446d9 Don't crash on boxed strings when +stringWithUTF8String: is missing. by Jordy Rose · 12 years ago
  76. 703d412 Teach the parser to deal with multiple spellings for the same by Douglas Gregor · 12 years ago
  77. 6ea175b Hexagon V5 intrinsics support in clang. by Sirish Pande · 12 years ago
  78. f7b8056 PR11857: When the wrong number of arguments are provided for a function by Richard Smith · 12 years ago
  79. bf9da1f Fix a recent regression with the merging of format attributes. by Rafael Espindola · 12 years ago
  80. 2df1a58 [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding by Argyrios Kyrtzidis · 12 years ago
  81. 5f9688b Hexagon V5 FP support. by Sirish Pande · 12 years ago
  82. 66c44e7 [preprocessor] Make sure that MacroExpands callbacks are always in source order. by Argyrios Kyrtzidis · 12 years ago
  83. 16afdf7 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic by Argyrios Kyrtzidis · 12 years ago
  84. 98ae834 Fix an old (2009) FIXME: by Rafael Espindola · 12 years ago
  85. 06cd51a RecursiveASTVisitor: by Richard Smith · 12 years ago
  86. 1de6a6c objective-c. Fixes a 'fixit' where location of by Fariborz Jahanian · 12 years ago
  87. a971d24 Push the knowledge that we are parsing a type-id/type-name further into the by Richard Smith · 12 years ago
  88. 025983a Fix -Wdelete-non-virtual-dtor in Tooling code. by David Blaikie · 12 years ago
  89. 667381b ARM: Support marking intrinsic definitions as 'unavailable' by Jim Grosbach · 12 years ago
  90. a01ddc7 Declare abstract class ArgumentsAdjuster. This abstract interface describes by Simon Atanasyan · 12 years ago
  91. e15db6f [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit by Argyrios Kyrtzidis · 12 years ago
  92. 4493c0a A little tweak to the SFINAE condition reporting. Don't say: by Richard Smith · 12 years ago
  93. b3198a8 add -fbounds-checking option. by Nuno Lopes · 12 years ago
  94. 5f164af Fix fmin*/fmax* library builtin signatures. by Douglas Gregor · 12 years ago
  95. 5ea6661 Fixes a typo. note_xxx not not_xxx. by Fariborz Jahanian · 12 years ago
  96. 1d8db49 [analyzer] Rework both constraint managers to handle mixed-type comparisons. by Jordy Rose · 12 years ago
  97. d3b6d99 [analyzer] Add an abstraction for the bit width and signedness of an APSInt. No functionality change. by Jordy Rose · 12 years ago
  98. 258796e Add missing 'y'. by Rafael Espindola · 12 years ago
  99. cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 12 years ago
  100. 51a31ca [analyzer] Fixup for r155244: PurgeDeadSymbols should subclass StmtPoint by Anna Zaks · 12 years ago