1. 60969f5 Re-design the convenience interfaces on MatchFinder. by Manuel Klimek · 11 years ago
  2. ae54121 Use const visitors in ASTDumper. by Alexander Kornienko · 11 years ago
  3. 5f838aa Fix diagnostic for bad alignas use: it can't be applied to functions. by Richard Smith · 11 years ago
  4. cd0655b Add a new -Wundefined-inline warning for inline functions which are used but not by Nick Lewycky · 11 years ago
  5. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 11 years ago
  6. 199402b Enable -fno-altivec, -mno-altivec for PowerPC. by Bill Schmidt · 11 years ago
  7. a31f65b [Sema][Attr]Fix alignment attribute printing. by Michael Han · 11 years ago
  8. e1ebedf Comment parsing: add more comments to CommentCommands.td by Dmitri Gribenko · 11 years ago
  9. 17d15f3 Escape backslash in the comment. by Dmitri Gribenko · 11 years ago
  10. f843a58 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 11 years ago
  11. 33e83b6 Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 11 years ago
  12. c264e16 Add support for AArch64 target. by Tim Northover · 11 years ago
  13. 903ef04 Revert r174043 and tweak the comment wording so I'm (hopefully) not confused by it again! by Richard Smith · 11 years ago
  14. 8c84028 Added outer template parameter lists to friend type AST nodes. by Enea Zaffanella · 11 years ago
  15. 5917e22 Remove incorrect warning signs from QualType::getUnqualifiedType(). These by Richard Smith · 11 years ago
  16. 29805ca Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 11 years ago
  17. d1f09b4 Allow the computation of the base priority for a declaration code completion result to consider the completion context by Douglas Gregor · 11 years ago
  18. 0efa62f Replace "failed template argument deduction" diagnostic with something useful by Richard Smith · 11 years ago
  19. 995e26b Remove elements from Sema.UndefinedInternals as functions are defined. Also by Nick Lewycky · 11 years ago
  20. f270519 Clarify the diagnostic for -Wnested-anon-types. by Richard Smith · 11 years ago
  21. 7564bcc Add OpenCL error that a kernel function must have void return type. Includes a test case. by Tanya Lattner · 12 years ago
  22. ac3a3e7 [analyzer] Make shallow mode more shallow. by Anna Zaks · 12 years ago
  23. 6bbe144 [analyzer] Use analyzer config for max-inlinable-size option. by Anna Zaks · 12 years ago
  24. 86ff12c [analyzer] Move report false positive suppression to report visitors. by Anna Zaks · 12 years ago
  25. ce32890 [analyzer] Remove further references to analyzer-ipa. by Anna Zaks · 12 years ago
  26. baa7ca1 [analyzer] Model trivial copy/move ctors with an aggregate bind. by Jordan Rose · 12 years ago
  27. 19e448d Documentation: fix link to ExecuteAction(), which was previously typoed as by James Dennett · 12 years ago
  28. 5bd1e5b Comment parsing: resolve more named character references by Dmitri Gribenko · 12 years ago
  29. cb5620c Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 12 years ago
  30. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 12 years ago
  31. e28f6ab Unresolved lookups can have using declarations that refer to by Douglas Gregor · 12 years ago
  32. 74c2498 Don't warn about Unicode characters in -E mode. by Jordan Rose · 12 years ago
  33. 1d87fba Provide a fixit for constexpr non-static data members. by David Blaikie · 12 years ago
  34. 59fd635 [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused. by Daniel Dunbar · 12 years ago
  35. d09436c [Frontend] Remove actual ImplicitExternC member variable. by Daniel Dunbar · 12 years ago
  36. ef84554 [Frontend] Add an ExternCSystem include entry group. by Daniel Dunbar · 12 years ago
  37. 658a115 [Doc parsing] Patch to parse Doxygen-supported HTML character by Fariborz Jahanian · 12 years ago
  38. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 12 years ago
  39. a367e9d Move -Wstatic-float-init fixit into a note & don't recover as if constexpr by David Blaikie · 12 years ago
  40. 32d28ee Move the token annotator into separate files. by Daniel Jasper · 12 years ago
  41. a16355c [driver] Refactor the driver so that a failing commands doesn't prevent by Chad Rosier · 12 years ago
  42. f157960 Allow all parameters on next line for function calls in Chrome. by Daniel Jasper · 12 years ago
  43. 98f988d by Joey Gouly · 12 years ago
  44. a0109e2 Produce a diagnostic if alignas is applied to an expression. Neither C11 nor by Richard Smith · 12 years ago
  45. d03de6a Downgrade 'attribute ignored when parsing type' from error to warning, to match by Richard Smith · 12 years ago
  46. 4cd81c5 Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. by Richard Smith · 12 years ago
  47. 8f3aacc Propagate the spelling list index for an attribute across template instantiation. by Richard Smith · 12 years ago
  48. 33f04a2 Treat alignas and _Alignas as keyword attributes. This allows us to by Richard Smith · 12 years ago
  49. cda7968 Actually remove the hack which was blocking the Borland-style attributes from by Richard Smith · 12 years ago
  50. 5cd532c Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled by Richard Smith · 12 years ago
  51. a438b2d Abstract the behavior of when to use base-class tail padding. by John McCall · 12 years ago
  52. 3a2b7a1 Finish semantic analysis for [[carries_dependency]] attribute. by Richard Smith · 12 years ago
  53. bde67cf Undo my re-wording of the "ARC forbids Objective-C objects in ..." by Douglas Gregor · 12 years ago
  54. 4581d45 Forbid the use of objects in unions in Objective-C++ ARC. Fixes by Douglas Gregor · 12 years ago
  55. 20c6f2e Enable the global module index by default. Introduce the by Douglas Gregor · 12 years ago
  56. 894719b ASTReader and profiling statistics indicate that implementing a method by Douglas Gregor · 12 years ago
  57. 95fb36e Add some more ASTReader statistics for global method pool lookups. by Douglas Gregor · 12 years ago
  58. 531b47c Back out r173689. It doesn't matter when we're building with Clang anyway. by Douglas Gregor · 12 years ago
  59. d3cf5fb Eliminate memory allocation from most invocations of by Douglas Gregor · 12 years ago
  60. d75ff64 Don't put a function's return type on its own line in Google style. by Daniel Jasper · 12 years ago
  61. b7551f7 Note that SrcMgr::SLocEntry's are POD-like, so SmallVector can do a by Douglas Gregor · 12 years ago
  62. 3e335c1 Print warning instead of error if optional ASan features are enabled w/o specifying -fsanitize=address by Alexey Samsonov · 12 years ago
  63. c5f7d6a Add a -pedantic warning: an anonymous union within an anonymous union is not by Richard Smith · 12 years ago
  64. bfec916 PR15067: Don't assert when a UCN appears in a C90 file. by Jordan Rose · 12 years ago
  65. 9677eb8 Added ASTContext methods getIntPtrType and getUIntPtrType. by Enea Zaffanella · 12 years ago
  66. 7d9f077 Constify getOptionalExplicitTemplateArgs() by Dmitri Gribenko · 12 years ago
  67. d615f88 Constify some getters of DesignatedInitExpr by Dmitri Gribenko · 12 years ago
  68. db84e7a [libclang] Introduce clang_getFileUniqueID which returns a struct by Argyrios Kyrtzidis · 12 years ago
  69. db55c04c Give a more informative error message when the dot or arrow operator is used by Richard Trieu · 12 years ago
  70. 7ba443a Highlight various parts of the AST dump with color. Colors are controlled by by Richard Trieu · 12 years ago
  71. dede2fd [analyzer] bugreporter::getDerefExpr now takes a Stmt, not an ExplodedNode. by Jordan Rose · 12 years ago
  72. aeca2cc [analyzer] Add 'prune-paths' config option to disable path pruning. by Jordan Rose · 12 years ago
  73. 7ee8906 [analyzer] Rename PruneNullReturnPaths to SuppressNullReturnPaths. by Jordan Rose · 12 years ago
  74. 713b7c0 Since we're stuck with realpath for the header <-> module mapping, by Douglas Gregor · 12 years ago
  75. 1044256 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 12 years ago
  76. 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 12 years ago
  77. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
  78. 188bdcd Improve coordination between the module manager and the global module by Douglas Gregor · 12 years ago
  79. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 12 years ago
  80. b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 12 years ago
  81. d07865b Optimize ModuleManager::visit() by precomputing the visitation order by Douglas Gregor · 12 years ago
  82. 909df54 Add space after ';'. by Fariborz Jahanian · 12 years ago
  83. 78c28be Improve diagnsotic further on integer overflow. by Fariborz Jahanian · 12 years ago
  84. ae04222 ConvertUTF.h: Suppress a warning with ptrdiff_t on i686. [-Wsign-compare] by NAKAMURA Takumi · 12 years ago
  85. de72f10 Add missing InGroup for this warning. by Nick Lewycky · 12 years ago
  86. b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 12 years ago
  87. eab6652 [Frontend] Remove another IsUserSpecified member variable that is now unused. by Daniel Dunbar · 12 years ago
  88. 1ea6bc0 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 12 years ago
  89. 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 12 years ago
  90. f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 12 years ago
  91. e169807 Track the number of lookups and hits into the on-disk hash tables for by Douglas Gregor · 12 years ago
  92. d4497dd Clean up: since we have FunctionDecl::IsInline, make it store the right value by Richard Smith · 12 years ago
  93. b8ccd43 [analyzer] Fixup for r173385 and r173386 - initialize the members. by Anna Zaks · 12 years ago
  94. a7972a0 Fixes text of diagnostics in integer overflow patch. by Fariborz Jahanian · 12 years ago
  95. d130140 [analyzer] Add "-analyzer-config mode=[deep|shallow] ". by Anna Zaks · 12 years ago
  96. bfa9ab8 [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 12 years ago
  97. 73f0563 [analyzer] refactor: access IPAMode through the accessor. by Anna Zaks · 12 years ago
  98. ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 12 years ago
  99. 6c23bd2 Move 'convertUTF8Sequence' helper into the C++ section of the header file. by Jordan Rose · 12 years ago
  100. b87672b Add a fixit for \U1234 -> \u1234. by Jordan Rose · 12 years ago