1. d247842 Revert r180263. It's causing failures. by Bill Wendling · 11 years ago
  2. f3f0f35 Objective-C: This is a small modification to my by Fariborz Jahanian · 11 years ago
  3. 9ed6d80 [analyzer] Teach DeadStoreChecker to look though BO_Comma and disregard the LHS. by Anna Zaks · 11 years ago
  4. 11dc634 Put friend decls in the correct context. by Rafael Espindola · 11 years ago
  5. 0823c7d Fix header comment. by Benjamin Kramer · 11 years ago
  6. fca24bc Improve clang-format's memoization behavior. by Daniel Jasper · 11 years ago
  7. f49d9c9 Fix a case in linkage computation that should check for single line extern "C". by Rafael Espindola · 11 years ago
  8. 65dfa2b Don't mark 'extern "C" void f(void)' as having extern storage class. by Rafael Espindola · 11 years ago
  9. 2972d04 Add option to align escaped newlines left. by Daniel Jasper · 11 years ago
  10. b70d1c3 [ms-cxxabi] Fix a number of bugs in the mangler. by Peter Collingbourne · 11 years ago
  11. 3d8f462 [analyzer] Fix a crash in RetainCountChecker - we should not rely on CallEnter::getCallExpr to return non-NULL by Anna Zaks · 11 years ago
  12. 51c30af Objective-C parsing [qoi]: Recover gracefully with good diagnostic by Fariborz Jahanian · 11 years ago
  13. 80abce3 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 11 years ago
  14. 3142279 [driver] Put -fvectorize under the -Ofast umbrella flag. Part of rdar://13622687 by Chad Rosier · 11 years ago
  15. b82e117 [driver] Improve the implementation of the -Ofast option. by Chad Rosier · 11 years ago
  16. 0127b3f [driver] Add a hasFlag API that accepts a positive alias. by Chad Rosier · 11 years ago
  17. c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 11 years ago
  18. 94d6ad7 Flip flag to merge short if-statements into one line for Google style. by Daniel Jasper · 11 years ago
  19. e0262e2 [analyzer] Refactoring + explanatory comment. by Anton Yartsev · 11 years ago
  20. af84976 Fix comment alignment behavior. by Daniel Jasper · 11 years ago
  21. 44f72d3 Add some more required SPARC v9 predefined macros. by Jakob Stoklund Olesen · 11 years ago
  22. caadc41 [analyzer] IvarInvalidation: correctly handle cases where only partial invalidators exist by Anna Zaks · 11 years ago
  23. e3a813a [analyzer] Set the allocation site to be the uniqueing location for retain count checker leaks. by Anna Zaks · 11 years ago
  24. 0f85792 [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::createEndOfPath for greater code reuse by Anna Zaks · 11 years ago
  25. dd3e2d9 Make compares unsigned. The expression can't become negative anyways. by Benjamin Kramer · 11 years ago
  26. aae7bad Fix formatting of complex #if expressions. by Daniel Jasper · 11 years ago
  27. ed5a292 Warn that scoped enumerations are a C++11 extenstion when compiling in by Richard Trieu · 11 years ago
  28. 2545b1d [analyzer] RetainCountChecker: Clean up path notes for autorelease. by Jordan Rose · 11 years ago
  29. 2fb5d12 When modifying an implicit instantiation with information from an explicit one, make sure to reset the "right brace" location. by Argyrios Kyrtzidis · 11 years ago
  30. af22621 [analyzer] Model strsep(), particularly that it returns its input. by Jordan Rose · 11 years ago
  31. 3aaf41a Add a warning for Objective-C pointer introspection, which is solely the job of the Objective-C runtime. by Ted Kremenek · 11 years ago
  32. 734479a [ms-inline asm] Set the OpDecl to the InlineAsmIdentifierInfo struct. by Chad Rosier · 11 years ago
  33. f2edbec [analyzer] Treat reinterpret_cast like a base cast in certain cases. by Jordan Rose · 11 years ago
  34. fbc4444 [analyzer] Type information from C++ new expressions is perfect. by Jordan Rose · 11 years ago
  35. c7f2bfb TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaa by Manman Ren · 11 years ago
  36. 1e7ca62 [ms-inline asm] Refactor/clean up the SemaLookup interface. No functional by Chad Rosier · 11 years ago
  37. 23bde7d Use the ugly PRIx64 macro to make format string portable. by Benjamin Kramer · 11 years ago
  38. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 11 years ago
  39. 99ad359 Fix array constant expression evaluation bug: we can have different values for by Richard Smith · 11 years ago
  40. db4f61f Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_local keyword. by Richard Smith · 11 years ago
  41. 001bf4e Fix bin-packing behavior of constructor initialziers. by Daniel Jasper · 11 years ago
  42. 957dac5 Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"" by David Blaikie · 11 years ago
  43. c7e2a4e [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM by Simon Atanasyan · 11 years ago
  44. 990b5e5 [Mips] Do not add unnecessary Mips toolchain path to the list by Simon Atanasyan · 11 years ago
  45. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 11 years ago
  46. 39b0e26 Disable VLA diagnostic in C++1y mode, and add some tests. by Richard Smith · 11 years ago
  47. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  48. e410be9 Implement core issue 1608: class members can be found via operator lookup in a trailing return type in that class's body. by Richard Smith · 11 years ago
  49. 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 11 years ago
  50. 8ef064d [analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic by Anna Zaks · 11 years ago
  51. 716859d [analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jordan (r179572) by Anna Zaks · 11 years ago
  52. 355dae6 [libclang] Make sure the preable does not truncate comments. by Argyrios Kyrtzidis · 11 years ago
  53. 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 11 years ago
  54. 87a9f2b [ms-inline asm] The parsing of C++ identifiers is a task of the front-end parser, by Chad Rosier · 11 years ago
  55. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 11 years ago
  56. f5ae4dd Keep the parentheses in #pragma message (partial revert of r179771). by Andy Gibbs · 11 years ago
  57. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  58. f0cdc84 Avoid names like __in that conflict with SAL in builtin headers by Reid Kleckner · 11 years ago
  59. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 11 years ago
  60. 044fe23 [analyzer] Call proper callback for const regions escaped other then on call. by Anton Yartsev · 11 years ago
  61. c3e81e7 Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" by Eric Christopher · 11 years ago
  62. cec3984 PR14606: Debug info for using directives/DW_TAG_imported_module by David Blaikie · 11 years ago
  63. bb00079 Give CGDebugInfo::getContextDescriptor a more specific return type by David Blaikie · 11 years ago
  64. 0c7102f Objective-C++: Enable passing of modern C++11 style by Fariborz Jahanian · 11 years ago
  65. 6576a0d Add comment to describe cleverness. by Benjamin Kramer · 11 years ago
  66. 3a58912 Comment parsing: simplify code. As a side effect, this also silences GCC's by Dmitri Gribenko · 11 years ago
  67. 0ac0ee9 Objective-C parsing [qoi]: Provide good recovery when by Fariborz Jahanian · 11 years ago
  68. d333e7b [CMake] Create the directory before creating the link to the clang headers. by Argyrios Kyrtzidis · 11 years ago
  69. 62fba4f [analyzer] Refine 'nil receiver' diagnostics to mention the name of the method not called. by Ted Kremenek · 11 years ago
  70. 688f2a1 Dropped the parentheses for #pragma message and its kin in the -E output generator. by Andy Gibbs · 11 years ago
  71. 258277d [analyzer] "Force" LazyCompoundVals on bind when they are simple enough. by Jordan Rose · 11 years ago
  72. 476f41c [analyzer] Don't crash if we cache out after making a temporary region. by Jordan Rose · 11 years ago
  73. 324645a Specify that we're parsing ms-style inline assembly. by Chad Rosier · 11 years ago
  74. 5ddf70f Reject asm output constraints that consist of modifiers only. by Benjamin Kramer · 11 years ago
  75. bd95745 [Parser] Handle #pragma pack/align inside C structs. by Argyrios Kyrtzidis · 11 years ago
  76. 1a7df99 Switch the note order for -Woverloaded-shift-op-parentheses so that the note by Richard Trieu · 11 years ago
  77. 86f1745 [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references. by Anna Zaks · 11 years ago
  78. 1e1d011 [analyzer] Improve dereferenced expression tracking for MemberExpr with a dot and non-reference base by Anna Zaks · 11 years ago
  79. 441625e [analyzer] Gain more precision retrieving the right SVal by specifying the type of the expression. by Anna Zaks · 11 years ago
  80. 5b90ae7 [analyzer] Allow TrackConstraintBRVisitor to work when the value it’s tracking is not live in the last node of the path by Anna Zaks · 11 years ago
  81. 87f9d81 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 11 years ago
  82. 9753d46 Add support for gcc's spelling of -fcolor-diagnostics. by Nico Weber · 11 years ago
  83. 099ecfb [document parsing]: When tag declaration (but not definition!) by Fariborz Jahanian · 11 years ago
  84. 142b35e Fix off-by-one error in #pragma clang system_header. by Jordan Rose · 11 years ago
  85. 987c030 PR15755: don't drop parameter packs when dropping parameters with default by Richard Smith · 11 years ago
  86. 82b0f86 Sema: Remove unused variable. by Benjamin Kramer · 11 years ago
  87. 898be7b [analyzer] Don't warn for returning void expressions in void blocks. by Jordan Rose · 11 years ago
  88. 919398b Unified token breaking logic: support for line comments. by Alexander Kornienko · 11 years ago
  89. 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 11 years ago
  90. 076eea2 Implemented #pragma GCC warning/error in the same mould as #pragma message. by Andy Gibbs · 11 years ago
  91. ed23bdf Set SRet flags properly in '-cxx-abi microsoft'. by Timur Iskhodzhanov · 11 years ago
  92. 092140a Fix PR15291: noreturn adjustment in overload resolution for function templates, from Alexander Zinenko! by Douglas Gregor · 11 years ago
  93. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  94. 2a6e528 Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This by Richard Trieu · 11 years ago
  95. 673c5d5 Correct the range returned by ParmVarDecl::getSourceRange(), for parameters in ObjC methods with postfix types. by Argyrios Kyrtzidis · 11 years ago
  96. e7a7772 Use the extra info in global method pool to speed up looking for ObjC overridden methods. by Argyrios Kyrtzidis · 11 years ago
  97. 685d104 In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden_methods_end directly. by Argyrios Kyrtzidis · 11 years ago
  98. 2e3d8c0 Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories. by Argyrios Kyrtzidis · 11 years ago
  99. 3abae09 Don't propagate around TargetOptions in IR-gen; we don't use it. by John McCall · 11 years ago
  100. 64aa4b3 Standardize accesses to the TargetInfo in IR-gen. by John McCall · 11 years ago