1. 8f4783c Reduce default template instantiation depth to 512; we're blowing out by Douglas Gregor · 12 years ago
  2. 96479da [analyzer] Add generic preCall and postCall checks. by Jordan Rose · 12 years ago
  3. 69f87c9 [analyzer] Use CallEvent for inlining and call default-evaluation. by Jordan Rose · 12 years ago
  4. de507ea [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. by Jordan Rose · 12 years ago
  5. cde8cdb [analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends. by Jordan Rose · 12 years ago
  6. 85d7e01 [analyzer] Move the last bits of CallOrObjCMessage over to CallEvent. by Jordan Rose · 12 years ago
  7. 740d490 [analyzer] Add a new abstraction over all types of calls: CallEvent by Jordan Rose · 12 years ago
  8. 7518b37 [PCH] Make sure that all newly introduced visible decls in a DeclContext by Argyrios Kyrtzidis · 12 years ago
  9. 139be70 A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ';'. by Richard Smith · 12 years ago
  10. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  11. 2f7f5b1 Documentation cleanup: reformatting/fixing up file comments so that they have by James Dennett · 12 years ago
  12. fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
  13. f70a886 Add support for the C11 _Alignof keyword. by Jordan Rose · 12 years ago
  14. db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  15. b6bc31e Add a missing argument index, wordsmith a little, and 80(ish) columns by Matt Beaumont-Gay · 12 years ago
  16. 648e763 Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion by Richard Trieu · 12 years ago
  17. e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
  18. 529cdf4 Update the %diff modifer to have an alternate string print when a template tree by Richard Trieu · 12 years ago
  19. 04ca19b Add a fix-it hint note to -Wunique-enum to suggest that the last element gets by Richard Trieu · 12 years ago
  20. 20e7d99 objc diagnostic: pass IdentifierInfo* to the diagnostic system by Fariborz Jahanian · 12 years ago
  21. c84804a X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  22. 8d0f528 [analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph. by Jordan Rose · 12 years ago
  23. 43bb179 Warn on self-assignment to member variables. PR13104. by Nico Weber · 12 years ago
  24. db2a685 Factor CXString out of Index.h by Arnaud A. de Grandmaison · 12 years ago
  25. 712692e Only print a semicolon after "no known conversion for Nth argument" if there by Matt Beaumont-Gay · 12 years ago
  26. e327aa8 Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the handwritten emitter. by Benjamin Kramer · 12 years ago
  27. fbf7005 Support MIPS DSP Rev1 intrinsics. by Simon Atanasyan · 12 years ago
  28. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  29. b6ebd44 Add warning flag -Winvalid-pp-token for preprocessing-tokens which have by Richard Smith · 12 years ago
  30. 632fbaa Fix another issue with devirtualizing calls to final methods by passing them by Rafael Espindola · 12 years ago
  31. 12d2cc7 patch to suggest 'static' function should be 'static inline' by Fariborz Jahanian · 12 years ago
  32. 8d852e3 Implement John McCall's review of r159212 other than the this pointer not by Rafael Espindola · 12 years ago
  33. 962668d Remove unsigned and a pointer from a comment token (so that each token can have only one semantic string value attached to it), at a cost of adding an additional token. by Dmitri Gribenko · 12 years ago
  34. 3ce42c3 From Vassil Vassilev: by Axel Naumann · 12 years ago
  35. c2cda02 Initialize RawCommentList::BriefTextValid when deserializing AST. by Dmitri Gribenko · 12 years ago
  36. 7349cce Always use getDerived().shouldVisitImplicitCode() so it can be altered by Daniel Jasper · 12 years ago
  37. 540f9ae preprocessing: gcc supports #line 0. So, treat this by Fariborz Jahanian · 12 years ago
  38. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  39. 5283c99 X86: add GATHER intrinsics (AVX2) in Clang by Manman Ren · 12 years ago
  40. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
  41. 7e0f1ee Fix comment: refer to documentation comments in general, not just Doxygen comments. by Dmitri Gribenko · 12 years ago
  42. de37628 objc: adds diagnostic group to several old objc warnings. by Fariborz Jahanian · 12 years ago
  43. 0b4fe50 During codegen of a virtual call we would extract any casts in the expression by Rafael Espindola · 12 years ago
  44. 7ed4f66 [driver] Make -serialize-diagnostics (one dash) and alias for by Chad Rosier · 12 years ago
  45. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
  46. c9f3517 Extend the "expected ';' after struct" logic to also apply to enums, and to by Richard Smith · 12 years ago
  47. ee68111 [analyzer] Be careful about implicitly-declared operator new/delete. (PR13090) by Jordan Rose · 12 years ago
  48. 831421f Unrevert r158887, reverted in r158949, along with a fix for the bug which by Richard Smith · 12 years ago
  49. 6b02009 Make explicit specializations at class scope work by Nico Weber · 12 years ago
  50. 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 12 years ago
  51. 2edf0a2 Clean up a large number of C++11 attribute parse issues, including parsing by Sean Hunt · 12 years ago
  52. 28ad063 Support L__FUNCTION__ in microsoft mode, PR11789 by Nico Weber · 12 years ago
  53. 9f728cd Minor improvements to some C99 variadic-macro-related diagnostics. by Richard Smith · 12 years ago
  54. 10f77ad Implement initial static analysis inlining support for C++ methods. by Ted Kremenek · 12 years ago
  55. c1fb542 Perform typo correction for base class specifiers. by Kaelyn Uhrain · 12 years ago
  56. 4b2239b Mark Doxygen warnings DefaultIgnore. by Dmitri Gribenko · 12 years ago
  57. 27c0bb0 Correct include guard to reflect new directory name by Dmitri Gribenko · 12 years ago
  58. 9dda474 Add a warning about almost-Doxygen trailing comments: //< and /*< ... */ by Dmitri Gribenko · 12 years ago
  59. 67e8a8b objective-c: improve diagnostic when collection expression is by Fariborz Jahanian · 12 years ago
  60. 8da1687 Documentation cleanup: making \param and \returns docs match the code. by James Dennett · 12 years ago
  61. 16ae9de Documentation cleanup: making \param docs match the code. by James Dennett · 12 years ago
  62. efce31f Documentation cleanup: by James Dennett · 12 years ago
  63. 27289b1 Documentation cleanup: by James Dennett · 12 years ago
  64. 4ae383f Documentation cleanup: by James Dennett · 12 years ago
  65. 4bd495c Documentation cleanup: by James Dennett · 12 years ago
  66. 07d9430 Documentation cleanup: rephrase, and so avoid a Doxygen warning. by James Dennett · 12 years ago
  67. 36be6c4 Documentation cleanup: escape # characters in Doxygen comments as needed. by James Dennett · 12 years ago
  68. dc3d8c9 Documentation cleanup: escape # characters in Doxygen comments as needed. by James Dennett · 12 years ago
  69. 5f0cf08 Documentation cleanup: Fixed the format of the file header (that I broke in by James Dennett · 12 years ago
  70. 58bf987 Documentation cleanup: by James Dennett · 12 years ago
  71. 697c7a8 Documentation cleanup: by James Dennett · 12 years ago
  72. 4e294ee Revert r158887. This fixes pr13168. by Rafael Espindola · 12 years ago
  73. 9530a8b VC9 does not like heterogenous compare function objects. by Dmitri Gribenko · 12 years ago
  74. 2438833 [analyzer] Do not step into statements while collecting function decls. by Anna Zaks · 12 years ago
  75. 56242ba objective-c: deprecated C-like parameters in Objective-C by Fariborz Jahanian · 12 years ago
  76. 1071ba9 Make the RecursiveASTVisitor visit the body of a range-based for loop by Daniel Jasper · 12 years ago
  77. 7f32607 Improve support for -g options accepted by Clang: by Alexey Samsonov · 12 years ago
  78. 7d96f61 If an object (such as a std::string) with an appropriate c_str() member function by Richard Smith · 12 years ago
  79. a114d82 objective-c: place quotes around named items in a diagnostic. // rdar://11671080 by Fariborz Jahanian · 12 years ago
  80. cea06d2 objective-c: Normally, a property cannot be both 'readonly' and having a by Fariborz Jahanian · 12 years ago
  81. 198129e Documentation cleanup: escape a < character in a Doxygen comment by James Dennett · 12 years ago
  82. 0b92fcb Introduce ObjCRuntime::hasWeakClassImport() and use it in the appropriate by John McCall · 12 years ago
  83. a6366f5 Documentation cleanup: by James Dennett · 12 years ago
  84. 07c877d Reword -Winternal-linkage-in-inline, and rename it to -Wstatic-in-inline. by Jordan Rose · 12 years ago
  85. 12a4ced Documentation cleanup: by James Dennett · 12 years ago
  86. e2c9238 [analyzer] Do not walk the types for call graph construction. by Anna Zaks · 12 years ago
  87. 2df3a7a5 [analyzer] Remove dead code. by Anna Zaks · 12 years ago
  88. 1070e32 Documentation cleanup: escaping # characters in Doxygen comments. by James Dennett · 12 years ago
  89. 59c30cd Remove unused ASTContext& arg in RawCommentList::addComment, as pointed out by Chandler in commit message for r158807. by Dmitri Gribenko · 12 years ago
  90. 33c0f37 Remove -Winternal-linkage-in-inline in C++. by Jordan Rose · 12 years ago
  91. 52e4ed9 [ms-style asm] Change the fatal error to an extension warning. Apparently, this by Chad Rosier · 12 years ago
  92. e95f8ef objc: improved diagnostic when property autosynthesis may cause by Fariborz Jahanian · 12 years ago
  93. 8571897 Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to Jordan by Sean Hunt · 12 years ago
  94. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  95. 1066339 Remove a 'static' specifier from an 'inline' function in a header file. by Chandler Carruth · 12 years ago
  96. 8ab6c24 Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be designed by Ted Kremenek · 12 years ago
  97. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  98. 056e2c3 Unbreak GCC build: GCC doesn't like clang::Parser::CommentHandler and class clang::CommentHandler to have same name. by Dmitri Gribenko · 12 years ago
  99. d5e26b8 Documentation cleanup: adding/fixing Doxygen markup, particularly \brief, by James Dennett · 12 years ago
  100. 206d7db Documentation cleanup: escape # character in a Doxygen comment. by James Dennett · 12 years ago