1. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 15 years ago
  2. 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 15 years ago
  3. b4c0c2d Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'. by Ted Kremenek · 15 years ago
  4. e1fcf29 Include all warnings under '-Wunused' in '-Wmost' and '-Wall'. by Ted Kremenek · 15 years ago
  5. bbf3fe4 Sort entries in diagnostic group "Most". by Ted Kremenek · 15 years ago
  6. 33cab70 Maybe we should store template arguments in the position we allocated for them by John McCall · 15 years ago
  7. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 15 years ago
  8. af2094e Implement dependent friend function template specializations. by John McCall · 15 years ago
  9. b69eca5 Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. by Daniel Dunbar · 15 years ago
  10. bf9e48c AST: Move C++ record layout dumping to ASTContext::DumpRecordLayout. by Daniel Dunbar · 15 years ago
  11. 4f4fd92 Patch to implement gcc's cstyle arguments in objc methods. wip. by Fariborz Jahanian · 15 years ago
  12. db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 15 years ago
  13. 19063cd Add support for stpncpy_chk. by Eric Christopher · 15 years ago
  14. 0f0c963 add a new driver-level -ferror-limit=412 option, which causes clang to stop by Chris Lattner · 15 years ago
  15. c100214 add clang -cc1 level support for "-ferror-limit 42" by Chris Lattner · 15 years ago
  16. b205ac9 add capabilities to stop emitting errors after some limit. by Chris Lattner · 15 years ago
  17. 53eee7b Instead of counting totally diagnostics, split the count into a count by Chris Lattner · 15 years ago
  18. 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 15 years ago
  19. 74626d6 Fix comment. by Zhongxing Xu · 15 years ago
  20. 595f269 Deprecate CXXScopeSpec::isSet() in favor of isNotEmpty() or isValid(). by Jeffrey Yasskin · 15 years ago
  21. c91cc66 Check access for the implicit calls to destructors that occur when we by John McCall · 15 years ago
  22. e9f5581 Improve on diagnostics when an objc class is used as by Fariborz Jahanian · 15 years ago
  23. e8f5a17 Implement code completion for Objective-C method declarations and by Douglas Gregor · 15 years ago
  24. 209acbd Devote a special diagnostic to the typo by John McCall · 15 years ago
  25. 161755a Implement the protected access restriction ([class.protected]), which requires by John McCall · 15 years ago
  26. 6da9eb6 teach clang to install the inline asm diagnostic handler, by Chris Lattner · 15 years ago
  27. 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 15 years ago
  28. 60a53f2 Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for by Daniel Dunbar · 15 years ago
  29. 2801977 Make Diagnostic reference-counted, which is simpler than juggling by Douglas Gregor · 15 years ago
  30. 84139d6 Extend the type printing policy to allow one to turn off the printing by Douglas Gregor · 15 years ago
  31. 3687e9d Clarify the ownership semantics of the Diagnostic object used by by Douglas Gregor · 15 years ago
  32. 8b96253 Make the ASTUnit constructor private; all ASTUnit clients should be using the static factory functions by Douglas Gregor · 15 years ago
  33. 5c5db55 fix PR6782, an accept invalid. We weren't emitting the diagnostic by Chris Lattner · 15 years ago
  34. 405634b Minor ASTUnit cleanups: by Douglas Gregor · 15 years ago
  35. eea12d1 Add option and macro definition for AES instructions. Now produces real by Eric Christopher · 15 years ago
  36. 05511fa Improve diagnosing when a method type does not start with '-'|'+' by Fariborz Jahanian · 15 years ago
  37. 27a961a AST: Add ObjCIvarDecl::getContainingInterface(). by Daniel Dunbar · 15 years ago
  38. 24e1408 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 15 years ago
  39. a065492 Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invariants on the provided DeclContext. by Daniel Dunbar · 15 years ago
  40. 2f59979 Rework our handling of copy construction of temporaries, which was a by Douglas Gregor · 15 years ago
  41. 47c24b1 Resolve a layering violation by making AddTaggedVal public for by Chandler Carruth · 15 years ago
  42. b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 15 years ago
  43. 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 15 years ago
  44. 950db87 Initial support for visiting CXXMemberCallExpr. by Zhongxing Xu · 15 years ago
  45. 33c9032 First start at wmmintrin.h file with Intel AES-NI instructions. by Eric Christopher · 15 years ago
  46. 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 15 years ago
  47. 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 15 years ago
  48. 4a2023f Extend DependentNameType with a keyword enum that specifies whether by Douglas Gregor · 15 years ago
  49. 0798df7 For reverse data flow analyses, enqueue the blocks in reverse order. by Ted Kremenek · 15 years ago
  50. 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 15 years ago
  51. db2eb5a Remove the AST statistics tracking I added yesterday; it didn't pan out. by Douglas Gregor · 15 years ago
  52. 2405a0a Tweak DataFlowSolver's worklist data structure to have an ordered worklist by Ted Kremenek · 15 years ago
  53. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
  54. 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 15 years ago
  55. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago
  56. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
  57. 6876fe6 Minor include pruning. by Benjamin Kramer · 15 years ago
  58. b2213dc Define "exploded graph" by reference to a paper. by Jeffrey Yasskin · 15 years ago
  59. 32daa42 Regularize support for naming conversion functions in using decls. by John McCall · 15 years ago
  60. 23cba80 Introduce a new kind of derived-to-base cast which bypasses the need for by John McCall · 15 years ago
  61. 69d66b2 Formatting tweaks. by Daniel Dunbar · 15 years ago
  62. 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 15 years ago
  63. 6bb8017 Propagate the "found declaration" (i.e. the using declaration instead of by John McCall · 15 years ago
  64. 5e40291 Improve diagnostics when printing a template instantiation backtrace by Douglas Gregor · 15 years ago
  65. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
  66. f540305 Introduce new AST statistics that keep track of the number of isa (or by Douglas Gregor · 15 years ago
  67. f031774 Add Support for 'warn_unused_result" attribute on by Fariborz Jahanian · 15 years ago
  68. 0cc70f1 Fix FileEntry declaration. by Daniel Dunbar · 15 years ago
  69. b836518 When copying a partial diagnostic into a DependentDiagnostic, allocate by Douglas Gregor · 15 years ago
  70. fe6b2d4 Optimize PartialDiagnostic's memory-allocation behavior by placing a by Douglas Gregor · 15 years ago
  71. 3edbeb7 add support for -MQ flag to quote targets in dependency file, by Chris Lattner · 15 years ago
  72. 0b4c9b5 Support __attribute__((packed)) (along with other attributes) at the by Douglas Gregor · 15 years ago
  73. 802c66e Be a bit more consistent in using operator-> by Rafael Espindola · 15 years ago
  74. 6a6aa53 Make default arguments to getFunctionNoProtoType an all or nothing option (as they already are in practise). by Rafael Espindola · 15 years ago
  75. 1279dee Drop default arguments no one is using. by Rafael Espindola · 15 years ago
  76. 02024a9 After performing template argument deduction for a function template, by Douglas Gregor · 15 years ago
  77. 5e2d2c2 Checker: random include cleanup. by Benjamin Kramer · 15 years ago
  78. 8822f7c Improve diagnostics on incomplete implementation by Fariborz Jahanian · 15 years ago
  79. b0cb022 Implement method friends in class templates and fix a few related problems. by John McCall · 15 years ago
  80. 5800f7e Fix comparison in isDiagnosticInFlight(). by Ted Kremenek · 15 years ago
  81. 67e1706 No need to specify ${CMAKE_CURRENT_BINARY_DIR} by Kovarththanan Rajaratnam · 15 years ago
  82. 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 15 years ago
  83. 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 15 years ago
  84. 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 15 years ago
  85. eab5d1e Teach the diagnostic engine to provide more detailed information about by Douglas Gregor · 15 years ago
  86. 32f2fb5 Preserve type-source information in friend declarations. by John McCall · 15 years ago
  87. 7eff7c4 Remove support for nand atomic builtins. They are inconsistently implemented in by Daniel Dunbar · 15 years ago
  88. d9ab76b add dump() method to CanQual for debugging purposes by Nuno Lopes · 15 years ago
  89. ef0df6a Add a utility method. by Zhongxing Xu · 15 years ago
  90. 6ee7653 Fix two bugs in format-string checking: by Ted Kremenek · 15 years ago
  91. 0541d10 Add methods to remove a GDM entry. by Zhongxing Xu · 15 years ago
  92. 0266898 Control warnings about GNU extensions with -Wgnu, which has a subgroup by Douglas Gregor · 15 years ago
  93. 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 15 years ago
  94. f3c0bd5 Improve diagnostics when ivar added to class extension (radar 6812436). by Fariborz Jahanian · 15 years ago
  95. 7ad650f Support friend function specializations. by John McCall · 15 years ago
  96. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 15 years ago
  97. 0c01d18 Implement a framework for the delay of arbitrary diagnostics within by John McCall · 15 years ago
  98. a418147 Make sure to properly track the anonymous namespace that lives inside by Douglas Gregor · 15 years ago
  99. 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 15 years ago
  100. f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 15 years ago