1. 8ed4100 Dont break between (( in __attribute__((. by Daniel Jasper · 11 years ago
  2. de38cb1 Improve property metadata generation with the GNUstep runtime. by David Chisnall · 11 years ago
  3. 9c3c7b3 No spaces around pointers to members. by Daniel Jasper · 11 years ago
  4. ff9a010 First step towards adding a parent map to the ASTContext. by Manuel Klimek · 11 years ago
  5. a4d4621 Improve formatting of #defines. by Daniel Jasper · 11 years ago
  6. b6f02f3 Fix bug when formatting "A<A<A>>". by Daniel Jasper · 11 years ago
  7. 3a39ac7 Fix incorrect recognition of bin-packing. by Daniel Jasper · 11 years ago
  8. 807809c Fix spacing after binary operator as macro parameter. by Daniel Jasper · 11 years ago
  9. 16cda86 Fix global overflow in types::lookupTypeForTypeSpecifier. by Evgeniy Stepanov · 11 years ago
  10. e33d852 [analyzer] RegionStore: collectSubRegionKeys -> collectSubRegionBindings by Jordan Rose · 11 years ago
  11. a19dc41 [analyzer] Mark the root SVal class as isPodLike. by Jordan Rose · 11 years ago
  12. f583a5e Add a test case, to make sure there is no crash on IRGen when using PCH by Argyrios Kyrtzidis · 11 years ago
  13. 717ff54 Avoiding flamewars by Renato Golin · 11 years ago
  14. c0cedbe PR15360: nullptr as a non-type template argument to a function type non-type template parameter by David Blaikie · 11 years ago
  15. 98b879a Add test coverage for array to pointer decay in non-type template parameters. by David Blaikie · 11 years ago
  16. c661e12 Add config manager to open projects by Renato Golin · 11 years ago
  17. 854e755 [analyzer] Fix test for previous commit. by Jordan Rose · 11 years ago
  18. 6f41608 [analyzer] Teach FindLastStoreBRVisitor to understand stores of the same value. by Jordan Rose · 11 years ago
  19. a11f22f [analyzer] Turn on C++ constructor inlining by default. by Jordan Rose · 11 years ago
  20. 4c4df45 [driver] The failure of any phase (e.g., preprocess, compile, assemble) for a by Chad Rosier · 11 years ago
  21. e9616a4 [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64 by Simon Atanasyan · 11 years ago
  22. 1d4fff5 Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 by Timur Iskhodzhanov · 11 years ago
  23. 0cc798f Make the negative test of recordType depend on a specific record. by Manuel Klimek · 11 years ago
  24. 9c65b06 Fix formatting of multiplications in array subscripts. by Daniel Jasper · 11 years ago
  25. 8614304 [Sanitizer] Change driver behavior when linking with -fsanitize=thread and -fsanitize=memory. TSan/MSan also provide their versions of new/delete and should use the same strategy as ASan. Share the code that sets linker flags for all sanitizers. by Alexey Samsonov · 11 years ago
  26. faab0d3 Enable bin-packing in Google style. by Daniel Jasper · 11 years ago
  27. f4086eb Update clang for LLVM API change. No functionality change. by Nick Lewycky · 11 years ago
  28. a2bb892 Don't cache the visibility of types. by Rafael Espindola · 11 years ago
  29. 5e8577e Use the correct alignment for POD-member memcpys where the first field is a by Lang Hames · 11 years ago
  30. f127eb8 Rename methods to comply with the LLVM Coding Standards. by Rafael Espindola · 11 years ago
  31. 18895dc Change Type::getLinkageAndVisibility to return a LinkageInfo. by Rafael Espindola · 11 years ago
  32. 2beda12 Move LinkageInfo out of NamedDecl so that it can be used in Type.h. by Rafael Espindola · 11 years ago
  33. da89105 Update template diffing to handle template arguments that are declarations. by Richard Trieu · 11 years ago
  34. b3a49f5 Add a test to make sure __has_include works from inside a macro. by Argyrios Kyrtzidis · 11 years ago
  35. 10b4df7 Temporarily revert r176116 for compile-time performance regression. by Adrian Prantl · 11 years ago
  36. b7a3f74 [analyzer] Add stop-gap patch to prevent assertion failure when analyzing LLVM codebase. by Ted Kremenek · 11 years ago
  37. 1ebefc7 [PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenIDToIdentifier() only when it's not already an identifier. by Argyrios Kyrtzidis · 11 years ago
  38. 664e860 comment parsing: Properties are considered like methods, and people by Fariborz Jahanian · 11 years ago
  39. 714b509 Don't crash when diagnosing path-constrained protected by John McCall · 11 years ago
  40. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 11 years ago
  41. deb8f5d [analyzer] If a struct has a partial lazy binding, its fields aren't Undef. by Jordan Rose · 11 years ago
  42. 2564f81 Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries. by Ted Kremenek · 11 years ago
  43. b58f810 Use existing macros to simplify the test a bit. by Rafael Espindola · 11 years ago
  44. d9365d2 Temporarily revert r176133 until testcases are modified. by Bill Wendling · 11 years ago
  45. c3af679 Fix testcases to not rely upon target-* attributes. by Bill Wendling · 11 years ago
  46. 2693c32 Don't set the -target-cpu and -target-features attributes just now. by Bill Wendling · 11 years ago
  47. bcf73c2 No need to initialize these variables. by Chad Rosier · 11 years ago
  48. 9db0fe9 doxygen command. Add 'attention' command to list of similar by Fariborz Jahanian · 11 years ago
  49. 34b0adb Fix assertion failure when a field is given an address space. by Matt Arsenault · 11 years ago
  50. 5509f37 Fix initializer for variables with attribute address_space set. by Matt Arsenault · 11 years ago
  51. 58c7903 Ensure that DIType is regenerated after we visited an implementation that adds ivars to an interface. Fixes rdar://13175234 by Adrian Prantl · 11 years ago
  52. 4238f41 [analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a VarRegion. by Ted Kremenek · 11 years ago
  53. 9016bb7 Warn on dropping the return value from a warn_unused_result function, even in by Matt Beaumont-Gay · 11 years ago
  54. d3b2f0a Use the most recent decl in getExplicitVisibility. by Rafael Espindola · 11 years ago
  55. d7a60ad Be more careful in applying pragma weak. Fixes pr14974. by Rafael Espindola · 11 years ago
  56. 518ee34 Fix bad line break decision. by Daniel Jasper · 11 years ago
  57. d79f1f3 Allow dash before "ld" in android driver test. by Evgeniy Stepanov · 11 years ago
  58. 84a1a63 In range-based for-loops, prefer splitting after ":". by Daniel Jasper · 11 years ago
  59. 1ef81d5 Only keep empty lines in unwrapped lines if they preceed a line comment. by Daniel Jasper · 11 years ago
  60. 0fb382b Only break string literals as a last resort. by Daniel Jasper · 11 years ago
  61. 863fb35 Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdirectory. Otherwise, while configuring the build tree for the first time, Clang unit tests could avoid being added to 'check-clang' command, and thus avoid being built and executed. by Alexey Samsonov · 11 years ago
  62. 85aee96 Unify clang/llvm attributes for asan/tsan/msan (Clang part) by Kostya Serebryany · 11 years ago
  63. d8be0ab Update tests to do a full match against printed C++11 attributes. by Michael Han · 11 years ago
  64. eafb5c6 [analyzer] Don't look through casts when creating pointer temporaries. by Jordan Rose · 11 years ago
  65. a0e6e6d [analyzer] StackAddrEscapeChecker: strip qualifiers from temporary types. by Jordan Rose · 11 years ago
  66. bb60fc6 [ubsan] Emit single check for left shift. by Will Dietz · 11 years ago
  67. db061e4 [analyzer] Restrict ObjC type inference to methods that have related result type. by Anna Zaks · 11 years ago
  68. 6f8e9b6 [analyzer] Recover all PreStmtPurgeDeadSymbols nodes with a single successor or predecessor. by Ted Kremenek · 11 years ago
  69. 742d9e7 Various additions to ASTMatcher library: by Edwin Vane · 11 years ago
  70. c283311 Revert "Add more attributes from the command line to functions." by Anna Zaks · 11 years ago
  71. 42f2309 [analyzer] Address Jordan's code review of r175857. by Anna Zaks · 11 years ago
  72. fbdbed3 [analyzer] Handle reference parameters with default values. by Jordan Rose · 11 years ago
  73. 59c9003 Add a front-end test case for r176036. by Chad Rosier · 11 years ago
  74. 6980f17 Fix empty declaration printing. by Michael Han · 11 years ago
  75. 6dc5c33 [analyzer] Base regions may be invalid when layered on symbolic regions. by Jordan Rose · 11 years ago
  76. df779d3 Add forgotten testcase. by Eric Christopher · 11 years ago
  77. 9c3e71a Re-add hack that caused regression. by Daniel Jasper · 11 years ago
  78. 3abf778 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 11 years ago
  79. b45083d Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  80. 1b354b8 Reverting r176019. Corrupt patch. by Edwin Vane · 11 years ago
  81. 0b6f23a Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  82. c7093d9 Update generated documentation after recent matcher addition. by Daniel Jasper · 11 years ago
  83. f3197e9 Add matcher for AccessSpecDecls. by Daniel Jasper · 11 years ago
  84. 6c5038c [analyzer] Relax assumption in FindLastStoreBRVisitor that the thing we are looking for is always a VarRegion. by Ted Kremenek · 11 years ago
  85. 4e9c085 [analyzer] add the notion of an "interesting" lvalue expression for ExplodedNode pruning. by Ted Kremenek · 11 years ago
  86. d620e09 Add more attributes from the command line to functions. by Bill Wendling · 11 years ago
  87. 0a8dead Documentation: add an idea for a (weird) clang tool by Dmitri Gribenko · 11 years ago
  88. c1d0af1 Update Clang for a minor DIBuilder breaking change. by David Blaikie · 11 years ago
  89. f9067c6 Moving initialization into the initializer list and correcting capitalization, as suggested by Chandler. by Aaron Ballman · 11 years ago
  90. 824ed0c Documentation: add an idea for an automatic refactoring by Dmitri Gribenko · 11 years ago
  91. 3c08a81 Allow breaking between a type and name in variable declarations. by Daniel Jasper · 11 years ago
  92. 960876c Add the testcase from PR13573, this used to crash. by Benjamin Kramer · 11 years ago
  93. 43b82b8 [analyzer] tracking stores/constraints now works for ObjC ivars or struct fields. by Ted Kremenek · 11 years ago
  94. 0dd15d7 Add "KnownSVal" to represent SVals that cannot be UnknownSVal. by Ted Kremenek · 11 years ago
  95. 026cd1a Add regression test for serialized diagnostics for notes without locations. by Ted Kremenek · 11 years ago
  96. 5956bcc PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete by Richard Smith · 11 years ago
  97. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 11 years ago
  98. 82a29af Add comments for the MacroDirective & MacroInfo classes. by Argyrios Kyrtzidis · 11 years ago
  99. afda905 In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the consumer by Argyrios Kyrtzidis · 11 years ago
  100. 237d4c1 Better formatting of conditional expressions. by Daniel Jasper · 11 years ago