1. ecf119c Omit llvm:: before makeArrayRef. We have using directive in this file. by Robert Wilhelm · 11 years ago
  2. c3a064d Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  3. 6533aa2 Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  4. cacdbc9 Fix indentation. No functional change. by Craig Topper · 11 years ago
  5. fc94627 DebugInfo: Do not include line/file info for artificial parameters & parameters of artificial functions by David Blaikie · 11 years ago
  6. 536bced Make the version of Stmt::operator new that takes ASTContext* call the ASTContext& version in Stmt inline instead of having two out of line functions that both call to the global versions. by Craig Topper · 11 years ago
  7. 2f6a73c Sema: Remove dead code in CheckTemplateArgumentAddressOfObjectOrFunction by David Majnemer · 11 years ago
  8. bdf253d Revert r188644 to unbreak buildbots. by Craig Topper · 11 years ago
  9. c2a9981 Remove Stmt::operator new that takes a ASTContext*. All callers use the ASTContext& version. by Craig Topper · 11 years ago
  10. fcbeab6 Revert "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
  11. 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
  12. c138ff5 DebugInfo: Avoid duplicating types that may be created during the process of creating their context by David Blaikie · 11 years ago
  13. 498298d DebugInfo: Don't emit vbase 'containing types' for context chain limited types by David Blaikie · 11 years ago
  14. dcc520e InitHeaderSearch.cpp: [Cygwin] Add 4.7.3. by NAKAMURA Takumi · 11 years ago
  15. 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
  16. 21c45a5 libclang: cleanup unused includes in public header by Dmitri Gribenko · 11 years ago
  17. ab4e0c0 Fix a use-after-free found in libclang when doing code completion. The by Chandler Carruth · 11 years ago
  18. 3de73f0 DebugInfo: don't require full definitions for friend classes by David Blaikie · 11 years ago
  19. 166fa98 {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to clangIndex. by NAKAMURA Takumi · 11 years ago
  20. ced39ec PR16927: Don't assert (or, previously, skip) static data members of enumeration type by David Blaikie · 11 years ago
  21. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  22. 4415a4b + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl and msys perl ports. by Anton Yartsev · 11 years ago
  23. 14d68a2 Fix indentation. by Richard Smith · 11 years ago
  24. 2d67097 Refactor all diagnosing of TypoCorrections through a common function, in by Richard Smith · 11 years ago
  25. 2845a67 Rename libIDE to libIndex. by Argyrios Kyrtzidis · 11 years ago
  26. 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
  27. 57c372a ObjectiveC migrator: Add some more routines by Fariborz Jahanian · 11 years ago
  28. 29535ba Don't reject attribute used in an "extern const" variable definition. by Rafael Espindola · 11 years ago
  29. 2104374 Use the number of parameters in the actual method or function to determine the CallEffects size. by Ted Kremenek · 11 years ago
  30. 8863e6b DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with the same name but different lines by David Blaikie · 11 years ago
  31. a1da6b2 RetainCountChecker: Replace some loops with std:: algorithms. by Benjamin Kramer · 11 years ago
  32. e9a906b Replace some DenseMap keys with simpler structures that don't need another DenseMapInfo specialization. by Benjamin Kramer · 11 years ago
  33. 8fd67b6 Revert r188574. Turns out it isn't needed. by Ted Kremenek · 11 years ago
  34. 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
  35. 841fd11 DebugInfo: Contrain the record type parameter for CollectRecordFields by David Blaikie · 11 years ago
  36. 747797f Need summary info. about arguments to by Fariborz Jahanian · 11 years ago
  37. 6b725d1 Thread safety analysis: new test case by DeLesley Hutchins · 11 years ago
  38. 1216196 Introduce the clangIDE library. by Argyrios Kyrtzidis · 11 years ago
  39. 83b1548 clang-format utils/TableGen/TableGen.cpp. by Rafael Espindola · 11 years ago
  40. ee0da95 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 11 years ago
  41. b56019a Passing false instead of 0; no functional change intended. by Aaron Ballman · 11 years ago
  42. 22e43e8 Passing false instead of 0; no functional change intended. by Aaron Ballman · 11 years ago
  43. 05e4af0 Tweak Replacement comparisons by Edwin Vane · 11 years ago
  44. 6b2afe4 Split UnwrappedLineFormatter into individual components. by Daniel Jasper · 11 years ago
  45. 045a9f6 Revert r188498. by Evgeniy Stepanov · 11 years ago
  46. 360d23e Parse: Do not 'HandleTopLevelDecl' on templated functions. by David Majnemer · 11 years ago
  47. c79ce42 Fix typo pointed out by Jordan. by Ted Kremenek · 11 years ago
  48. 09c2454 Windows ToolChain: add VS bin dir to PogramPaths by Hans Wennborg · 11 years ago
  49. 5fba5a7 [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 11 years ago
  50. 2f835ca Don't allow unary negation on scoped enums. by Eli Friedman · 11 years ago
  51. 5a42820 Fix for dependent contexts in alias templates. by Eli Friedman · 11 years ago
  52. 7336b9f Thread Safety Analysis: fix bug when using TryLock with && and || expressions. by DeLesley Hutchins · 11 years ago
  53. cbcb030 DebugInfo: CollectRecordStaticField -> CreateRecordStaticField to return its result. by David Blaikie · 11 years ago
  54. fab829d Remove unnecessary explicit cast. by David Blaikie · 11 years ago
  55. f1f5cc3 DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for future use by David Blaikie · 11 years ago
  56. 8836e36 ObjetiveC migrator: fix the test in my last patch by Fariborz Jahanian · 11 years ago
  57. 327a36a Fix assert added in r188494 by David Blaikie · 11 years ago
  58. cdd4b78 Properly track l-paren of a CXXFucntionalCastExpr. by Eli Friedman · 11 years ago
  59. 409ab56 DebugInfo: Remove unused conditional by David Blaikie · 11 years ago
  60. 269cca1 ObjectiveC migrator. Start annotating CF functions by Fariborz Jahanian · 11 years ago
  61. 27ab036 DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type match the semantics by David Blaikie · 11 years ago
  62. 492b102 DebugInfo: Add a FIXME, remove a FIXME. by David Blaikie · 11 years ago
  63. ebc313d make arm-use-movt available for all ARM by Renato Golin · 11 years ago
  64. 2780489 DebugInfo: Unify & optimize the lazy addition of record types by David Blaikie · 11 years ago
  65. c5cd1a7 DebugInfo: Revert change to the return type of createRecordFwdDecl by David Blaikie · 11 years ago
  66. 8effeda CodeGen: __uuidof should work even with an incomplete _GUID type by David Majnemer · 11 years ago
  67. e1f1ff6 Add another test to my last patch (NS_OPTION vs. NS_ENUM) ObjectiveC migration. by Fariborz Jahanian · 11 years ago
  68. f353511 [autotools->cmake] Added variable CLANG_VENDOR_UTI. by Michael Gottesman · 11 years ago
  69. a8c0e4f [autotools->cmake] Added CMake support for the preprocessor variable CLANG_REPOSITORY_STRING. by Michael Gottesman · 11 years ago
  70. b94887e DebugInfo: remove unnecessary type registration by David Blaikie · 11 years ago
  71. 951094b DebugInfo: Don't create duplicate forward declaration metadata unnecessarily. by David Blaikie · 11 years ago
  72. 83c746a Fixes a gross conditional in my last patch. by Fariborz Jahanian · 11 years ago
  73. 0b5941c ObjectiveC migrator: In deciding NS_OPTION over by Fariborz Jahanian · 11 years ago
  74. 68502e5 [analyzer] If realloc fails on an escaped region, that region doesn't leak. by Jordan Rose · 11 years ago
  75. a44f03b Thread safety analysis: move warnings within lock/unlock functions out of beta. by DeLesley Hutchins · 11 years ago
  76. 146522e [Mips][msa] Add support for half by Jack Carter · 11 years ago
  77. ba7fd42 Build unwind tables by default on NetBSD. by Joerg Sonnenberger · 11 years ago
  78. 14605ff Use the integrated assembler on NetBSD/powerpc by default. by Joerg Sonnenberger · 11 years ago
  79. 13e116f [Mips][msa] Added most builtins from add.a to xori by Jack Carter · 11 years ago
  80. fa203cf Update sanitizer attribute documentation to match behaviour change in r187967. by Evgeniy Stepanov · 11 years ago
  81. 79690a0 Fix the build failure of Realease version by Hao Liu · 11 years ago
  82. afc1ea1 Add back a test that was removed in r188450 by David Majnemer · 11 years ago
  83. 12cd6a8 Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions by Hao Liu · 11 years ago
  84. 1c7a409 [-cxx-abi microsoft] Mangle member pointers better by David Majnemer · 11 years ago
  85. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  86. 233fbe1 Add a bit of explanation for FrontendActionFactory. by Stefanus Du Toit · 11 years ago
  87. 30d405b Add ctorInitializer to the dynamic AST Matcher registry. by Stefanus Du Toit · 11 years ago
  88. 41594c5 ObjectiveC [Sema]. This patch makes sure that all inherited by Fariborz Jahanian · 11 years ago
  89. 53c7ea1 [static analyzer] add a simple "CallEffects" API to query the retain count semantics of a method. by Ted Kremenek · 11 years ago
  90. 5774e39 [static analyzer] Factor out ArgEffect and RetEffect into public header file. by Ted Kremenek · 11 years ago
  91. fc88601 Relax testcase for r188400 to not test for forward-slashes as path separators. by Adrian Prantl · 11 years ago
  92. 37e849a PR16875: The return type of a dependent function type is visible when it's by Richard Smith · 11 years ago
  93. 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
  94. ac89a45 Fix grammar mistake. by Shuxin Yang · 11 years ago
  95. 378945b Do no use -emit-llvm for -flto. by Shuxin Yang · 11 years ago
  96. f2a19da Testcase for r188400. by Benjamin Kramer · 11 years ago
  97. 5d27a51 Add support for -fsanitize-blacklist and default blacklists for DFSan. by Peter Collingbourne · 11 years ago
  98. f15b26c Enhance the clang -v gcc debug printing to skip obviously bad and duplicate paths. by Benjamin Kramer · 11 years ago
  99. 03f443a [tests] Reapply r188354, ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  100. 5fea4ea Revert r188354, "[tests] Ensure subsitution string is ascii." by NAKAMURA Takumi · 11 years ago