1. e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 12 years ago
  2. 9dc5167 [analyzer] Inline ObjC class methods. by Anna Zaks · 12 years ago
  3. a2ad394 Remove the ability to stash arbitrary pointers into UndefinedVal (no longer needed). by Ted Kremenek · 12 years ago
  4. 829846b Remove ExprEngine::MarkBranch(), as it is no longer needed. by Ted Kremenek · 12 years ago
  5. 715c956 Introduces the 'decl' matcher which was missing for a while by Manuel Klimek · 12 years ago
  6. 3465318 Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. by Ted Kremenek · 12 years ago
  7. c0a4377 Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>. by Ted Kremenek · 12 years ago
  8. 612409e PR12057: Allow variadic template pack expansions to cross lambda boundaries. by Richard Smith · 12 years ago
  9. 6f36366 Make comments::Parser and comments::Sema noncopyable. by Dmitri Gribenko · 12 years ago
  10. 6582277 Comment diagnostics: add warning for multiple \param commands with duplicate by Dmitri Gribenko · 12 years ago
  11. 42926a0 Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11 by Richard Smith · 12 years ago
  12. 168c07b Tweak warning text for returning incomplete type from extern "C" functions. by Hans Wennborg · 12 years ago
  13. db13f04 Comment parsing: couple TextTokenRetokenizer and comment parser together to by Dmitri Gribenko · 12 years ago
  14. c4b0f9b Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is by Dmitri Gribenko · 12 years ago
  15. fd93916 Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 12 years ago
  16. 9f17408 Introduces a new concept for binding results to matchers by Manuel Klimek · 12 years ago
  17. 78d1a10 Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on by Nick Lewycky · 12 years ago
  18. 8487c52 Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members. by Dmitri Gribenko · 12 years ago
  19. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  20. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  21. eab9d6f Add diagnostics for comma at end of enum and for extra semicolon at namespace by Richard Smith · 12 years ago
  22. adb1d4c PR12917: Remove incorrect assumption that lambda mangling information cannot by Richard Smith · 12 years ago
  23. 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
  24. 8986e10 Comment AST nodes: add NumHTMLStartTagCommentBits member. by Dmitri Gribenko · 12 years ago
  25. 3e63d33 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 12 years ago
  26. d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 12 years ago
  27. d759cdd Tidy up. by Chad Rosier · 12 years ago
  28. 89770e5 Add the mechanics for -fms-inline-asm. No easy way to test at this time. by Chad Rosier · 12 years ago
  29. ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 12 years ago
  30. 0cfe9a1 Revert accidental commit. by Chad Rosier · 12 years ago
  31. f925e04 Add a new flag, -fms-inline-asm, that enables the output of MS-style inline by Chad Rosier · 12 years ago
  32. fd8b435 Add a reverse iterator to DeclStmt, and use it when building a CFG. by Jordan Rose · 12 years ago
  33. 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 12 years ago
  34. e81ce25 [analyzer] Refactor VisitObjCMessage and VisitCallExpr to rely on the by Anna Zaks · 12 years ago
  35. ffb0c3a Remove HasSynthBitfield and all callers/writers/etc. Also remove by Eric Christopher · 12 years ago
  36. ddcfbc9 For varargs, diagnose passing ObjC objects by value like other non-POD types. by Jordan Rose · 12 years ago
  37. b13291a Capitalize "Objective-C" and "C++" in user-facing contexts. by Jordan Rose · 12 years ago
  38. 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
  39. ce40e6f Revert r160404, "Eliminating the GCC_CAST hack, take two.", for now. by NAKAMURA Takumi · 12 years ago
  40. 7dfbfb1 Silence GCC warnings. by Richard Smith · 12 years ago
  41. e3898ac Fix OverloadCandidateSet::clear to not leak PartialDiagnostics, found by Samuel by Richard Smith · 12 years ago
  42. 8919e68 [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall. by Jordan Rose · 12 years ago
  43. 4b3918e [analyzer] Rename addExtraInvalidatedRegions to get...Regions by Jordan Rose · 12 years ago
  44. b7a23e0 [analyzer] Make CallEvent a value object. by Jordan Rose · 12 years ago
  45. 4ccc4cc [analyzer] Remove obsolete ObjCPropRef SVal kind. by Jordan Rose · 12 years ago
  46. 7ff8f5e [analyzer] Remove unused ExprEngine::VisitCXXTemporaryObjectExpr. by Jordan Rose · 12 years ago
  47. 0f7f10b Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace(). by Dmitri Gribenko · 12 years ago
  48. 7373ead Remove trivial destructor from SVal. by Benjamin Kramer · 12 years ago
  49. fb3643a On Darwin, the linker removes functions in CommentDumper.o (Comment::dump()) by Dmitri Gribenko · 12 years ago
  50. 6a06e5f PR13381: consider cv-qualifiers on a class member's type when determining which by Richard Smith · 12 years ago
  51. 500d729 PR13386: When matching up parameters between a function template declaration by Richard Smith · 12 years ago
  52. 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
  53. 8c77758 Improve comment for TypeDecl::getTypeForDecl(), from Sean Silva! by Douglas Gregor · 12 years ago
  54. d47bc51 Eliminating the GCC_CAST hack, take two. by Douglas Gregor · 12 years ago
  55. befceba Comment AST nodes: rename Num*Bitfields to Num*Bits to be consistent with Stmt AST nodes. by Dmitri Gribenko · 12 years ago
  56. 8de0956 Reinstate the GCC_CAST hack; I apparently did not appease GCC with r160397. by Douglas Gregor · 12 years ago
  57. 75c5754 Try to eliminate GCC_CAST hack in a manner that should work for both by Douglas Gregor · 12 years ago
  58. 93ed7cf Teach the ASTImporter how to handle anonymous structs/unions by Douglas Gregor · 12 years ago
  59. 379b281 Issue warning when assigning out-of-range integer values to enums. by Fariborz Jahanian · 12 years ago
  60. eec207f Add -Wobjc-string-compare under -Wobjc-literal-compare. by Jordan Rose · 12 years ago
  61. 8d872ca Now that -Wobjc-literal-compare is a warning, put the fixit on a note. by Jordan Rose · 12 years ago
  62. 8ee0448 Finishing the move of RefactoringCallbacks and fixing the corresponding by Daniel Jasper · 12 years ago
  63. d5c66dd Move RefactoringCallbacks to Tooling to avoid dependency from by Daniel Jasper · 12 years ago
  64. 19e88c0 Fixup for r160345 - uintptr_t is not always unsigned by Alexey Samsonov · 12 years ago
  65. 20b802d Make the isDerivedFrom matcher more generic. by Daniel Jasper · 12 years ago
  66. e4ed215 Fixed few warnings. by Galina Kistanova · 12 years ago
  67. beef1cb Fix BlockCommandComment::classof() to return true for objects of derived classes. by Dmitri Gribenko · 12 years ago
  68. 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
  69. 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
  70. e994bb6 Add two more missing parameters in diagnostics. by Daniel Jasper · 12 years ago
  71. fef3f6f Fix diagnostic adding missing parameter. by Daniel Jasper · 12 years ago
  72. fe7beeb Add refactoring callbacks to make common kinds of refactorings easy. by Daniel Jasper · 12 years ago
  73. a770a4d Add correct parenthesis range to CXXConstructExprs inside by Daniel Jasper · 12 years ago
  74. aa488ea More for PR11848: a pack expansion type isn't necessarily type-dependent (its by Richard Smith · 12 years ago
  75. 7e54fb5 PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument by Richard Smith · 12 years ago
  76. ff2fcb8 Fix spelling of anyOf matcher and add missing test. by Daniel Jasper · 12 years ago
  77. 08c39d8 Update Sema diagnostic messages to take advantage of template type diffing. by Richard Trieu · 12 years ago
  78. f9e9af7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 12 years ago
  79. d64e2ee Comment.h: reword comments by Dmitri Gribenko · 12 years ago
  80. 916ea65 Move a bunch of the attribute warnings under the IgnoreAttributes group. Cleaned up test case. by Tanya Lattner · 12 years ago
  81. 0eaf69d Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. by Dmitri Gribenko · 12 years ago
  82. a3c7096 Allows retrieving all files in a CompilationDatabase. by Manuel Klimek · 12 years ago
  83. 838925d Provide a special-case diagnostic when two class member functions instantiate by Richard Smith · 12 years ago
  84. 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
  85. 3d98698 Make concepts of optional and forbidden end tags separate. Thanks Jordan for pointing this! by Dmitri Gribenko · 12 years ago
  86. 99b28e7 Always initialize variable. If opening quote is the last character in comment, we will be using an uninitialized value. There is already a test for that in unittests/AST/CommentLexer.cpp, but it seems like we were lucky with the value that got loaded into the variable so the test passed. by Dmitri Gribenko · 12 years ago
  87. 8f88a1d [Windows] Use thiscall as the default calling convention for class methods. PR12785 by Timur Iskhodzhanov · 12 years ago
  88. 9a50249 Add _rdrand{16,32,64}_step intrinsics to immintrin.h by Benjamin Kramer · 12 years ago
  89. 6a12449 This commit combines three patches to the ASTMatchers. by Daniel Jasper · 12 years ago
  90. f729ce0 Ignore visibility attributes after definitions. This matches newer (4.7) gcc's by Rafael Espindola · 12 years ago
  91. f7226fb Add the ObjFW runtime. Patch by Jonathan Schleifer! by John McCall · 12 years ago
  92. c36b30c [analyzer] Don't inline virtual calls unless we can devirtualize properly. by Jordan Rose · 12 years ago
  93. 198871c Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. by Tanya Lattner · 12 years ago
  94. e3f470a Stop instantiating a class if we hit a static_assert failure. Also, if the by Richard Smith · 12 years ago
  95. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  96. ff39896 Introduce a flag in SourceManager to treat non-system source files by Argyrios Kyrtzidis · 12 years ago
  97. 78541c4 Allow -verify directives to be filtered by preprocessing. by Jordan Rose · 12 years ago
  98. 2db5abb Move CompileAssert into namespace clang::ast_matchers:: to avoid naming by Daniel Jasper · 12 years ago
  99. c6d64a2 Emit -verify diagnostics even when we have a fatal error. by Jordan Rose · 12 years ago
  100. 202c054 Remove unused override of CompilerInvocation::setLangDefaults(). by Nico Weber · 12 years ago