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