1. 05511fa Improve diagnosing when a method type does not start with '-'|'+' by Fariborz Jahanian · 14 years ago
  2. 27a961a AST: Add ObjCIvarDecl::getContainingInterface(). by Daniel Dunbar · 14 years ago
  3. 24e1408 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 14 years ago
  4. a065492 Sema/Obj-C: Narrow type of ObjCIvarDecl::Create, and check additional invariants on the provided DeclContext. by Daniel Dunbar · 14 years ago
  5. 2f59979 Rework our handling of copy construction of temporaries, which was a by Douglas Gregor · 14 years ago
  6. 47c24b1 Resolve a layering violation by making AddTaggedVal public for by Chandler Carruth · 14 years ago
  7. b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 14 years ago
  8. 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 14 years ago
  9. 950db87 Initial support for visiting CXXMemberCallExpr. by Zhongxing Xu · 14 years ago
  10. 33c9032 First start at wmmintrin.h file with Intel AES-NI instructions. by Eric Christopher · 14 years ago
  11. 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 14 years ago
  12. 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 14 years ago
  13. 4a2023f Extend DependentNameType with a keyword enum that specifies whether by Douglas Gregor · 14 years ago
  14. 0798df7 For reverse data flow analyses, enqueue the blocks in reverse order. by Ted Kremenek · 14 years ago
  15. 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 14 years ago
  16. db2eb5a Remove the AST statistics tracking I added yesterday; it didn't pan out. by Douglas Gregor · 14 years ago
  17. 2405a0a Tweak DataFlowSolver's worklist data structure to have an ordered worklist by Ted Kremenek · 14 years ago
  18. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 14 years ago
  19. 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 14 years ago
  20. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 14 years ago
  21. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 14 years ago
  22. 6876fe6 Minor include pruning. by Benjamin Kramer · 14 years ago
  23. b2213dc Define "exploded graph" by reference to a paper. by Jeffrey Yasskin · 14 years ago
  24. 32daa42 Regularize support for naming conversion functions in using decls. by John McCall · 14 years ago
  25. 23cba80 Introduce a new kind of derived-to-base cast which bypasses the need for by John McCall · 14 years ago
  26. 69d66b2 Formatting tweaks. by Daniel Dunbar · 14 years ago
  27. 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 14 years ago
  28. 6bb8017 Propagate the "found declaration" (i.e. the using declaration instead of by John McCall · 14 years ago
  29. 5e40291 Improve diagnostics when printing a template instantiation backtrace by Douglas Gregor · 14 years ago
  30. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  31. f540305 Introduce new AST statistics that keep track of the number of isa (or by Douglas Gregor · 14 years ago
  32. f031774 Add Support for 'warn_unused_result" attribute on by Fariborz Jahanian · 14 years ago
  33. 0cc70f1 Fix FileEntry declaration. by Daniel Dunbar · 14 years ago
  34. b836518 When copying a partial diagnostic into a DependentDiagnostic, allocate by Douglas Gregor · 14 years ago
  35. fe6b2d4 Optimize PartialDiagnostic's memory-allocation behavior by placing a by Douglas Gregor · 14 years ago
  36. 3edbeb7 add support for -MQ flag to quote targets in dependency file, by Chris Lattner · 14 years ago
  37. 0b4c9b5 Support __attribute__((packed)) (along with other attributes) at the by Douglas Gregor · 14 years ago
  38. 802c66e Be a bit more consistent in using operator-> by Rafael Espindola · 14 years ago
  39. 6a6aa53 Make default arguments to getFunctionNoProtoType an all or nothing option (as they already are in practise). by Rafael Espindola · 14 years ago
  40. 1279dee Drop default arguments no one is using. by Rafael Espindola · 14 years ago
  41. 02024a9 After performing template argument deduction for a function template, by Douglas Gregor · 14 years ago
  42. 5e2d2c2 Checker: random include cleanup. by Benjamin Kramer · 14 years ago
  43. 8822f7c Improve diagnostics on incomplete implementation by Fariborz Jahanian · 14 years ago
  44. b0cb022 Implement method friends in class templates and fix a few related problems. by John McCall · 14 years ago
  45. 5800f7e Fix comparison in isDiagnosticInFlight(). by Ted Kremenek · 14 years ago
  46. 67e1706 No need to specify ${CMAKE_CURRENT_BINARY_DIR} by Kovarththanan Rajaratnam · 14 years ago
  47. 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 14 years ago
  48. 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 14 years ago
  49. 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 14 years ago
  50. eab5d1e Teach the diagnostic engine to provide more detailed information about by Douglas Gregor · 14 years ago
  51. 32f2fb5 Preserve type-source information in friend declarations. by John McCall · 14 years ago
  52. 7eff7c4 Remove support for nand atomic builtins. They are inconsistently implemented in by Daniel Dunbar · 14 years ago
  53. d9ab76b add dump() method to CanQual for debugging purposes by Nuno Lopes · 14 years ago
  54. ef0df6a Add a utility method. by Zhongxing Xu · 14 years ago
  55. 6ee7653 Fix two bugs in format-string checking: by Ted Kremenek · 14 years ago
  56. 0541d10 Add methods to remove a GDM entry. by Zhongxing Xu · 14 years ago
  57. 0266898 Control warnings about GNU extensions with -Wgnu, which has a subgroup by Douglas Gregor · 14 years ago
  58. 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 14 years ago
  59. f3c0bd5 Improve diagnostics when ivar added to class extension (radar 6812436). by Fariborz Jahanian · 14 years ago
  60. 7ad650f Support friend function specializations. by John McCall · 14 years ago
  61. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 14 years ago
  62. 0c01d18 Implement a framework for the delay of arbitrary diagnostics within by John McCall · 14 years ago
  63. a418147 Make sure to properly track the anonymous namespace that lives inside by Douglas Gregor · 14 years ago
  64. 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 14 years ago
  65. f921a48 Improve diagnostic for @property/ivar type mismatch by including the types of the by Ted Kremenek · 14 years ago
  66. 8e18c1b Bind the constructed object value to CXXConstructExpr. by Zhongxing Xu · 14 years ago
  67. 7b71c19 Add a AggExprVisitor class. It contains lots of boiler by Zhongxing Xu · 14 years ago
  68. dbd8209 PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor. by Daniel Dunbar · 14 years ago
  69. d9e0c0f Since we now may have basicblocks with the same block is in different function, by Zhongxing Xu · 14 years ago
  70. d064fdc Only perform CFG-based warnings on 'static inline' functions that by Ted Kremenek · 14 years ago
  71. 8149a57 Diagnose miuse of property dot-syntax instead of crashing. (radar 7634653). by Fariborz Jahanian · 14 years ago
  72. 01f1bfc Fixes access rues for ivars declared in class implementations (radar 7547942). by Fariborz Jahanian · 14 years ago
  73. 3bfacdf More clean up of ivars which are either in class extensions and by Fariborz Jahanian · 14 years ago
  74. 93ea5cb Introduce the notion of a single "delayed" diagnostic into the by Douglas Gregor · 14 years ago
  75. 48ad609 Add very limited support for GCC's '-B' flag. This allows us to support unusual by Chandler Carruth · 14 years ago
  76. 2d52be5 Keep track of the size/modification time of each file source-location by Douglas Gregor · 14 years ago
  77. ff7f736 Reapply r99024 (but with the memory issue now fixed). by Ted Kremenek · 14 years ago
  78. 1b43102 Check if a BugReporterVisitor has already been added to a BugReporterContext. by Ted Kremenek · 14 years ago
  79. 6493b81 Fix use-of-invalid-memory found by Valgrind and Windows buildbots. by Ted Kremenek · 14 years ago
  80. 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 14 years ago
  81. 67a5936 Add sse4.2 header and builtin support. by Eric Christopher · 14 years ago
  82. 0f2c907 Revert r99024, "Augment path diagnostics to include displaying when a message by Daniel Dunbar · 14 years ago
  83. efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 14 years ago
  84. 2d46f4d Augment path diagnostics to include displaying when a message expression by Ted Kremenek · 14 years ago
  85. 365b0bd Driver: Force joining of "-l" "foo", the linker doesn't eat that format. by Daniel Dunbar · 14 years ago
  86. 788f5a1 Optimize region-of-interest based cursor walks through the by Douglas Gregor · 14 years ago
  87. c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 14 years ago
  88. 1b058e8 Robustify PreprocessingRecord slightly, by only creating macro by Douglas Gregor · 14 years ago
  89. 6a5a23f Implement serialization and lazy deserialization of the preprocessing by Douglas Gregor · 14 years ago
  90. 8d52cbd More coherent diagnostics when ivar is placed n categories. by Fariborz Jahanian · 14 years ago
  91. ebfa339 Make the CIndex API more resilient to being used on invalid code. by Ted Kremenek · 14 years ago
  92. 2758595 clang -cc1: Kill off -empty-input only, and replace with -init-only which is an by Daniel Dunbar · 14 years ago
  93. b9e1b75 Make the preprocessing record a PPCallbacks subclass itself, by Douglas Gregor · 14 years ago
  94. 94dc8f6 Optionally store a PreprocessingRecord in the preprocessor itself, and by Douglas Gregor · 14 years ago
  95. 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 14 years ago
  96. 9aa472c Remember the "found declaration" for an overload candidate, which is the by John McCall · 14 years ago
  97. 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 14 years ago
  98. bf7efa2 Explicitly link macro instantiations to macro definitions in the by Douglas Gregor · 14 years ago
  99. 572feb2 Expose macro definitions as CIndex cursors. These can still only be by Douglas Gregor · 14 years ago
  100. 4ae8f29 Introduce the notion of a "preprocessing record", which keeps track of by Douglas Gregor · 14 years ago