1. fd8b435 Add a reverse iterator to DeclStmt, and use it when building a CFG. by Jordan Rose · 12 years ago
  2. 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 12 years ago
  3. e81ce25 [analyzer] Refactor VisitObjCMessage and VisitCallExpr to rely on the by Anna Zaks · 12 years ago
  4. ffb0c3a Remove HasSynthBitfield and all callers/writers/etc. Also remove by Eric Christopher · 12 years ago
  5. ddcfbc9 For varargs, diagnose passing ObjC objects by value like other non-POD types. by Jordan Rose · 12 years ago
  6. b13291a Capitalize "Objective-C" and "C++" in user-facing contexts. by Jordan Rose · 12 years ago
  7. 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
  8. ce40e6f Revert r160404, "Eliminating the GCC_CAST hack, take two.", for now. by NAKAMURA Takumi · 12 years ago
  9. 7dfbfb1 Silence GCC warnings. by Richard Smith · 12 years ago
  10. e3898ac Fix OverloadCandidateSet::clear to not leak PartialDiagnostics, found by Samuel by Richard Smith · 12 years ago
  11. 8919e68 [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall. by Jordan Rose · 12 years ago
  12. 4b3918e [analyzer] Rename addExtraInvalidatedRegions to get...Regions by Jordan Rose · 12 years ago
  13. b7a23e0 [analyzer] Make CallEvent a value object. by Jordan Rose · 12 years ago
  14. 4ccc4cc [analyzer] Remove obsolete ObjCPropRef SVal kind. by Jordan Rose · 12 years ago
  15. 7ff8f5e [analyzer] Remove unused ExprEngine::VisitCXXTemporaryObjectExpr. by Jordan Rose · 12 years ago
  16. 0f7f10b Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace(). by Dmitri Gribenko · 12 years ago
  17. 7373ead Remove trivial destructor from SVal. by Benjamin Kramer · 12 years ago
  18. fb3643a On Darwin, the linker removes functions in CommentDumper.o (Comment::dump()) by Dmitri Gribenko · 12 years ago
  19. 6a06e5f PR13381: consider cv-qualifiers on a class member's type when determining which by Richard Smith · 12 years ago
  20. 500d729 PR13386: When matching up parameters between a function template declaration by Richard Smith · 12 years ago
  21. 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
  22. 8c77758 Improve comment for TypeDecl::getTypeForDecl(), from Sean Silva! by Douglas Gregor · 12 years ago
  23. d47bc51 Eliminating the GCC_CAST hack, take two. by Douglas Gregor · 12 years ago
  24. befceba Comment AST nodes: rename Num*Bitfields to Num*Bits to be consistent with Stmt AST nodes. by Dmitri Gribenko · 12 years ago
  25. 8de0956 Reinstate the GCC_CAST hack; I apparently did not appease GCC with r160397. by Douglas Gregor · 12 years ago
  26. 75c5754 Try to eliminate GCC_CAST hack in a manner that should work for both by Douglas Gregor · 12 years ago
  27. 93ed7cf Teach the ASTImporter how to handle anonymous structs/unions by Douglas Gregor · 12 years ago
  28. 379b281 Issue warning when assigning out-of-range integer values to enums. by Fariborz Jahanian · 12 years ago
  29. eec207f Add -Wobjc-string-compare under -Wobjc-literal-compare. by Jordan Rose · 12 years ago
  30. 8d872ca Now that -Wobjc-literal-compare is a warning, put the fixit on a note. by Jordan Rose · 12 years ago
  31. 8ee0448 Finishing the move of RefactoringCallbacks and fixing the corresponding by Daniel Jasper · 12 years ago
  32. d5c66dd Move RefactoringCallbacks to Tooling to avoid dependency from by Daniel Jasper · 12 years ago
  33. 19e88c0 Fixup for r160345 - uintptr_t is not always unsigned by Alexey Samsonov · 12 years ago
  34. 20b802d Make the isDerivedFrom matcher more generic. by Daniel Jasper · 12 years ago
  35. e4ed215 Fixed few warnings. by Galina Kistanova · 12 years ago
  36. beef1cb Fix BlockCommandComment::classof() to return true for objects of derived classes. by Dmitri Gribenko · 12 years ago
  37. 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
  38. 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
  39. e994bb6 Add two more missing parameters in diagnostics. by Daniel Jasper · 12 years ago
  40. fef3f6f Fix diagnostic adding missing parameter. by Daniel Jasper · 12 years ago
  41. fe7beeb Add refactoring callbacks to make common kinds of refactorings easy. by Daniel Jasper · 12 years ago
  42. a770a4d Add correct parenthesis range to CXXConstructExprs inside by Daniel Jasper · 12 years ago
  43. aa488ea More for PR11848: a pack expansion type isn't necessarily type-dependent (its by Richard Smith · 12 years ago
  44. 7e54fb5 PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument by Richard Smith · 12 years ago
  45. ff2fcb8 Fix spelling of anyOf matcher and add missing test. by Daniel Jasper · 12 years ago
  46. 08c39d8 Update Sema diagnostic messages to take advantage of template type diffing. by Richard Trieu · 12 years ago
  47. f9e9af7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 12 years ago
  48. d64e2ee Comment.h: reword comments by Dmitri Gribenko · 12 years ago
  49. 916ea65 Move a bunch of the attribute warnings under the IgnoreAttributes group. Cleaned up test case. by Tanya Lattner · 12 years ago
  50. 0eaf69d Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. by Dmitri Gribenko · 12 years ago
  51. a3c7096 Allows retrieving all files in a CompilationDatabase. by Manuel Klimek · 12 years ago
  52. 838925d Provide a special-case diagnostic when two class member functions instantiate by Richard Smith · 12 years ago
  53. 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
  54. 3d98698 Make concepts of optional and forbidden end tags separate. Thanks Jordan for pointing this! by Dmitri Gribenko · 12 years ago
  55. 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
  56. 8f88a1d [Windows] Use thiscall as the default calling convention for class methods. PR12785 by Timur Iskhodzhanov · 12 years ago
  57. 9a50249 Add _rdrand{16,32,64}_step intrinsics to immintrin.h by Benjamin Kramer · 12 years ago
  58. 6a12449 This commit combines three patches to the ASTMatchers. by Daniel Jasper · 12 years ago
  59. f729ce0 Ignore visibility attributes after definitions. This matches newer (4.7) gcc's by Rafael Espindola · 12 years ago
  60. f7226fb Add the ObjFW runtime. Patch by Jonathan Schleifer! by John McCall · 12 years ago
  61. c36b30c [analyzer] Don't inline virtual calls unless we can devirtualize properly. by Jordan Rose · 12 years ago
  62. 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
  63. e3f470a Stop instantiating a class if we hit a static_assert failure. Also, if the by Richard Smith · 12 years ago
  64. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  65. ff39896 Introduce a flag in SourceManager to treat non-system source files by Argyrios Kyrtzidis · 12 years ago
  66. 78541c4 Allow -verify directives to be filtered by preprocessing. by Jordan Rose · 12 years ago
  67. 2db5abb Move CompileAssert into namespace clang::ast_matchers:: to avoid naming by Daniel Jasper · 12 years ago
  68. c6d64a2 Emit -verify diagnostics even when we have a fatal error. by Jordan Rose · 12 years ago
  69. 202c054 Remove unused override of CompilerInvocation::setLangDefaults(). by Nico Weber · 12 years ago
  70. 0ffbfd1 [analyzer] Add debug.DumpCalls, which prints out any CallEvents it sees. by Jordan Rose · 12 years ago
  71. e54cfc7 [analyzer] Use CallEvent for building inlined stack frames. by Jordan Rose · 12 years ago
  72. 852aa0d [analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints by Jordan Rose · 12 years ago
  73. 8d276d3 [analyzer] Add a CXXDestructorCall CallEvent. by Jordan Rose · 12 years ago
  74. 28038f3 [analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints. by Jordan Rose · 12 years ago
  75. e0e6b9e Add more matchers and do cleanups. by Daniel Jasper · 12 years ago
  76. 4187df5 Adds support for auto-detection of compilation databases, looking in a directory and all its parents. by Arnaud A. de Grandmaison · 12 years ago
  77. 5ba0559 Improve r159256 following Chandler's comments: by Axel Naumann · 12 years ago
  78. 8fa2fb8 Adds support for auto-detection of compilation databases by Manuel Klimek · 12 years ago
  79. 3b81b7d Allow -verify directives to specify a min and max count, not just "+". by Jordan Rose · 12 years ago
  80. aa48fe8 Allow line numbers on -verify directives. by Jordan Rose · 12 years ago
  81. 4313c01 Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements. by Jordan Rose · 12 years ago
  82. 5409d28 Properly update the FormattedArgs vector when the template type diffing falls by Richard Trieu · 12 years ago
  83. 52bcb21 Revert 159966 since Tanya temporarily updated the test case. by Chad Rosier · 12 years ago
  84. d521b70 Put new warning in r159965 under a flag to appease buildbots. Someone please by Chad Rosier · 12 years ago
  85. 0df579e Patch by Anton Lokhmotov to add OpenCL work group size attributes. by Tanya Lattner · 12 years ago
  86. d57aa88 objective-c: yank any use of "non-fragile abi" phrase by Fariborz Jahanian · 12 years ago
  87. 94f29f4 Better parser recovery in Objective-C containers. by Jordan Rose · 12 years ago
  88. ee158bc [analyzer] When inlining, make sure we use the definition decl. by Jordan Rose · 12 years ago
  89. 6deae7c Downgrade the "direct comparison" error for ObjC literals to a warning. by Jordan Rose · 12 years ago
  90. 4990890 Inline storage of attributes in AttributedStmt. by Alexander Kornienko · 12 years ago
  91. 6994bb6 Add missing options for -m(no-){pclmul,fma,xop}. by Benjamin Kramer · 12 years ago
  92. fad0a32 MIPS: Range check __builtin_mips_wrdsp / __builtin_mips_rddsp arguments against the upper/lower values. by Simon Atanasyan · 12 years ago
  93. e471d87 MIPS: Mark arguments of __builtin_mips_wrdsp / __builtin_mips_rddsp as a constant expression. by Simon Atanasyan · 12 years ago
  94. 84f3080 Wire up -mrdrnd for X86. by Benjamin Kramer · 12 years ago
  95. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  96. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  97. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  98. 4a0beb2 Constify the argument to SourceLocation::getFromPtrEncoding. by Jordan Rose · 12 years ago
  99. 0e020ad [analyzer] Add comments to Calls.h. by Jordan Rose · 12 years ago
  100. bd2e27e objc-arc: warn when assigning retained object to by Fariborz Jahanian · 12 years ago