1. 01428ab Drop the question mark when complaining about a non-existing -Wno- flag. by Benjamin Kramer · 13 years ago
  2. a39238b Add -mno-implicit-float to the M group. by Chad Rosier · 13 years ago
  3. eecb22b [driver] Reword the warning message for missing value to a joined argument. by Chad Rosier · 13 years ago
  4. ad9689f Added two missing const qualifiers. by Abramo Bagnara · 13 years ago
  5. 25582fc Recover better from a missing 'typename' in a function template definition. by Richard Smith · 13 years ago
  6. 005af27 Rename the driver option to -mno-implicit-float, per Eli's suggestion. by Chad Rosier · 13 years ago
  7. 832a2aa Pulls diagnostics for temp file handling into the common diagnostic kinds. by Manuel Klimek · 13 years ago
  8. ee9ad5c [driver] Allow the driver to directly accept the -no-implicit-float option, so that the by Chad Rosier · 13 years ago
  9. da8d8c2 Add _alignof and __builtin_alignof as aliases for __alignof in by Douglas Gregor · 13 years ago
  10. ff1affe Warn about -Wno-foo where foo is an unknown warning option. This is helpful by Chad Rosier · 13 years ago
  11. 87014f3 [libclang] Properly handle @encode() in RecursiveASTVisitor and traverse by Argyrios Kyrtzidis · 13 years ago
  12. 4b0e6f1 Move the warnings for extra semi-colons under -Wextra-semi. Also, added by Richard Trieu · 13 years ago
  13. 3940ce8 Produce more useful 'duplicate case' diagnostics. Fixes PR9243, from Terry Long! by Douglas Gregor · 13 years ago
  14. def0762 Include the correct conversion context locations for condition expressions. by David Blaikie · 13 years ago
  15. 7d24e28 [libclang/AST] Index references of protocols in "@protocol(...)" syntax. by Argyrios Kyrtzidis · 13 years ago
  16. 9abf88c objective-c: perform strict type checking on property by Fariborz Jahanian · 13 years ago
  17. 7fe103c [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString: by Argyrios Kyrtzidis · 13 years ago
  18. f5343ff Allow objc @() syntax for enum types. by Argyrios Kyrtzidis · 13 years ago
  19. dc3eb6a Remove word 'block' from option and diagnostic I added in r156825. by Fariborz Jahanian · 13 years ago
  20. be0ee87 Improve some of the conversion warnings to fire on conversion to bool. by David Blaikie · 13 years ago
  21. 8f674a8 objective-c nonfragile abi: discourage ivar declarations by Fariborz Jahanian · 13 years ago
  22. 31c195a Fix our handling of visibility in explicit template instantiations. by Rafael Espindola · 13 years ago
  23. c608c3c Further improvement to wording of overload resolution diagnostics, and including by Richard Smith · 13 years ago
  24. 3003e1d Fold the six functions checking explicitly-defaulted special member functions by Richard Smith · 13 years ago
  25. 45246a7 [analyzer] Fix a crash in templated code which uses blocks. by Anna Zaks · 13 years ago
  26. 599f1b7 Refactor all the by Rafael Espindola · 13 years ago
  27. 420efd8 Produce a warning for mismatched section attributes. Completest pr9356. by Rafael Espindola · 13 years ago
  28. ee409a9 Add support for __attribute__((hot)) and __attribute__((cold)). by Benjamin Kramer · 13 years ago
  29. 99446d9 Don't crash on boxed strings when +stringWithUTF8String: is missing. by Jordy Rose · 13 years ago
  30. 703d412 Teach the parser to deal with multiple spellings for the same by Douglas Gregor · 13 years ago
  31. 6ea175b Hexagon V5 intrinsics support in clang. by Sirish Pande · 13 years ago
  32. f7b8056 PR11857: When the wrong number of arguments are provided for a function by Richard Smith · 13 years ago
  33. bf9da1f Fix a recent regression with the merging of format attributes. by Rafael Espindola · 13 years ago
  34. 2df1a58 [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding by Argyrios Kyrtzidis · 13 years ago
  35. 5f9688b Hexagon V5 FP support. by Sirish Pande · 13 years ago
  36. 66c44e7 [preprocessor] Make sure that MacroExpands callbacks are always in source order. by Argyrios Kyrtzidis · 13 years ago
  37. 16afdf7 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic by Argyrios Kyrtzidis · 13 years ago
  38. 98ae834 Fix an old (2009) FIXME: by Rafael Espindola · 13 years ago
  39. 06cd51a RecursiveASTVisitor: by Richard Smith · 13 years ago
  40. 1de6a6c objective-c. Fixes a 'fixit' where location of by Fariborz Jahanian · 13 years ago
  41. a971d24 Push the knowledge that we are parsing a type-id/type-name further into the by Richard Smith · 13 years ago
  42. 025983a Fix -Wdelete-non-virtual-dtor in Tooling code. by David Blaikie · 13 years ago
  43. 667381b ARM: Support marking intrinsic definitions as 'unavailable' by Jim Grosbach · 13 years ago
  44. a01ddc7 Declare abstract class ArgumentsAdjuster. This abstract interface describes by Simon Atanasyan · 13 years ago
  45. e15db6f [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit by Argyrios Kyrtzidis · 13 years ago
  46. 4493c0a A little tweak to the SFINAE condition reporting. Don't say: by Richard Smith · 13 years ago
  47. b3198a8 add -fbounds-checking option. by Nuno Lopes · 13 years ago
  48. 5f164af Fix fmin*/fmax* library builtin signatures. by Douglas Gregor · 13 years ago
  49. 5ea6661 Fixes a typo. note_xxx not not_xxx. by Fariborz Jahanian · 13 years ago
  50. 1d8db49 [analyzer] Rework both constraint managers to handle mixed-type comparisons. by Jordy Rose · 13 years ago
  51. d3b6d99 [analyzer] Add an abstraction for the bit width and signedness of an APSInt. No functionality change. by Jordy Rose · 13 years ago
  52. 258796e Add missing 'y'. by Rafael Espindola · 13 years ago
  53. cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 13 years ago
  54. 51a31ca [analyzer] Fixup for r155244: PurgeDeadSymbols should subclass StmtPoint by Anna Zaks · 13 years ago
  55. 00f3c4f Fixes resolution of relative paths when running clang tools. by Manuel Klimek · 13 years ago
  56. 0265555 Fixed UserDefinedLiteral source locations. by Abramo Bagnara · 13 years ago
  57. b8590f3 When we suppress an error due to SFINAE, stash the diagnostic away with the by Richard Smith · 13 years ago
  58. 1348967 Change how we suppress access control in explicit instantiations by John McCall · 13 years ago
  59. 3f152e6 There is no reason for these methods to be out-of-line. by John McCall · 13 years ago
  60. 9257664 Refactor DelayedDiagnostics so that it keeps diagnostics in by John McCall · 13 years ago
  61. d079abf A union can have a constexpr defaulted default constructor, if it has an by Richard Smith · 13 years ago
  62. 3b29436 Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is important by Rafael Espindola · 13 years ago
  63. cab42cd Put the availability warnings in a group. by Rafael Espindola · 13 years ago
  64. d0f709e Simple typo fix (syntex to syntax). Fixes PR12735 by Aaron Ballman · 13 years ago
  65. 86b32fd Revert r156141 (making RecursiveASTVisitor data recursive). It is causing clang to blow up in memory usage on -O2 when compiling itself, by Ted Kremenek · 13 years ago
  66. 7ad5c99 Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings. by Argyrios Kyrtzidis · 13 years ago
  67. 27a0097 Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNameAsCString by Argyrios Kyrtzidis · 13 years ago
  68. ab41fe9 Move Sema::VerifyIntegerConstantExpression() and by Douglas Gregor · 13 years ago
  69. 85d87df Explicitly model capturing variables for blocks in the static analyzer. Fixes <rdar://problem/11125868>. by Ted Kremenek · 13 years ago
  70. 4648477 Remove DiagGroups from notes, and add a TableGen assertion to catch them. by Richard Smith · 13 years ago
  71. 95da181 Add more comments for Lexer::makeFileCharRange. by Argyrios Kyrtzidis · 13 years ago
  72. 51603be Synchronize the representations of DeclarationName and Selector so by Douglas Gregor · 13 years ago
  73. 12dcc64 [PCH] Use DenseMap instead of std::map to keep track of SwitchCases. by Argyrios Kyrtzidis · 13 years ago
  74. 6a26e2e Move Sema::RequireNonAbstractType() off of PartialDiagnostic. by Douglas Gregor · 13 years ago
  75. f502d8e Switch RequireLiteralType() off of PartialDiagnostic. by Douglas Gregor · 13 years ago
  76. d10099e Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() by Douglas Gregor · 13 years ago
  77. 392da48 Fix handling of wint_t - we can't assume wint_t is purely an integer promotion of wchar_t - they may differ in signedness. by James Molloy · 13 years ago
  78. fd00eec This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 13 years ago
  79. b88acb0 [PCH] Really, pinky swear, fix for PR12689 by Argyrios Kyrtzidis · 13 years ago
  80. 4ed5782 Make RecursiveASTVisitor fully data recursive on Stmts, with by Argyrios Kyrtzidis · 13 years ago
  81. aca0ac5 [analyzer] Allow pointers escape through calls containing callback args. by Anna Zaks · 13 years ago
  82. d964d63 Fix non-deterministic iteration order when walking the specializations by Chandler Carruth · 13 years ago
  83. 82047c1 Inline DenseMapInfo<clang::DeclarationName>::getHashValue() for a 0.4% speedup on <rdar://problem/11004361> by Douglas Gregor · 13 years ago
  84. 514d3b6 Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths and by Douglas Gregor · 13 years ago
  85. d54dff0 [PCH] When validating that the files coming from PCH did not change, also by Argyrios Kyrtzidis · 13 years ago
  86. 487eed6 Remove diagnostic groups and DefaultIgnore from notes. by Richard Smith · 13 years ago
  87. e0d3b4c Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between by Richard Smith · 13 years ago
  88. d39d23e Fix a couple of cases of (innocuous) unmarked fallthrough. At least one of these by Richard Smith · 13 years ago
  89. 3144749 In StringLiteralParser::init, make sure we emit an error when by Argyrios Kyrtzidis · 13 years ago
  90. 975eef6 objective-c: warn for properties being default synthesized by Fariborz Jahanian · 13 years ago
  91. 0cf3c0e Correctly constify clang::CXXMemberCallExpr::getRecordDecl() by David Blaikie · 13 years ago
  92. baeaa9a [analyzer] Add a complexity bound on history tracking. by Anna Zaks · 13 years ago
  93. 82129e2 Add commas to for loop warning to separate variable names. by Richard Trieu · 13 years ago
  94. a058fd4 Revert most of r154844, which was disabled in r155975. Keep around the by Richard Smith · 13 years ago
  95. 914edfb Fix some doxycomments using \class instead of \brief. by David Blaikie · 13 years ago
  96. 331d2ec Introduce the notion of 'ignored' attributes, so that all attributes by Douglas Gregor · 13 years ago
  97. 3e7d31a Introduce the notion of an attribute that has no direct representation by Douglas Gregor · 13 years ago
  98. 0639c8b Fix same line doxycomments so they comment the adjacent field. by David Blaikie · 13 years ago
  99. 184be84 Implement the alternate spellings of attributes aligned (as "align") by Douglas Gregor · 13 years ago
  100. 769aa2d Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. by Benjamin Kramer · 13 years ago