1. 5434fc2 Revert "Revert "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
  2. 13b572c Fix name lookup with dependent using decls. by Eli Friedman · 11 years ago
  3. f0dd853 ObjectiveC migrator: More work towards insertion of ObjC audit pragmas. by Fariborz Jahanian · 11 years ago
  4. 9b803cd clang-cl: Ignore the /wd n flag for disabling a warning by Reid Kleckner · 11 years ago
  5. 2b02b08 [analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker. by Jordan Rose · 11 years ago
  6. 12627e5 clang-cl: Add /MP[n] to the list of unsupported and ignored flags by Reid Kleckner · 11 years ago
  7. fe0af45 Fix last commit. by Juergen Ributzka · 11 years ago
  8. 3fc7791 Simplify code by using CreateMemTemp. No functional change intended. by Juergen Ributzka · 11 years ago
  9. 48a2a3a Handle init lists and _Atomic fields. by Eli Friedman · 11 years ago
  10. 556ef7f PR16727: don't try to evaluate a potentially value-dependent expression when by Richard Smith · 11 years ago
  11. 3abb729 ObjectiveC migrator: Start inserting by Fariborz Jahanian · 11 years ago
  12. 0a1c862 PR16933: Don't try to codegen things after we've seen errors. by David Blaikie · 11 years ago
  13. c895f4d const'ify Sema::ActOnCompoundStmt by by Robert Wilhelm · 11 years ago
  14. d588f5c Bump the value of the __APPLE_CC__ predefined macro up to 6000. by Bob Wilson · 11 years ago
  15. 6cb33a4 ObjectiveC migrator. Start auditing CF functions by Fariborz Jahanian · 11 years ago
  16. 90e5523 Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""" by Michael Gottesman · 11 years ago
  17. 783344c Simplify assert-neutral matching in test case. by David Blaikie · 11 years ago
  18. 4b36fb8 clang-cl: Expose the -Xclang option by Hans Wennborg · 11 years ago
  19. 13fca0e [analyzer] Add a triple to test/Analysis/cfg.cpp by Jordan Rose · 11 years ago
  20. 51718e3 [analyzer] Don't run unreachable code checker on inlined functions. by Jordan Rose · 11 years ago
  21. d3721e4 [analyzer] Add "unmodified variable" checker to the Potential Checkers. by Jordan Rose · 11 years ago
  22. a728e92 [analyzer] Assume that strings are no longer than SIZE_MAX/4. by Jordan Rose · 11 years ago
  23. 7d0dcd2 Omit arguments of __builtin_object_size from the CFG. by Jordan Rose · 11 years ago
  24. 9af20d8 Use cstdio instead of stdio.h by Dmitri Gribenko · 11 years ago
  25. d207f55 [analyzer] Fix inefficiency in dead symbol removal by Pavel Labath · 11 years ago
  26. f064ad5 Re-apply r188666 by Alexey Samsonov · 11 years ago
  27. acfea84 Fix -Wcovered-switch-default warning from r188664 by Alexey Samsonov · 11 years ago
  28. 3c6c822 clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld. by NAKAMURA Takumi · 11 years ago
  29. fab968f Revert r188666: it breaks the buildbots by Alexey Samsonov · 11 years ago
  30. e349069 Fix PR16768: properly report malformed sanitizer blacklist file contents by Alexey Samsonov · 11 years ago
  31. 92495a8 clang-format: Fix return type line break decision. by Daniel Jasper · 11 years ago
  32. 276c289 XCore target: Add target specific EmitVAArg by Robert Lytton · 11 years ago
  33. 83ee4c3 XCore target: correct test layout by Robert Lytton · 11 years ago
  34. eb575bc Explicitly specify triple in driver test from r188660 by Alexey Samsonov · 11 years ago
  35. 5f18a00 clang/test/CodeGenObjC/2010-02-09-DbgSelf.m: Tweak for -Asserts in r188651. by NAKAMURA Takumi · 11 years ago
  36. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  37. ecf119c Omit llvm:: before makeArrayRef. We have using directive in this file. by Robert Wilhelm · 11 years ago
  38. c3a064d Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  39. 6533aa2 Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  40. cacdbc9 Fix indentation. No functional change. by Craig Topper · 11 years ago
  41. fc94627 DebugInfo: Do not include line/file info for artificial parameters & parameters of artificial functions by David Blaikie · 11 years ago
  42. 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
  43. 2f6a73c Sema: Remove dead code in CheckTemplateArgumentAddressOfObjectOrFunction by David Majnemer · 11 years ago
  44. bdf253d Revert r188644 to unbreak buildbots. by Craig Topper · 11 years ago
  45. c2a9981 Remove Stmt::operator new that takes a ASTContext*. All callers use the ASTContext& version. by Craig Topper · 11 years ago
  46. 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
  47. 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
  48. c138ff5 DebugInfo: Avoid duplicating types that may be created during the process of creating their context by David Blaikie · 11 years ago
  49. 498298d DebugInfo: Don't emit vbase 'containing types' for context chain limited types by David Blaikie · 11 years ago
  50. dcc520e InitHeaderSearch.cpp: [Cygwin] Add 4.7.3. by NAKAMURA Takumi · 11 years ago
  51. 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
  52. 21c45a5 libclang: cleanup unused includes in public header by Dmitri Gribenko · 11 years ago
  53. ab4e0c0 Fix a use-after-free found in libclang when doing code completion. The by Chandler Carruth · 11 years ago
  54. 3de73f0 DebugInfo: don't require full definitions for friend classes by David Blaikie · 11 years ago
  55. 166fa98 {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to clangIndex. by NAKAMURA Takumi · 11 years ago
  56. ced39ec PR16927: Don't assert (or, previously, skip) static data members of enumeration type by David Blaikie · 11 years ago
  57. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  58. 4415a4b + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl and msys perl ports. by Anton Yartsev · 11 years ago
  59. 14d68a2 Fix indentation. by Richard Smith · 11 years ago
  60. 2d67097 Refactor all diagnosing of TypoCorrections through a common function, in by Richard Smith · 11 years ago
  61. 2845a67 Rename libIDE to libIndex. by Argyrios Kyrtzidis · 11 years ago
  62. 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
  63. 57c372a ObjectiveC migrator: Add some more routines by Fariborz Jahanian · 11 years ago
  64. 29535ba Don't reject attribute used in an "extern const" variable definition. by Rafael Espindola · 11 years ago
  65. 2104374 Use the number of parameters in the actual method or function to determine the CallEffects size. by Ted Kremenek · 11 years ago
  66. 8863e6b DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with the same name but different lines by David Blaikie · 11 years ago
  67. a1da6b2 RetainCountChecker: Replace some loops with std:: algorithms. by Benjamin Kramer · 11 years ago
  68. e9a906b Replace some DenseMap keys with simpler structures that don't need another DenseMapInfo specialization. by Benjamin Kramer · 11 years ago
  69. 8fd67b6 Revert r188574. Turns out it isn't needed. by Ted Kremenek · 11 years ago
  70. 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
  71. 841fd11 DebugInfo: Contrain the record type parameter for CollectRecordFields by David Blaikie · 11 years ago
  72. 747797f Need summary info. about arguments to by Fariborz Jahanian · 11 years ago
  73. 6b725d1 Thread safety analysis: new test case by DeLesley Hutchins · 11 years ago
  74. 1216196 Introduce the clangIDE library. by Argyrios Kyrtzidis · 11 years ago
  75. 83b1548 clang-format utils/TableGen/TableGen.cpp. by Rafael Espindola · 11 years ago
  76. ee0da95 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 11 years ago
  77. b56019a Passing false instead of 0; no functional change intended. by Aaron Ballman · 11 years ago
  78. 22e43e8 Passing false instead of 0; no functional change intended. by Aaron Ballman · 11 years ago
  79. 05e4af0 Tweak Replacement comparisons by Edwin Vane · 11 years ago
  80. 6b2afe4 Split UnwrappedLineFormatter into individual components. by Daniel Jasper · 11 years ago
  81. 045a9f6 Revert r188498. by Evgeniy Stepanov · 11 years ago
  82. 360d23e Parse: Do not 'HandleTopLevelDecl' on templated functions. by David Majnemer · 11 years ago
  83. c79ce42 Fix typo pointed out by Jordan. by Ted Kremenek · 11 years ago
  84. 09c2454 Windows ToolChain: add VS bin dir to PogramPaths by Hans Wennborg · 11 years ago
  85. 5fba5a7 [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 11 years ago
  86. 2f835ca Don't allow unary negation on scoped enums. by Eli Friedman · 11 years ago
  87. 5a42820 Fix for dependent contexts in alias templates. by Eli Friedman · 11 years ago
  88. 7336b9f Thread Safety Analysis: fix bug when using TryLock with && and || expressions. by DeLesley Hutchins · 11 years ago
  89. cbcb030 DebugInfo: CollectRecordStaticField -> CreateRecordStaticField to return its result. by David Blaikie · 11 years ago
  90. fab829d Remove unnecessary explicit cast. by David Blaikie · 11 years ago
  91. f1f5cc3 DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for future use by David Blaikie · 11 years ago
  92. 8836e36 ObjetiveC migrator: fix the test in my last patch by Fariborz Jahanian · 11 years ago
  93. 327a36a Fix assert added in r188494 by David Blaikie · 11 years ago
  94. cdd4b78 Properly track l-paren of a CXXFucntionalCastExpr. by Eli Friedman · 11 years ago
  95. 409ab56 DebugInfo: Remove unused conditional by David Blaikie · 11 years ago
  96. 269cca1 ObjectiveC migrator. Start annotating CF functions by Fariborz Jahanian · 11 years ago
  97. 27ab036 DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type match the semantics by David Blaikie · 11 years ago
  98. 492b102 DebugInfo: Add a FIXME, remove a FIXME. by David Blaikie · 11 years ago
  99. ebc313d make arm-use-movt available for all ARM by Renato Golin · 11 years ago
  100. 2780489 DebugInfo: Unify & optimize the lazy addition of record types by David Blaikie · 11 years ago