1. ddc15c4 Escape # and $ in dependency files. by Benjamin Kramer · 11 years ago
  2. 7d1be73 Remove target-specific alignment from test. by Benjamin Kramer · 11 years ago
  3. 4f01ed4 [ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scope mode by Alexey Samsonov · 11 years ago
  4. 3d11708 [analyzer] Moving cplusplus.NewDelete to alpha.* for now. by Anton Yartsev · 11 years ago
  5. b421d92 Add -Wstatic-local-in-inline, which warns about using a static local by John McCall · 11 years ago
  6. 658a284 [analyzer] Teach invalidateRegions that regions within LazyCompoundVal need to be invalidated by Anna Zaks · 11 years ago
  7. 7959194 un-break remaining gdb buildbot testcases. by Adrian Prantl · 11 years ago
  8. c63a460 [analyzer] For now, don't inline [cd]tors of C++ containers. by Jordan Rose · 11 years ago
  9. a126436 [analyzer] Allow suppressing diagnostics reported within the 'std' namespace by Jordan Rose · 11 years ago
  10. f12a25b Fix typo in test by Matt Beaumont-Gay · 11 years ago
  11. 725fe0e PR15633: Note that we are EnteringContext when parsing the nested name by Richard Smith · 11 years ago
  12. e25d2f6 R600: Handle -mcpu option v3 by Tom Stellard · 11 years ago
  13. bd0152f Revert r178079, it caused PR15637. by Nico Weber · 11 years ago
  14. f396ad9 Don't eagerly deserialize every templated function (and every static data by Richard Smith · 11 years ago
  15. efb72ad * Attempt to un-break gdb buildbot by emitting a lexical block end only by Adrian Prantl · 11 years ago
  16. 5b8740f Only merge down a variable type if the previous declaration was by John McCall · 11 years ago
  17. 6d11877 Add test for PR12527 (bug has apparently already been fixed). by Richard Smith · 11 years ago
  18. e9ebd85 [libclang] Make clang_Cursor_getArgument work with call-exprs. by Argyrios Kyrtzidis · 11 years ago
  19. bf27951 Modifed debug-info-byval.cpp test to grep for .string or .asciz. by Jyotsna Verma · 11 years ago
  20. affa3af Remove old NVPTX cpus and add new NVPTX cpus by Justin Holewinski · 11 years ago
  21. dca8f33 Use kernel metadata to differentiate between kernel and device by Justin Holewinski · 11 years ago
  22. fe6b271 Add support for gcc-compatible -mfprnd -mno-fprnd PPC options by Hal Finkel · 11 years ago
  23. 66dca6e Sema: Don't crash when trying to emit a precedence warning on postinc/decrement. by Benjamin Kramer · 11 years ago
  24. e6f2bf8 [analyzer] Handle caching out while evaluating a C++ new expression. by Jordan Rose · 11 years ago
  25. 5184dd4 [analyzer] Garbage removed by Anton Yartsev · 11 years ago
  26. 70be6d8 [analyzer] Test added by Anton Yartsev · 11 years ago
  27. 8e452e7 [analyzer] Enabled unix.Malloc checker. + Refactoring. by Anton Yartsev · 11 years ago
  28. 1f3b5d9 [analyzer] Tests for intersections with other checkers from MallocChecker.cpp factored out to NewDelete-intersections.mm by Anton Yartsev · 11 years ago
  29. c22856d generalize testcase by Adrian Prantl · 11 years ago
  30. 84e8a96 [analyzer] Address Jordan’s review of r178309 - do not register an extra visitor for nil receiver by Anna Zaks · 11 years ago
  31. b6cac0b [libclang] Add test case for r178374. by Argyrios Kyrtzidis · 11 years ago
  32. 52b2e70 Sema: Warn on sizeof on binary ops on decayed arrays. by Benjamin Kramer · 11 years ago
  33. 9b97adf Bugfix/Followup for r177086. by Adrian Prantl · 11 years ago
  34. b6bead4 Don't special case one line extern "C" decls. by Rafael Espindola · 11 years ago
  35. 1bfc28c Add RDSEED intrinsic support defined in AVX2 extension by Michael Liao · 11 years ago
  36. f91210d Add XTEST intrinsic defined in TSX extension by Michael Liao · 11 years ago
  37. 84e4804 [analyzer] Add static initializer test case (from <rdar://problem/13227740>). by Ted Kremenek · 11 years ago
  38. dff2be8 Revert r178273 as it broke the Linux bootstrap due to false positives by Timur Iskhodzhanov · 11 years ago
  39. 0f5c5c6 Add static analyzer support for conditionally executing static initializers. by Ted Kremenek · 11 years ago
  40. 99a72d2 Objective-C: Produce precise diagnostic when by Fariborz Jahanian · 11 years ago
  41. 41988f3 [analyzer] Add support for escape of const pointers and use it to allow “newed” pointers to escape by Anna Zaks · 11 years ago
  42. aabb4c5 [analyzer] Apply the suppression rules to the nil receiver only if the value participates in the computation of the nil we warn about. by Anna Zaks · 11 years ago
  43. e93e255 [ms-cxxabi] Add more tests for r178297 by Reid Kleckner · 11 years ago
  44. 59d8ccb Warn about more than the first unused variable when -Werror is set. by Matt Beaumont-Gay · 11 years ago
  45. 84e9ab4 [ms-cxxabi] Correctly compute the size of member pointers by Reid Kleckner · 11 years ago
  46. ec8deba Objective-C: Provide fixit suggestions when class object by Fariborz Jahanian · 11 years ago
  47. 5fd1fac Provide a fixit to static_cast for reinterpret_casts within a class hierarchy. by Jordan Rose · 11 years ago
  48. 25ffbef Implemented a warning when an input several bitwise operations are by Sam Panzer · 11 years ago
  49. 849c7bf [analyzer] These implements unix.MismatchedDeallocatorChecker checker. by Anton Yartsev · 11 years ago
  50. 6974628 [analyzer] For now assume all standard global 'operator new' functions allocate memory in heap. by Anton Yartsev · 11 years ago
  51. 829d187 Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options by Hal Finkel · 11 years ago
  52. 286f3e6 [Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust by Simon Atanasyan · 11 years ago
  53. f4320ab Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options by Hal Finkel · 11 years ago
  54. edaf281 Define __SIZE_MAX__ preprocessor macro. by Evgeniy Stepanov · 11 years ago
  55. eb82a53 For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a by Richard Smith · 11 years ago
  56. 8c952cd Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic type qualifier. by Richard Smith · 11 years ago
  57. 372ed5c Revert "Update debug info test for schema change made to LLVM." by David Blaikie · 11 years ago
  58. 4cf4a5e Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier. by Richard Smith · 11 years ago
  59. 93d6b07 Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, each of which was only present in one version: by Richard Smith · 11 years ago
  60. ab2d09b [Parser] Don't code-complete twice. by Argyrios Kyrtzidis · 11 years ago
  61. 9807a2e Don't reject __restrict applied to a dependent type; it might instantiate to a pointer or reference type. by Richard Smith · 11 years ago
  62. cbd7394 Simplify test to use a count for the number of notes expected. by Bill Wendling · 11 years ago
  63. 5087645 UBSan: Don't diagnose inf/nan conversions between floating-point types. It's far from clear whether these have undefined behavior, and these checks are helping no-one. Keep the double->float overflow warnings, though, since those are useful in practice, even though it's unclear whether such operations have defined behavior. by Richard Smith · 11 years ago
  64. 87d2a37 Remove unnecessary attributes from test case. by Chad Rosier · 11 years ago
  65. 5e5ca1b Add a front-end test case for r178186. by Chad Rosier · 11 years ago
  66. 0353b70 Fixes a typo in my last patch. by Fariborz Jahanian · 11 years ago
  67. 7e35274 Objective-C: Issue more precise warning when user by Fariborz Jahanian · 11 years ago
  68. b061720 [analyzer] Use evalBind for C++ new of scalar types. by Jordan Rose · 11 years ago
  69. ea744ab [modules] Make sure enabled diagnostic pragmas inside the module don't affect the translation unit that by Argyrios Kyrtzidis · 11 years ago
  70. c544ba0 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 11 years ago
  71. 3d91ddb Add another expected note. Two errors => two notes. by Tim Northover · 11 years ago
  72. 6ddfe4e Disable ASan/MSan symbolization of reports in tests. by Evgeniy Stepanov · 11 years ago
  73. c528aa2 Mark comment-to-html-xml-conversion test as XFAIL:msan, in addition to valgrind. by Evgeniy Stepanov · 11 years ago
  74. 6bed88e <rdar://problem/13317030> Consider using directives when performing unqualified name lookup into declarations contexts represented by the qualified-id but not in the actual scope hierarchy. by Douglas Gregor · 11 years ago
  75. f2ff5bd Fix testcase to add expected note. by Bill Wendling · 11 years ago
  76. 9ef9875 Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>. by Joao Matos · 11 years ago
  77. 3580328 [modules] Re-enable the "ambiguous expansion of macro" warning. by Argyrios Kyrtzidis · 11 years ago
  78. 12fef49 PR15597: Fix a confusion between the implicit exception specification and the by Richard Smith · 11 years ago
  79. 5035c48 Update debug info test for schema change made to LLVM. by David Blaikie · 11 years ago
  80. fdb468f Make the -Wreinterpret-base-class logic safe against invalid by John McCall · 11 years ago
  81. 8b43d2b Split "incomplete implementation" warnings for ObjC into separate warnings. by Ted Kremenek · 11 years ago
  82. defa32e <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue reference to an lvalue of compatible type. by Douglas Gregor · 11 years ago
  83. ddb6176 [analyzer] Better test for r178063. by Anna Zaks · 11 years ago
  84. 1533833 [analyzer] Make sure IDC works for ‘NSContainer value/key is nil’ checks. by Anna Zaks · 11 years ago
  85. 0162c1c <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship returns consistent results with invalid types. by Douglas Gregor · 11 years ago
  86. e79ce29 <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing return types. by Douglas Gregor · 11 years ago
  87. 8a660eb [analyzer] Change inlining policy to inline small functions when reanalyzing ObjC methods as top level. by Anna Zaks · 11 years ago
  88. 4e493bd clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit for now. by NAKAMURA Takumi · 11 years ago
  89. 72339a0 Add PRFCHW intrinsic support by Michael Liao · 11 years ago
  90. 1232e27 [ms-cxxabi] Mangle vector types by Reid Kleckner · 11 years ago
  91. 231b2bc Actually mark ASan-unfriendly test as XFAIL by Alexey Samsonov · 11 years ago
  92. 48c0834 Add asan/msan to the list of available features in LIT test runner. Mark ASan-unfriendly test as XFAIL. by Alexey Samsonov · 11 years ago
  93. 8af742a Handle CXXOperatorCallExpr when checking self referrnce during initialization of by Richard Trieu · 11 years ago
  94. f9223aa Remove FIXMEs: these are covered by a core issue which we don't yet implement by Richard Smith · 11 years ago
  95. 2db075b Implement special-case name lookup for inheriting constructors: member by Richard Smith · 11 years ago
  96. b501aeb Objective-C: Property declaration overiding one in by Fariborz Jahanian · 11 years ago
  97. 4d553c9 clang/test/Index/crash-recovery-code-complete.c: Mark it as XFAIL:win32 for now. by NAKAMURA Takumi · 11 years ago
  98. 6c5aaed <rdar://problem/13395022> Strip references when extracting an initializer_list's element type during application of an initialization sequence. by Douglas Gregor · 11 years ago
  99. dc392c1 <rdar://problem/13185264> Don't crash when attempting to redundantly initialize a member of an anonymous union. by Douglas Gregor · 11 years ago
  100. b27564e Fix testcase. by Ted Kremenek · 11 years ago