1. 811c820 Don't store pointers into a std::vector (RawCommentList::Comments). Although by Dmitri Gribenko · 12 years ago
  2. 814e219 Stop using new[] on llvm::BumpPtrAllocator. by Dmitri Gribenko · 12 years ago
  3. 4da2166 Adds the AST Matcher library, which provides a in-C++ DSL to express by Manuel Klimek · 12 years ago
  4. ca6debb Forgot to rename one use of FPContractModeTy by Lang Hames · 12 years ago
  5. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  6. 36cbfbf Comment.h: correct identation by Dmitri Gribenko · 12 years ago
  7. 8a10d9f Added a new memberfor Parser, to be used soon by Fariborz Jahanian · 12 years ago
  8. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  9. d797a85 MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support. by Simon Atanasyan · 12 years ago
  10. e6df0ce Adapts the FrontendAction convenience functions so that it can be by Manuel Klimek · 12 years ago
  11. 0b273ef MIPS: Add -mips16 / -mno-mips16 command line support. by Simon Atanasyan · 12 years ago
  12. 471c8b4 Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. by Benjamin Kramer · 12 years ago
  13. d4f5198 Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. by Benjamin Kramer · 12 years ago
  14. 478851c Drop the ASTContext.h include from Stmt.h and fix up transitive users. by Benjamin Kramer · 12 years ago
  15. 3a2d0fb Split out the "empty" case for compound statement into a separate ctor. by Benjamin Kramer · 12 years ago
  16. ee3096a CXXRecordDecl: Split getBases/getVBases into a slow and a fast path. by Benjamin Kramer · 12 years ago
  17. 2c7886d Hoist the logic for selecting the Objective-C dispatch method into the runtime by David Chisnall · 12 years ago
  18. a422cd0 A few more cleanups for the GNU family of ObjC runtimes. by David Chisnall · 12 years ago
  19. c50a0e3 Renamed RawComment kinds to avoid name clash. by Abramo Bagnara · 12 years ago
  20. fdaa338 [analyzer] For now, don't inline non-static member overloaded operators. by Jordan Rose · 12 years ago
  21. a1eec4b objective-c: Refactor parse/sema portion of by Fariborz Jahanian · 12 years ago
  22. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  23. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  24. 15cdcbf CommentLexer: remove Markdown tokens from the token list (they are not emitted by lexer). by Dmitri Gribenko · 12 years ago
  25. 941e47c Share ConvertUTF8toWide() between Lex and CodeGen. by Nico Weber · 12 years ago
  26. 7c81b43 Rename -Wself-assign-memvar to -Wself-assign-field to improve local consistency a bit. by Nico Weber · 12 years ago
  27. 109e6de Documentation cleanup: by James Dennett · 12 years ago
  28. f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 12 years ago
  29. 6c89eaf objective-c: just as we have done for method definitions, by Fariborz Jahanian · 12 years ago
  30. af50aab Documentation cleanup: by James Dennett · 12 years ago
  31. 70cbf3c [analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation. by Jordan Rose · 12 years ago
  32. 879a433 Thread safety analysis: fixed incorrect error message at the end of a locks_required function. by DeLesley Hutchins · 12 years ago
  33. 5fe9b29 Add a warning flag for "'extern' variable has an initializer". by Matt Beaumont-Gay · 12 years ago
  34. 840c984 Revert "Remove unused member (& consequently unused parameter) in SA's Call code." by Jordan Rose · 12 years ago
  35. 7dd900e In blocks, only pretend that enum constants have enum type if necessary. by Jordan Rose · 12 years ago
  36. 8e674e1 Remove unused member (& consequently unused parameter) in SA's Call code. by David Blaikie · 12 years ago
  37. a533576 Reintroduced FieldDecl public methods setBitWidth and removeBitWidth. by Abramo Bagnara · 12 years ago
  38. 8f4783c Reduce default template instantiation depth to 512; we're blowing out by Douglas Gregor · 12 years ago
  39. 96479da [analyzer] Add generic preCall and postCall checks. by Jordan Rose · 12 years ago
  40. 69f87c9 [analyzer] Use CallEvent for inlining and call default-evaluation. by Jordan Rose · 12 years ago
  41. de507ea [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. by Jordan Rose · 12 years ago
  42. cde8cdb [analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends. by Jordan Rose · 12 years ago
  43. 85d7e01 [analyzer] Move the last bits of CallOrObjCMessage over to CallEvent. by Jordan Rose · 12 years ago
  44. 740d490 [analyzer] Add a new abstraction over all types of calls: CallEvent by Jordan Rose · 12 years ago
  45. 7518b37 [PCH] Make sure that all newly introduced visible decls in a DeclContext by Argyrios Kyrtzidis · 12 years ago
  46. 139be70 A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ';'. by Richard Smith · 12 years ago
  47. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  48. 2f7f5b1 Documentation cleanup: reformatting/fixing up file comments so that they have by James Dennett · 12 years ago
  49. fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
  50. f70a886 Add support for the C11 _Alignof keyword. by Jordan Rose · 12 years ago
  51. db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  52. b6bc31e Add a missing argument index, wordsmith a little, and 80(ish) columns by Matt Beaumont-Gay · 12 years ago
  53. 648e763 Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion by Richard Trieu · 12 years ago
  54. e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
  55. 529cdf4 Update the %diff modifer to have an alternate string print when a template tree by Richard Trieu · 12 years ago
  56. 04ca19b Add a fix-it hint note to -Wunique-enum to suggest that the last element gets by Richard Trieu · 12 years ago
  57. 20e7d99 objc diagnostic: pass IdentifierInfo* to the diagnostic system by Fariborz Jahanian · 12 years ago
  58. c84804a X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  59. 8d0f528 [analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph. by Jordan Rose · 12 years ago
  60. 43bb179 Warn on self-assignment to member variables. PR13104. by Nico Weber · 12 years ago
  61. db2a685 Factor CXString out of Index.h by Arnaud A. de Grandmaison · 12 years ago
  62. 712692e Only print a semicolon after "no known conversion for Nth argument" if there by Matt Beaumont-Gay · 12 years ago
  63. e327aa8 Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the handwritten emitter. by Benjamin Kramer · 12 years ago
  64. fbf7005 Support MIPS DSP Rev1 intrinsics. by Simon Atanasyan · 12 years ago
  65. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  66. b6ebd44 Add warning flag -Winvalid-pp-token for preprocessing-tokens which have by Richard Smith · 12 years ago
  67. 632fbaa Fix another issue with devirtualizing calls to final methods by passing them by Rafael Espindola · 12 years ago
  68. 12d2cc7 patch to suggest 'static' function should be 'static inline' by Fariborz Jahanian · 12 years ago
  69. 8d852e3 Implement John McCall's review of r159212 other than the this pointer not by Rafael Espindola · 12 years ago
  70. 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
  71. 3ce42c3 From Vassil Vassilev: by Axel Naumann · 12 years ago
  72. c2cda02 Initialize RawCommentList::BriefTextValid when deserializing AST. by Dmitri Gribenko · 12 years ago
  73. 7349cce Always use getDerived().shouldVisitImplicitCode() so it can be altered by Daniel Jasper · 12 years ago
  74. 540f9ae preprocessing: gcc supports #line 0. So, treat this by Fariborz Jahanian · 12 years ago
  75. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  76. 5283c99 X86: add GATHER intrinsics (AVX2) in Clang by Manman Ren · 12 years ago
  77. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
  78. 7e0f1ee Fix comment: refer to documentation comments in general, not just Doxygen comments. by Dmitri Gribenko · 12 years ago
  79. de37628 objc: adds diagnostic group to several old objc warnings. by Fariborz Jahanian · 12 years ago
  80. 0b4fe50 During codegen of a virtual call we would extract any casts in the expression by Rafael Espindola · 12 years ago
  81. 7ed4f66 [driver] Make -serialize-diagnostics (one dash) and alias for by Chad Rosier · 12 years ago
  82. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
  83. c9f3517 Extend the "expected ';' after struct" logic to also apply to enums, and to by Richard Smith · 12 years ago
  84. ee68111 [analyzer] Be careful about implicitly-declared operator new/delete. (PR13090) by Jordan Rose · 12 years ago
  85. 831421f Unrevert r158887, reverted in r158949, along with a fix for the bug which by Richard Smith · 12 years ago
  86. 6b02009 Make explicit specializations at class scope work by Nico Weber · 12 years ago
  87. 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 12 years ago
  88. 2edf0a2 Clean up a large number of C++11 attribute parse issues, including parsing by Sean Hunt · 12 years ago
  89. 28ad063 Support L__FUNCTION__ in microsoft mode, PR11789 by Nico Weber · 12 years ago
  90. 9f728cd Minor improvements to some C99 variadic-macro-related diagnostics. by Richard Smith · 12 years ago
  91. 10f77ad Implement initial static analysis inlining support for C++ methods. by Ted Kremenek · 12 years ago
  92. c1fb542 Perform typo correction for base class specifiers. by Kaelyn Uhrain · 12 years ago
  93. 4b2239b Mark Doxygen warnings DefaultIgnore. by Dmitri Gribenko · 12 years ago
  94. 27c0bb0 Correct include guard to reflect new directory name by Dmitri Gribenko · 12 years ago
  95. 9dda474 Add a warning about almost-Doxygen trailing comments: //< and /*< ... */ by Dmitri Gribenko · 12 years ago
  96. 67e8a8b objective-c: improve diagnostic when collection expression is by Fariborz Jahanian · 12 years ago
  97. 8da1687 Documentation cleanup: making \param and \returns docs match the code. by James Dennett · 12 years ago
  98. 16ae9de Documentation cleanup: making \param docs match the code. by James Dennett · 12 years ago
  99. efce31f Documentation cleanup: by James Dennett · 12 years ago
  100. 27289b1 Documentation cleanup: by James Dennett · 12 years ago