1. 5fc764a Remove unused #include <map> by Reid Kleckner · 11 years ago
  2. eb41640 [analyzer] Don't crash if a block doesn't have a type signature. by Jordan Rose · 11 years ago
  3. f0219cd Use StringMap in MicrosoftMangle to resolve FIXME. by Reid Kleckner · 11 years ago
  4. 0cd57b5 Fix uninitialized access error found by valgrind. by Manuel Klimek · 11 years ago
  5. e573c3f Makes whitespace management more consistent. by Manuel Klimek · 11 years ago
  6. 6e6efa7 Improve clang-format's stream formatting. by Daniel Jasper · 11 years ago
  7. 24e19e4 Fix function declaration behavior. by Daniel Jasper · 11 years ago
  8. 5ad72bb Improve handling of trailing 'const'. by Daniel Jasper · 11 years ago
  9. 54b4e44 Cut-off clang-format analysis. by Daniel Jasper · 11 years ago
  10. 61dfd6f [analyzer] Do not assert on reports ending in calls within macros. by Anna Zaks · 11 years ago
  11. 82b0001 Fix crash-on-invalid: only use TransformAddressOfOperand when transforming the by Richard Smith · 11 years ago
  12. bdaeaed PR16090: C++1y: treat undeduced 'auto' as a literal type, so that constexpr by Richard Smith · 11 years ago
  13. 440d456 PR16094: I should have known Obj-C init-capture disambiguation couldn't be by Richard Smith · 11 years ago
  14. 52f926c [analyzer;alternate edges] prune out extra edges to a subexpression where we dive-in and out of a subexpression. by Ted Kremenek · 11 years ago
  15. a327bb1 [analyzer; alternated edges] look through expressions just like Environment does. by Ted Kremenek · 11 years ago
  16. 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
  17. 097e0a2 Refactor places which perform contextual implicit conversions to go through a by Richard Smith · 11 years ago
  18. e2eb89a Debug Info: Simplify the code changed in r182403 to reduce indent & avoid a duplicate lookup in the insertion case by David Blaikie · 11 years ago
  19. 297dee8 Debug Info: don't bother reinserting elements into maps we just retrieved them from by David Blaikie · 11 years ago
  20. 1e97c1e Fix whitespace by David Blaikie · 11 years ago
  21. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  22. e033e87 Allow breaking before a trailing const. by Daniel Jasper · 11 years ago
  23. 0a74a4c In -ast-dump, only dump comments when dumping the actual Decl to which they by Richard Smith · 11 years ago
  24. e86ee1a2 [analyzer; alternate edges] optimize edges for ObjC fast enumeration loops. by Ted Kremenek · 11 years ago
  25. dbed7cc doc. parsing. HeaderDoc documentaton allows use of by Fariborz Jahanian · 11 years ago
  26. cc8e22b Revert r182331, these checks should be based on the target not the host. by Richard Smith · 11 years ago
  27. 7efb8af Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ing by Richard Smith · 11 years ago
  28. fc46ebc PR14606: Debug Info for namespace aliases/DW_TAG_imported_module by David Blaikie · 11 years ago
  29. beba3e8 Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 11 years ago
  30. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
  31. 3a7d82c Make this const since it never changes (and should never change). by Eric Christopher · 11 years ago
  32. 451f8e4 Thread safety analysis: fix use after free bug reported by Evgeniy Stepanov. by DeLesley Hutchins · 11 years ago
  33. 107db3c Minor fix: don't crash on empty configuration file, consider empty configuration files invalid. by Alexander Kornienko · 11 years ago
  34. f51cfb8 [ms-cxxabi] Look up operator delete() at every virtual dtor declaration. by Peter Collingbourne · 11 years ago
  35. 26afaf0 Extend default blacklist logic to MSan and TSan. by Evgeniy Stepanov · 11 years ago
  36. 44b6fa3 Add arm_neon.h to the builtin intrinsics module map. by Douglas Gregor · 11 years ago
  37. a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
  38. 58ea48d Add -Wincomplete-module, which detects when a header is included from a module but isn't itself part of a module. by Douglas Gregor · 11 years ago
  39. 9faebd2 Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions."" by David Blaikie · 11 years ago
  40. 5ac8c4f OpenBSD/sparc64 uses long long for int64_t and intmax_t. by Jakob Stoklund Olesen · 11 years ago
  41. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  42. b69557e Fix a logic bug in the handling of -fmath-errno in the driver. We would by Chandler Carruth · 11 years ago
  43. fa047c5 Removed invalid character. by Serge Pavlov · 11 years ago
  44. 6d0da60 [analyzer] New edges: include an edge to the end-of-path location. by Jordan Rose · 11 years ago
  45. b9fdfb5 [analyzer] "Fix" ParentMap to handle non-syntactic OpaqueValueExprs. by Jordan Rose · 11 years ago
  46. d1913d8 [analyzer] Add a debug dump for PathPieces, a list of PathDiagnosticPieces. by Jordan Rose · 11 years ago
  47. bb51899 Revert "[analyzer; alternate edges] improve support for edges with PseudoObjectExprs." by Jordan Rose · 11 years ago
  48. ac8b151 Handle local enum types too. by Rafael Espindola · 11 years ago
  49. b509224 Drop the const from the isa test. by Adrian Prantl · 11 years ago
  50. 687ecae ObjC Debug Info: Emit the correct method names for accessors for by Adrian Prantl · 11 years ago
  51. 5c6134f Thread safety analysis: add two new attributes to the thread safety analysis: by DeLesley Hutchins · 11 years ago
  52. 5a8e1ad [analyzer] Address Jordan's review comments for r182058 by Anna Zaks · 11 years ago
  53. e4bb749 Objective-C parsing. Error recovery when category implementation by Fariborz Jahanian · 11 years ago
  54. e3c63fc Move documentation to the constructor. Fixes a -Wdocumentation warning by Dmitri Gribenko · 11 years ago
  55. 2521dfa Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extension by Fariborz Jahanian · 11 years ago
  56. 8fbda8e Refactor diagnostics for MS attributes without -fms-extensions by Reid Kleckner · 11 years ago
  57. e9aae62 [analyzer; alternate edges] improve support for edges with PseudoObjectExprs. by Ted Kremenek · 11 years ago
  58. 399914b Slightly modify the formatting rules for braced lists. by Daniel Jasper · 11 years ago
  59. a409834 [analyzer; alternate edges] treat 'if' statements the same way we do as 'for' or 'while'. by Ted Kremenek · 11 years ago
  60. dbfa950 [analyzer; alternate edges] don't add an edge incoming from the start of a function by Ted Kremenek · 11 years ago
  61. 7a9f7c7 A little ArrayRef'ization. by Richard Smith · 11 years ago
  62. b5eb3f5 PR15757: When we instantiate an inheriting constructor template, also by Richard Smith · 11 years ago
  63. 50fa64d [analyzer] Don't inline ~shared_ptr. by Jordan Rose · 11 years ago
  64. c077dbe AST dumping: if a declaration has an uncomputed or uninstantiated exception specification, include that in the dump. by Richard Smith · 11 years ago
  65. d95b701 [analyzer] Add an option to use the last location in the main source file as the report location. by Anna Zaks · 11 years ago
  66. c50c6ff [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. by Argyrios Kyrtzidis · 11 years ago
  67. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
  68. b5afadd fix PR 15726: ptrdiff_t should be int on PowerPC Darwin by David Fang · 11 years ago
  69. 5d5b424 Don't insert a break into include lines with trailing comments. by Daniel Jasper · 11 years ago
  70. f11bbb9 Add option to put short loops on a single line. by Daniel Jasper · 11 years ago
  71. 713e3f2 Let CodeGenFunction::EmitVarDecl query the semantic storage class info. by Enea Zaffanella · 11 years ago
  72. 8a99945 Add a more convenient interface to use clang-format. by Daniel Jasper · 11 years ago
  73. 058f6f8 Comments should not prevent single-line functions. by Daniel Jasper · 11 years ago
  74. c1fb1e0 SemaInit.cpp: give both IsStringInit() functions the same return type. by Hans Wennborg · 11 years ago
  75. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  76. c45c8dd Tidy up now that PointerUnion has an operator== that works. by Richard Smith · 11 years ago
  77. 1229e20 Fix pr15930. by Rafael Espindola · 11 years ago
  78. 9a2f8d0 Add back accidentally deleted line and add test for it. by Daniel Jasper · 11 years ago
  79. 62ab010 Check a pointer is not null before attempting to use it. This prevents a by Richard Trieu · 11 years ago
  80. ee2f8f2 Return QualType() when a too large array is attempting to be created. This by Richard Trieu · 11 years ago
  81. 7c811dc Whitespace. by Eric Christopher · 11 years ago
  82. f0890c4 80-columns. by Eric Christopher · 11 years ago
  83. 13c9767 Replace a pile of calls with an instance variable that's set by Eric Christopher · 11 years ago
  84. 6537f08 Whitespace. by Eric Christopher · 11 years ago
  85. 3081c6f Clarify comment. by Adrian Prantl · 11 years ago
  86. 59f0a5a Set the debug location for landing pad code to the canonical EH location. by Adrian Prantl · 11 years ago
  87. 1c3db76 Cleanup: Use a member variable to store the SourceLocation for EH code. by Adrian Prantl · 11 years ago
  88. 214c3d6 Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions." by David Blaikie · 11 years ago
  89. d049b40 Remove unused, awkward CFGStmtVisitor and subclasses. by Jordan Rose · 11 years ago
  90. a1bfe1c Objective-C: More cases of -Wsign-conversion not by Fariborz Jahanian · 11 years ago
  91. e30903d Test commit by Samuel Benzaquen · 11 years ago
  92. 6f2a9fa Objective-C: patch to issue the conversion by Fariborz Jahanian · 11 years ago
  93. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  94. 5be59ba Don't put short namespace on a single line. by Daniel Jasper · 11 years ago
  95. 5d823e3 Improve recognition of template definitions. by Daniel Jasper · 11 years ago
  96. 0ff5074 Better diagnostics for string initialization. by Hans Wennborg · 11 years ago
  97. 33f4b90 Break function declarations after multi-line return types. by Daniel Jasper · 11 years ago
  98. 9f32161 Don't merge one-line functions in weird brace styles. by Daniel Jasper · 11 years ago
  99. caf42a3 Remove diagnostics from clang-format. by Daniel Jasper · 11 years ago
  100. a8fda85 Improve formatting of function types. by Daniel Jasper · 11 years ago