1. 9016bb7 Warn on dropping the return value from a warn_unused_result function, even in by Matt Beaumont-Gay · 12 years ago
  2. d3b2f0a Use the most recent decl in getExplicitVisibility. by Rafael Espindola · 12 years ago
  3. d7a60ad Be more careful in applying pragma weak. Fixes pr14974. by Rafael Espindola · 12 years ago
  4. 518ee34 Fix bad line break decision. by Daniel Jasper · 12 years ago
  5. 84a1a63 In range-based for-loops, prefer splitting after ":". by Daniel Jasper · 12 years ago
  6. 1ef81d5 Only keep empty lines in unwrapped lines if they preceed a line comment. by Daniel Jasper · 12 years ago
  7. 0fb382b Only break string literals as a last resort. by Daniel Jasper · 12 years ago
  8. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 12 years ago
  9. eafb5c6 [analyzer] Don't look through casts when creating pointer temporaries. by Jordan Rose · 12 years ago
  10. a0e6e6d [analyzer] StackAddrEscapeChecker: strip qualifiers from temporary types. by Jordan Rose · 12 years ago
  11. bb60fc6 [ubsan] Emit single check for left shift. by Will Dietz · 12 years ago
  12. db061e4 [analyzer] Restrict ObjC type inference to methods that have related result type. by Anna Zaks · 12 years ago
  13. 6f8e9b6 [analyzer] Recover all PreStmtPurgeDeadSymbols nodes with a single successor or predecessor. by Ted Kremenek · 12 years ago
  14. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 12 years ago
  15. 42f2309 [analyzer] Address Jordan's code review of r175857. by Anna Zaks · 12 years ago
  16. fbdbed3 [analyzer] Handle reference parameters with default values. by Jordan Rose · 12 years ago
  17. 6980f17 Fix empty declaration printing. by Michael Han · 12 years ago
  18. 6dc5c33 [analyzer] Base regions may be invalid when layered on symbolic regions. by Jordan Rose · 12 years ago
  19. 9c3e71a Re-add hack that caused regression. by Daniel Jasper · 12 years ago
  20. 6c5038c [analyzer] Relax assumption in FindLastStoreBRVisitor that the thing we are looking for is always a VarRegion. by Ted Kremenek · 12 years ago
  21. 4e9c085 [analyzer] add the notion of an "interesting" lvalue expression for ExplodedNode pruning. by Ted Kremenek · 12 years ago
  22. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 12 years ago
  23. c1d0af1 Update Clang for a minor DIBuilder breaking change. by David Blaikie · 12 years ago
  24. f9067c6 Moving initialization into the initializer list and correcting capitalization, as suggested by Chandler. by Aaron Ballman · 12 years ago
  25. 3c08a81 Allow breaking between a type and name in variable declarations. by Daniel Jasper · 12 years ago
  26. 43b82b8 [analyzer] tracking stores/constraints now works for ObjC ivars or struct fields. by Ted Kremenek · 12 years ago
  27. 0dd15d7 Add "KnownSVal" to represent SVals that cannot be UnknownSVal. by Ted Kremenek · 12 years ago
  28. 5956bcc PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete by Richard Smith · 12 years ago
  29. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 12 years ago
  30. afda905 In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the consumer by Argyrios Kyrtzidis · 12 years ago
  31. 237d4c1 Better formatting of conditional expressions. by Daniel Jasper · 12 years ago
  32. c5139a9 Prefer 'and' over '&' in comments. by David Blaikie · 12 years ago
  33. b063ef0 Add streamed versions of getQualifiedNameAsString. by Benjamin Kramer · 12 years ago
  34. 37eff83 Don't recognize unnamed pointer parameters as casts. by Daniel Jasper · 12 years ago
  35. 3a20441 Allow splitting between string literals and identifiers. by Daniel Jasper · 12 years ago
  36. a8f7a97 Implement __builtin_eh_return_data_regno() for ARM and MIPS. by Logan Chien · 12 years ago
  37. a0a628f ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information. by Richard Smith · 12 years ago
  38. b078054 Remove the CFGElement "Invalid" state. by David Blaikie · 12 years ago
  39. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 12 years ago
  40. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  41. ff971d7 Propagate the split dwarf file information through into the backend by Eric Christopher · 12 years ago
  42. fdf5706 [libclang] Fix assertion hit when code-completing inside a function macro with more by Argyrios Kyrtzidis · 12 years ago
  43. f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 12 years ago
  44. efc5b67 Driver: Pass down the -march setting down to -cc1as on x86 too. by Benjamin Kramer · 12 years ago
  45. 93e4bff Make sure we apply attributes to correct places. by Bill Wendling · 12 years ago
  46. 8019039 Split out the command handling for split debug info, we're going by Eric Christopher · 12 years ago
  47. ae7396c [analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion. by Jordan Rose · 12 years ago
  48. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  49. 0b849d3 [preprocessing record] Have the MacroDefinitions map point to the MacroDefinition object instead by Argyrios Kyrtzidis · 12 years ago
  50. f512ace Replace some typically large vectors with SmallVector. by Benjamin Kramer · 12 years ago
  51. 4c8cba8 Make sure pragmas don't attach visibility attributes to auto variables with by Rafael Espindola · 12 years ago
  52. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
  53. 5dd8f28 Use raw_ostream::indent, update comment. by Benjamin Kramer · 12 years ago
  54. 7e9f060 Push the raw_ostream through the template diffing code. by Benjamin Kramer · 12 years ago
  55. 1249b0f Streamify FormatASTNodeDiagnosticArgument. by Benjamin Kramer · 12 years ago
  56. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 12 years ago
  57. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago
  58. 9d4df46 StmtPrinter: Directly print types to the stream instead of taking a detour through getAsString. by Benjamin Kramer · 12 years ago
  59. 33b52ad Fix MergeFunctionDecl implicit CC for static methods. by Timur Iskhodzhanov · 12 years ago
  60. 4da0903 Don't crash if we try to apply 'alignas' to a variable declared with an by Richard Smith · 12 years ago
  61. 672edb0 Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs by Richard Smith · 12 years ago
  62. 68ea3ae Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes by Richard Smith · 12 years ago
  63. f6565a9 Handle alignas(foo...) pack expansions. by Richard Smith · 12 years ago
  64. 745af1c In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations. by Argyrios Kyrtzidis · 12 years ago
  65. d5668a2 When a parameter list in a C function has an error, recover by forming a K&R function, by Argyrios Kyrtzidis · 12 years ago
  66. 28965bf Don't crash when applying an alloc_size attribute on a K&R function. by Argyrios Kyrtzidis · 12 years ago
  67. 150d853 Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, by Richard Smith · 12 years ago
  68. 425663a Teach -ast-print how to print trailing-return-types. by Richard Smith · 12 years ago
  69. b04a238 [analyzer] Implement "Loop executed 0 times" diagnostic correctly. by Ted Kremenek · 12 years ago
  70. 671b321 Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 12 years ago
  71. 1f12c47 [libclang] Fix a crash with invalid code, while skip function bodies is enabled. by Argyrios Kyrtzidis · 12 years ago
  72. d9bd83e Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  73. 637619b Only suppress instance context if a member is actually by John McCall · 12 years ago
  74. 8dadf15 [analyzer] Place all inlining policy checks into one palce by Anna Zaks · 12 years ago
  75. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 12 years ago
  76. 5e5440b [analyzer] Make sure a materialized temporary matches its bindings. by Jordan Rose · 12 years ago
  77. f08740b Fix regression in modeling assignments of an address of a variable to itself. Fixes <rdar://problem/13226577>. by Ted Kremenek · 12 years ago
  78. 5704d34 Make sure we only use the output file as a base for debug splitting by Eric Christopher · 12 years ago
  79. f0b1a0e objective-C arc: Diagnostic can not say to use bridge by Fariborz Jahanian · 12 years ago
  80. 87193da [analyzer] Fix buildbot by not reusing a variable name. by Jordan Rose · 12 years ago
  81. c7d1ca5 Preproceessor: fix #if skipping under -traditional-cpp. by Jordan Rose · 12 years ago
  82. 025b3d4 Make logic smaller. by Eric Christopher · 12 years ago
  83. 94236e7 Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-builtin' on the command line. by Bill Wendling · 12 years ago
  84. 9f1d541 [analyzer] Make sure a temporary object region matches its initial bindings. by Jordan Rose · 12 years ago
  85. 3892d02 Ignore visibility from enclosing template arguments by John McCall · 12 years ago
  86. df1f94e Simplify code to use castAs rather than getAs + assert. by David Blaikie · 12 years ago
  87. e130014 Add back implicitly dropped const. by David Blaikie · 12 years ago
  88. be5f1be Fix formatting and tabs in file. by Eric Christopher · 12 years ago
  89. f870e12 Don't pass -split-dwarf= to the backend unless we're on linux for now. by Eric Christopher · 12 years ago
  90. 59320e7 Remove the SplitDebug action and replace with a set of commands by Eric Christopher · 12 years ago
  91. 7a95de6 Replace ProgramPoint llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  92. 94f3f54 Remove superfluous null pointer check. The pointer is used prior to this check. by Ted Kremenek · 12 years ago
  93. 4216ee1 AST dumping: dump template instantiations only once by Dmitri Gribenko · 12 years ago
  94. 1c1303b Remove accidentally introduced no-op line. by Daniel Jasper · 12 years ago
  95. 63631bd Teach serialized diagnostics about notes without locations. by Ted Kremenek · 12 years ago
  96. f11a705 Consistently put {} onto the same line for empty functions. by Daniel Jasper · 12 years ago
  97. fdf6a27 Replace CFGElement llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  98. 05f8ff1 Patch for debug info of qualified-id types is 'id' By Adrian Pranti. by Fariborz Jahanian · 12 years ago
  99. 6aad4a3 Preprocessor: preserve whitespace in -traditional-cpp mode. by Jordan Rose · 12 years ago
  100. 649aa6a [driver] Add a dump method for ArgList. by Chad Rosier · 12 years ago