1. d64e2ee Comment.h: reword comments by Dmitri Gribenko · 12 years ago
  2. 916ea65 Move a bunch of the attribute warnings under the IgnoreAttributes group. Cleaned up test case. by Tanya Lattner · 12 years ago
  3. 0eaf69d Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. by Dmitri Gribenko · 12 years ago
  4. a3c7096 Allows retrieving all files in a CompilationDatabase. by Manuel Klimek · 12 years ago
  5. 838925d Provide a special-case diagnostic when two class member functions instantiate by Richard Smith · 12 years ago
  6. 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
  7. 3d98698 Make concepts of optional and forbidden end tags separate. Thanks Jordan for pointing this! by Dmitri Gribenko · 12 years ago
  8. 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
  9. 8f88a1d [Windows] Use thiscall as the default calling convention for class methods. PR12785 by Timur Iskhodzhanov · 12 years ago
  10. 9a50249 Add _rdrand{16,32,64}_step intrinsics to immintrin.h by Benjamin Kramer · 12 years ago
  11. 6a12449 This commit combines three patches to the ASTMatchers. by Daniel Jasper · 12 years ago
  12. f729ce0 Ignore visibility attributes after definitions. This matches newer (4.7) gcc's by Rafael Espindola · 12 years ago
  13. f7226fb Add the ObjFW runtime. Patch by Jonathan Schleifer! by John McCall · 12 years ago
  14. c36b30c [analyzer] Don't inline virtual calls unless we can devirtualize properly. by Jordan Rose · 12 years ago
  15. 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
  16. e3f470a Stop instantiating a class if we hit a static_assert failure. Also, if the by Richard Smith · 12 years ago
  17. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  18. ff39896 Introduce a flag in SourceManager to treat non-system source files by Argyrios Kyrtzidis · 12 years ago
  19. 78541c4 Allow -verify directives to be filtered by preprocessing. by Jordan Rose · 12 years ago
  20. 2db5abb Move CompileAssert into namespace clang::ast_matchers:: to avoid naming by Daniel Jasper · 12 years ago
  21. c6d64a2 Emit -verify diagnostics even when we have a fatal error. by Jordan Rose · 12 years ago
  22. 202c054 Remove unused override of CompilerInvocation::setLangDefaults(). by Nico Weber · 12 years ago
  23. 0ffbfd1 [analyzer] Add debug.DumpCalls, which prints out any CallEvents it sees. by Jordan Rose · 12 years ago
  24. e54cfc7 [analyzer] Use CallEvent for building inlined stack frames. by Jordan Rose · 12 years ago
  25. 852aa0d [analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints by Jordan Rose · 12 years ago
  26. 8d276d3 [analyzer] Add a CXXDestructorCall CallEvent. by Jordan Rose · 12 years ago
  27. 28038f3 [analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints. by Jordan Rose · 12 years ago
  28. e0e6b9e Add more matchers and do cleanups. by Daniel Jasper · 12 years ago
  29. 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
  30. 5ba0559 Improve r159256 following Chandler's comments: by Axel Naumann · 12 years ago
  31. 8fa2fb8 Adds support for auto-detection of compilation databases by Manuel Klimek · 12 years ago
  32. 3b81b7d Allow -verify directives to specify a min and max count, not just "+". by Jordan Rose · 12 years ago
  33. aa48fe8 Allow line numbers on -verify directives. by Jordan Rose · 12 years ago
  34. 4313c01 Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements. by Jordan Rose · 12 years ago
  35. 5409d28 Properly update the FormattedArgs vector when the template type diffing falls by Richard Trieu · 12 years ago
  36. 52bcb21 Revert 159966 since Tanya temporarily updated the test case. by Chad Rosier · 12 years ago
  37. d521b70 Put new warning in r159965 under a flag to appease buildbots. Someone please by Chad Rosier · 12 years ago
  38. 0df579e Patch by Anton Lokhmotov to add OpenCL work group size attributes. by Tanya Lattner · 12 years ago
  39. d57aa88 objective-c: yank any use of "non-fragile abi" phrase by Fariborz Jahanian · 12 years ago
  40. 94f29f4 Better parser recovery in Objective-C containers. by Jordan Rose · 12 years ago
  41. ee158bc [analyzer] When inlining, make sure we use the definition decl. by Jordan Rose · 12 years ago
  42. 6deae7c Downgrade the "direct comparison" error for ObjC literals to a warning. by Jordan Rose · 12 years ago
  43. 4990890 Inline storage of attributes in AttributedStmt. by Alexander Kornienko · 12 years ago
  44. 6994bb6 Add missing options for -m(no-){pclmul,fma,xop}. by Benjamin Kramer · 12 years ago
  45. fad0a32 MIPS: Range check __builtin_mips_wrdsp / __builtin_mips_rddsp arguments against the upper/lower values. by Simon Atanasyan · 12 years ago
  46. e471d87 MIPS: Mark arguments of __builtin_mips_wrdsp / __builtin_mips_rddsp as a constant expression. by Simon Atanasyan · 12 years ago
  47. 84f3080 Wire up -mrdrnd for X86. by Benjamin Kramer · 12 years ago
  48. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  49. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  50. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  51. 4a0beb2 Constify the argument to SourceLocation::getFromPtrEncoding. by Jordan Rose · 12 years ago
  52. 0e020ad [analyzer] Add comments to Calls.h. by Jordan Rose · 12 years ago
  53. bd2e27e objc-arc: warn when assigning retained object to by Fariborz Jahanian · 12 years ago
  54. 811c820 Don't store pointers into a std::vector (RawCommentList::Comments). Although by Dmitri Gribenko · 12 years ago
  55. 814e219 Stop using new[] on llvm::BumpPtrAllocator. by Dmitri Gribenko · 12 years ago
  56. 4da2166 Adds the AST Matcher library, which provides a in-C++ DSL to express by Manuel Klimek · 12 years ago
  57. ca6debb Forgot to rename one use of FPContractModeTy by Lang Hames · 12 years ago
  58. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  59. 36cbfbf Comment.h: correct identation by Dmitri Gribenko · 12 years ago
  60. 8a10d9f Added a new memberfor Parser, to be used soon by Fariborz Jahanian · 12 years ago
  61. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  62. d797a85 MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support. by Simon Atanasyan · 12 years ago
  63. e6df0ce Adapts the FrontendAction convenience functions so that it can be by Manuel Klimek · 12 years ago
  64. 0b273ef MIPS: Add -mips16 / -mno-mips16 command line support. by Simon Atanasyan · 12 years ago
  65. 471c8b4 Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. by Benjamin Kramer · 12 years ago
  66. d4f5198 Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. by Benjamin Kramer · 12 years ago
  67. 478851c Drop the ASTContext.h include from Stmt.h and fix up transitive users. by Benjamin Kramer · 12 years ago
  68. 3a2d0fb Split out the "empty" case for compound statement into a separate ctor. by Benjamin Kramer · 12 years ago
  69. ee3096a CXXRecordDecl: Split getBases/getVBases into a slow and a fast path. by Benjamin Kramer · 12 years ago
  70. 2c7886d Hoist the logic for selecting the Objective-C dispatch method into the runtime by David Chisnall · 12 years ago
  71. a422cd0 A few more cleanups for the GNU family of ObjC runtimes. by David Chisnall · 12 years ago
  72. c50a0e3 Renamed RawComment kinds to avoid name clash. by Abramo Bagnara · 12 years ago
  73. fdaa338 [analyzer] For now, don't inline non-static member overloaded operators. by Jordan Rose · 12 years ago
  74. a1eec4b objective-c: Refactor parse/sema portion of by Fariborz Jahanian · 12 years ago
  75. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  76. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  77. 15cdcbf CommentLexer: remove Markdown tokens from the token list (they are not emitted by lexer). by Dmitri Gribenko · 12 years ago
  78. 941e47c Share ConvertUTF8toWide() between Lex and CodeGen. by Nico Weber · 12 years ago
  79. 7c81b43 Rename -Wself-assign-memvar to -Wself-assign-field to improve local consistency a bit. by Nico Weber · 12 years ago
  80. 109e6de Documentation cleanup: by James Dennett · 12 years ago
  81. f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 12 years ago
  82. 6c89eaf objective-c: just as we have done for method definitions, by Fariborz Jahanian · 12 years ago
  83. af50aab Documentation cleanup: by James Dennett · 12 years ago
  84. 70cbf3c [analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation. by Jordan Rose · 12 years ago
  85. 879a433 Thread safety analysis: fixed incorrect error message at the end of a locks_required function. by DeLesley Hutchins · 12 years ago
  86. 5fe9b29 Add a warning flag for "'extern' variable has an initializer". by Matt Beaumont-Gay · 12 years ago
  87. 840c984 Revert "Remove unused member (& consequently unused parameter) in SA's Call code." by Jordan Rose · 12 years ago
  88. 7dd900e In blocks, only pretend that enum constants have enum type if necessary. by Jordan Rose · 12 years ago
  89. 8e674e1 Remove unused member (& consequently unused parameter) in SA's Call code. by David Blaikie · 12 years ago
  90. a533576 Reintroduced FieldDecl public methods setBitWidth and removeBitWidth. by Abramo Bagnara · 12 years ago
  91. 8f4783c Reduce default template instantiation depth to 512; we're blowing out by Douglas Gregor · 12 years ago
  92. 96479da [analyzer] Add generic preCall and postCall checks. by Jordan Rose · 12 years ago
  93. 69f87c9 [analyzer] Use CallEvent for inlining and call default-evaluation. by Jordan Rose · 12 years ago
  94. de507ea [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. by Jordan Rose · 12 years ago
  95. cde8cdb [analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends. by Jordan Rose · 12 years ago
  96. 85d7e01 [analyzer] Move the last bits of CallOrObjCMessage over to CallEvent. by Jordan Rose · 12 years ago
  97. 740d490 [analyzer] Add a new abstraction over all types of calls: CallEvent by Jordan Rose · 12 years ago
  98. 7518b37 [PCH] Make sure that all newly introduced visible decls in a DeclContext by Argyrios Kyrtzidis · 12 years ago
  99. 139be70 A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ';'. by Richard Smith · 12 years ago
  100. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago