1. b740316 Add an assert to ParamCommandComment::getParamIndex() -- it should not be by Dmitri Gribenko · 12 years ago
  2. b2efdf3 Microoptimize isOffsetInFileID a bit. by Benjamin Kramer · 12 years ago
  3. 477a9f5 Implement resolving of HTML character references (named: &, decimal: *, by Dmitri Gribenko · 12 years ago
  4. e430313 Add a function to convert a single Unicode code point to a UTF8 sequence. by Dmitri Gribenko · 12 years ago
  5. 4684778 Make -Wformat walk the typedef chain when looking for size_t, etc. by Hans Wennborg · 12 years ago
  6. e61354b Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. by Anna Zaks · 12 years ago
  7. 6fbe031 [analyzer] Address Jordan's and Fariborz's review of r160768. by Anna Zaks · 12 years ago
  8. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  9. 7c99aa3 [analyzer] CallEvent is no longer a value object. by Jordan Rose · 12 years ago
  10. f540c54 [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. by Jordan Rose · 12 years ago
  11. 3a0a9e3 [analyzer] Handle C++ member initializers and destructors. by Jordan Rose · 12 years ago
  12. 888c90a [analyzer] Handle base class initializers and destructors. by Jordan Rose · 12 years ago
  13. 183ba8e [analyzer] Show paths for destructor calls. by Jordan Rose · 12 years ago
  14. 132283b Add a const version of Expr::IgnoreImplicit. No functionality change. by Jordan Rose · 12 years ago
  15. 559b928 Put back dump() without a default argument, "because debuggers don't usually respect default arguments". by Alexander Kornienko · 12 years ago
  16. e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 12 years ago
  17. 9dc5167 [analyzer] Inline ObjC class methods. by Anna Zaks · 12 years ago
  18. a2ad394 Remove the ability to stash arbitrary pointers into UndefinedVal (no longer needed). by Ted Kremenek · 12 years ago
  19. 829846b Remove ExprEngine::MarkBranch(), as it is no longer needed. by Ted Kremenek · 12 years ago
  20. 715c956 Introduces the 'decl' matcher which was missing for a while by Manuel Klimek · 12 years ago
  21. 3465318 Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. by Ted Kremenek · 12 years ago
  22. c0a4377 Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>. by Ted Kremenek · 12 years ago
  23. 612409e PR12057: Allow variadic template pack expansions to cross lambda boundaries. by Richard Smith · 12 years ago
  24. 6f36366 Make comments::Parser and comments::Sema noncopyable. by Dmitri Gribenko · 12 years ago
  25. 6582277 Comment diagnostics: add warning for multiple \param commands with duplicate by Dmitri Gribenko · 12 years ago
  26. 42926a0 Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11 by Richard Smith · 12 years ago
  27. 168c07b Tweak warning text for returning incomplete type from extern "C" functions. by Hans Wennborg · 12 years ago
  28. db13f04 Comment parsing: couple TextTokenRetokenizer and comment parser together to by Dmitri Gribenko · 12 years ago
  29. c4b0f9b Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is by Dmitri Gribenko · 12 years ago
  30. fd93916 Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 12 years ago
  31. 9f17408 Introduces a new concept for binding results to matchers by Manuel Klimek · 12 years ago
  32. 78d1a10 Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on by Nick Lewycky · 12 years ago
  33. 8487c52 Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members. by Dmitri Gribenko · 12 years ago
  34. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  35. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  36. eab9d6f Add diagnostics for comma at end of enum and for extra semicolon at namespace by Richard Smith · 12 years ago
  37. adb1d4c PR12917: Remove incorrect assumption that lambda mangling information cannot by Richard Smith · 12 years ago
  38. dfd110c char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a way to disable keywords under Microsoft mode. by Francois Pichet · 12 years ago
  39. 8986e10 Comment AST nodes: add NumHTMLStartTagCommentBits member. by Dmitri Gribenko · 12 years ago
  40. 3e63d33 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 12 years ago
  41. d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 12 years ago
  42. d759cdd Tidy up. by Chad Rosier · 12 years ago
  43. 89770e5 Add the mechanics for -fms-inline-asm. No easy way to test at this time. by Chad Rosier · 12 years ago
  44. ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 12 years ago
  45. 0cfe9a1 Revert accidental commit. by Chad Rosier · 12 years ago
  46. f925e04 Add a new flag, -fms-inline-asm, that enables the output of MS-style inline by Chad Rosier · 12 years ago
  47. fd8b435 Add a reverse iterator to DeclStmt, and use it when building a CFG. by Jordan Rose · 12 years ago
  48. 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 12 years ago
  49. e81ce25 [analyzer] Refactor VisitObjCMessage and VisitCallExpr to rely on the by Anna Zaks · 12 years ago
  50. ffb0c3a Remove HasSynthBitfield and all callers/writers/etc. Also remove by Eric Christopher · 12 years ago
  51. ddcfbc9 For varargs, diagnose passing ObjC objects by value like other non-POD types. by Jordan Rose · 12 years ago
  52. b13291a Capitalize "Objective-C" and "C++" in user-facing contexts. by Jordan Rose · 12 years ago
  53. 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
  54. ce40e6f Revert r160404, "Eliminating the GCC_CAST hack, take two.", for now. by NAKAMURA Takumi · 12 years ago
  55. 7dfbfb1 Silence GCC warnings. by Richard Smith · 12 years ago
  56. e3898ac Fix OverloadCandidateSet::clear to not leak PartialDiagnostics, found by Samuel by Richard Smith · 12 years ago
  57. 8919e68 [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall. by Jordan Rose · 12 years ago
  58. 4b3918e [analyzer] Rename addExtraInvalidatedRegions to get...Regions by Jordan Rose · 12 years ago
  59. b7a23e0 [analyzer] Make CallEvent a value object. by Jordan Rose · 12 years ago
  60. 4ccc4cc [analyzer] Remove obsolete ObjCPropRef SVal kind. by Jordan Rose · 12 years ago
  61. 7ff8f5e [analyzer] Remove unused ExprEngine::VisitCXXTemporaryObjectExpr. by Jordan Rose · 12 years ago
  62. 0f7f10b Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace(). by Dmitri Gribenko · 12 years ago
  63. 7373ead Remove trivial destructor from SVal. by Benjamin Kramer · 12 years ago
  64. fb3643a On Darwin, the linker removes functions in CommentDumper.o (Comment::dump()) by Dmitri Gribenko · 12 years ago
  65. 6a06e5f PR13381: consider cv-qualifiers on a class member's type when determining which by Richard Smith · 12 years ago
  66. 500d729 PR13386: When matching up parameters between a function template declaration by Richard Smith · 12 years ago
  67. a52f5a3 Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201. by Aaron Ballman · 12 years ago
  68. 8c77758 Improve comment for TypeDecl::getTypeForDecl(), from Sean Silva! by Douglas Gregor · 12 years ago
  69. d47bc51 Eliminating the GCC_CAST hack, take two. by Douglas Gregor · 12 years ago
  70. befceba Comment AST nodes: rename Num*Bitfields to Num*Bits to be consistent with Stmt AST nodes. by Dmitri Gribenko · 12 years ago
  71. 8de0956 Reinstate the GCC_CAST hack; I apparently did not appease GCC with r160397. by Douglas Gregor · 12 years ago
  72. 75c5754 Try to eliminate GCC_CAST hack in a manner that should work for both by Douglas Gregor · 12 years ago
  73. 93ed7cf Teach the ASTImporter how to handle anonymous structs/unions by Douglas Gregor · 12 years ago
  74. 379b281 Issue warning when assigning out-of-range integer values to enums. by Fariborz Jahanian · 12 years ago
  75. eec207f Add -Wobjc-string-compare under -Wobjc-literal-compare. by Jordan Rose · 12 years ago
  76. 8d872ca Now that -Wobjc-literal-compare is a warning, put the fixit on a note. by Jordan Rose · 12 years ago
  77. 8ee0448 Finishing the move of RefactoringCallbacks and fixing the corresponding by Daniel Jasper · 12 years ago
  78. d5c66dd Move RefactoringCallbacks to Tooling to avoid dependency from by Daniel Jasper · 12 years ago
  79. 19e88c0 Fixup for r160345 - uintptr_t is not always unsigned by Alexey Samsonov · 12 years ago
  80. 20b802d Make the isDerivedFrom matcher more generic. by Daniel Jasper · 12 years ago
  81. e4ed215 Fixed few warnings. by Galina Kistanova · 12 years ago
  82. beef1cb Fix BlockCommandComment::classof() to return true for objects of derived classes. by Dmitri Gribenko · 12 years ago
  83. 177f1be Fixing an MSVC warning -- the compiler did not like the cast added to work around a g++ bug (it would claim to possibly emit incorrect code). by Aaron Ballman · 12 years ago
  84. dea8fba The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool by Alexander Kornienko · 12 years ago
  85. e994bb6 Add two more missing parameters in diagnostics. by Daniel Jasper · 12 years ago
  86. fef3f6f Fix diagnostic adding missing parameter. by Daniel Jasper · 12 years ago
  87. fe7beeb Add refactoring callbacks to make common kinds of refactorings easy. by Daniel Jasper · 12 years ago
  88. a770a4d Add correct parenthesis range to CXXConstructExprs inside by Daniel Jasper · 12 years ago
  89. aa488ea More for PR11848: a pack expansion type isn't necessarily type-dependent (its by Richard Smith · 12 years ago
  90. 7e54fb5 PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument by Richard Smith · 12 years ago
  91. ff2fcb8 Fix spelling of anyOf matcher and add missing test. by Daniel Jasper · 12 years ago
  92. 08c39d8 Update Sema diagnostic messages to take advantage of template type diffing. by Richard Trieu · 12 years ago
  93. f9e9af7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 12 years ago
  94. d64e2ee Comment.h: reword comments by Dmitri Gribenko · 12 years ago
  95. 916ea65 Move a bunch of the attribute warnings under the IgnoreAttributes group. Cleaned up test case. by Tanya Lattner · 12 years ago
  96. 0eaf69d Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. by Dmitri Gribenko · 12 years ago
  97. a3c7096 Allows retrieving all files in a CompilationDatabase. by Manuel Klimek · 12 years ago
  98. 838925d Provide a special-case diagnostic when two class member functions instantiate by Richard Smith · 12 years ago
  99. 3f38bf2 Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML start tags' and 'HTML close tags' to 'HTML end tags' according to HTML spec. by Dmitri Gribenko · 12 years ago
  100. 3d98698 Make concepts of optional and forbidden end tags separate. Thanks Jordan for pointing this! by Dmitri Gribenko · 12 years ago