1. 5b3ebb4 Remove throw() from Stmt::operator new so the compiler will omit the null check on the result since ASTContext allocator won't return null. by Craig Topper · 11 years ago
  2. c138ff5 DebugInfo: Avoid duplicating types that may be created during the process of creating their context by David Blaikie · 11 years ago
  3. 498298d DebugInfo: Don't emit vbase 'containing types' for context chain limited types by David Blaikie · 11 years ago
  4. dcc520e InitHeaderSearch.cpp: [Cygwin] Add 4.7.3. by NAKAMURA Takumi · 11 years ago
  5. 05ed1a0 Make expression allocation methods use a 'const' reference to the ASTContext since the underlying operator new only needs a const reference. by Craig Topper · 11 years ago
  6. ab4e0c0 Fix a use-after-free found in libclang when doing code completion. The by Chandler Carruth · 11 years ago
  7. 3de73f0 DebugInfo: don't require full definitions for friend classes by David Blaikie · 11 years ago
  8. ced39ec PR16927: Don't assert (or, previously, skip) static data members of enumeration type by David Blaikie · 11 years ago
  9. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  10. 2d67097 Refactor all diagnosing of TypoCorrections through a common function, in by Richard Smith · 11 years ago
  11. 2845a67 Rename libIDE to libIndex. by Argyrios Kyrtzidis · 11 years ago
  12. 05a0569 Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class" by David Blaikie · 11 years ago
  13. 57c372a ObjectiveC migrator: Add some more routines by Fariborz Jahanian · 11 years ago
  14. 29535ba Don't reject attribute used in an "extern const" variable definition. by Rafael Espindola · 11 years ago
  15. 2104374 Use the number of parameters in the actual method or function to determine the CallEffects size. by Ted Kremenek · 11 years ago
  16. 8863e6b DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with the same name but different lines by David Blaikie · 11 years ago
  17. a1da6b2 RetainCountChecker: Replace some loops with std:: algorithms. by Benjamin Kramer · 11 years ago
  18. e9a906b Replace some DenseMap keys with simpler structures that don't need another DenseMapInfo specialization. by Benjamin Kramer · 11 years ago
  19. 8fd67b6 Revert r188574. Turns out it isn't needed. by Ted Kremenek · 11 years ago
  20. 152701b DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class by David Blaikie · 11 years ago
  21. 841fd11 DebugInfo: Contrain the record type parameter for CollectRecordFields by David Blaikie · 11 years ago
  22. 747797f Need summary info. about arguments to by Fariborz Jahanian · 11 years ago
  23. 1216196 Introduce the clangIDE library. by Argyrios Kyrtzidis · 11 years ago
  24. ee0da95 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 11 years ago
  25. 05e4af0 Tweak Replacement comparisons by Edwin Vane · 11 years ago
  26. 6b2afe4 Split UnwrappedLineFormatter into individual components. by Daniel Jasper · 11 years ago
  27. 045a9f6 Revert r188498. by Evgeniy Stepanov · 11 years ago
  28. 360d23e Parse: Do not 'HandleTopLevelDecl' on templated functions. by David Majnemer · 11 years ago
  29. 09c2454 Windows ToolChain: add VS bin dir to PogramPaths by Hans Wennborg · 11 years ago
  30. 5fba5a7 [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 11 years ago
  31. 2f835ca Don't allow unary negation on scoped enums. by Eli Friedman · 11 years ago
  32. 5a42820 Fix for dependent contexts in alias templates. by Eli Friedman · 11 years ago
  33. 7336b9f Thread Safety Analysis: fix bug when using TryLock with && and || expressions. by DeLesley Hutchins · 11 years ago
  34. cbcb030 DebugInfo: CollectRecordStaticField -> CreateRecordStaticField to return its result. by David Blaikie · 11 years ago
  35. fab829d Remove unnecessary explicit cast. by David Blaikie · 11 years ago
  36. f1f5cc3 DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for future use by David Blaikie · 11 years ago
  37. 327a36a Fix assert added in r188494 by David Blaikie · 11 years ago
  38. cdd4b78 Properly track l-paren of a CXXFucntionalCastExpr. by Eli Friedman · 11 years ago
  39. 409ab56 DebugInfo: Remove unused conditional by David Blaikie · 11 years ago
  40. 269cca1 ObjectiveC migrator. Start annotating CF functions by Fariborz Jahanian · 11 years ago
  41. 27ab036 DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type match the semantics by David Blaikie · 11 years ago
  42. 492b102 DebugInfo: Add a FIXME, remove a FIXME. by David Blaikie · 11 years ago
  43. ebc313d make arm-use-movt available for all ARM by Renato Golin · 11 years ago
  44. 2780489 DebugInfo: Unify & optimize the lazy addition of record types by David Blaikie · 11 years ago
  45. c5cd1a7 DebugInfo: Revert change to the return type of createRecordFwdDecl by David Blaikie · 11 years ago
  46. 8effeda CodeGen: __uuidof should work even with an incomplete _GUID type by David Majnemer · 11 years ago
  47. b94887e DebugInfo: remove unnecessary type registration by David Blaikie · 11 years ago
  48. 951094b DebugInfo: Don't create duplicate forward declaration metadata unnecessarily. by David Blaikie · 11 years ago
  49. 83c746a Fixes a gross conditional in my last patch. by Fariborz Jahanian · 11 years ago
  50. 0b5941c ObjectiveC migrator: In deciding NS_OPTION over by Fariborz Jahanian · 11 years ago
  51. 68502e5 [analyzer] If realloc fails on an escaped region, that region doesn't leak. by Jordan Rose · 11 years ago
  52. a44f03b Thread safety analysis: move warnings within lock/unlock functions out of beta. by DeLesley Hutchins · 11 years ago
  53. 146522e [Mips][msa] Add support for half by Jack Carter · 11 years ago
  54. ba7fd42 Build unwind tables by default on NetBSD. by Joerg Sonnenberger · 11 years ago
  55. 14605ff Use the integrated assembler on NetBSD/powerpc by default. by Joerg Sonnenberger · 11 years ago
  56. 79690a0 Fix the build failure of Realease version by Hao Liu · 11 years ago
  57. 12cd6a8 Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions by Hao Liu · 11 years ago
  58. 1c7a409 [-cxx-abi microsoft] Mangle member pointers better by David Majnemer · 11 years ago
  59. 30d405b Add ctorInitializer to the dynamic AST Matcher registry. by Stefanus Du Toit · 11 years ago
  60. 41594c5 ObjectiveC [Sema]. This patch makes sure that all inherited by Fariborz Jahanian · 11 years ago
  61. 53c7ea1 [static analyzer] add a simple "CallEffects" API to query the retain count semantics of a method. by Ted Kremenek · 11 years ago
  62. 5774e39 [static analyzer] Factor out ArgEffect and RetEffect into public header file. by Ted Kremenek · 11 years ago
  63. 37e849a PR16875: The return type of a dependent function type is visible when it's by Richard Smith · 11 years ago
  64. 933c66b Bug fix: note diagnosis on expression narrowing should say "variable template" instead of "static data member" when appropriate by Larisse Voufo · 11 years ago
  65. 5d27a51 Add support for -fsanitize-blacklist and default blacklists for DFSan. by Peter Collingbourne · 11 years ago
  66. f15b26c Enhance the clang -v gcc debug printing to skip obviously bad and duplicate paths. by Benjamin Kramer · 11 years ago
  67. cb2e182 revert 188352 by Shuxin Yang · 11 years ago
  68. 5dbab41 Driver::IsUsingLTO() no longer return true when seeing -emit-llvm. by Shuxin Yang · 11 years ago
  69. 4a91989 Bug fix: disallow a variable template to be redeclared as a non-templated variable by Larisse Voufo · 11 years ago
  70. 2388b77 Driver: Forward -Wl, and -Xlink arguments when using windows linker by Hans Wennborg · 11 years ago
  71. 72a36a1 Don't produce duplicate notes if we have deduction failure notes when resolving by Richard Smith · 11 years ago
  72. dc25f8c ObjectiveC [QoI] issue warning if an element of an nsarray by Fariborz Jahanian · 11 years ago
  73. 5db9527 clang-cl: Support /link option and set target to win32 by Hans Wennborg · 11 years ago
  74. 4fce06c Fix Altivec vector literal parser hack for C++11. by Eli Friedman · 11 years ago
  75. 1f8d663 Link in the ubsan runtime when building shared objects. by Nick Lewycky · 11 years ago
  76. c99b90e sizeof(void) etc. should be a hard error in C++. by Eli Friedman · 11 years ago
  77. 73052bf Handle "--" explicitly in the driver by Hans Wennborg · 11 years ago
  78. dd9459f Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3: by Richard Smith · 11 years ago
  79. 086d565 ObjectiveC migrator: Fixes a crash and makes couple of harmless changes. by Fariborz Jahanian · 11 years ago
  80. b58cfd9 Adding a vector version of tooling::applyAllReplacements by Edwin Vane · 11 years ago
  81. 95f0766 Fixing a conflict detection bug in tooling::deduplicate by Edwin Vane · 11 years ago
  82. 99662a1 Move logic to enable the vectorizer to clang by Arnold Schwaighofer · 11 years ago
  83. 9d02807 Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case. by Samuel Benzaquen · 11 years ago
  84. 6315fec clang-format: Add option for the offset of constructor initializers. by Daniel Jasper · 11 years ago
  85. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  86. 26314e1 Fix typo in comment. by David Majnemer · 11 years ago
  87. b644dd6 clang-format: Improve boolean expression formatting in macros. by Daniel Jasper · 11 years ago
  88. e60084d clang-format: Slightly adapt line break penalties. by Daniel Jasper · 11 years ago
  89. c80eb46 [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters by David Majnemer · 11 years ago
  90. 0038308 Drive by cleanup by David Blaikie · 11 years ago
  91. 439d665 variable templates updated for PCH serialization... Still working on test cases... by Larisse Voufo · 11 years ago
  92. 039970a AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, in comments. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  93. f2081f6 [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references by David Majnemer · 11 years ago
  94. a72f720 Silence a warning from MSVC about not returning a value by Reid Kleckner · 11 years ago
  95. 2d84f6b Remove Sema includes from Analysis code to fix layering by Reid Kleckner · 11 years ago
  96. 9c0ed91 clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions by Hans Wennborg · 11 years ago
  97. 46f4fd5 ObjectiveC migration. Add couple of routine by Fariborz Jahanian · 11 years ago
  98. b3c2377 DebugInfo: Simplify declaration building code - relying on the limit debug info checking already in CreateType(RecordType) by David Blaikie · 11 years ago
  99. 4a07716 DebugInfo: simplify some limited/declaration creation APIs by David Blaikie · 11 years ago
  100. 5d937b3 Add hooks to ExternalSemaSource for after-the-fact diagnosis of by Kaelyn Uhrain · 11 years ago