1. defa32e <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue reference to an lvalue of compatible type. by Douglas Gregor · 12 years ago
  2. ddb6176 [analyzer] Better test for r178063. by Anna Zaks · 12 years ago
  3. 1533833 [analyzer] Make sure IDC works for ‘NSContainer value/key is nil’ checks. by Anna Zaks · 12 years ago
  4. 0162c1c <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship returns consistent results with invalid types. by Douglas Gregor · 12 years ago
  5. e79ce29 <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing return types. by Douglas Gregor · 12 years ago
  6. 8a660eb [analyzer] Change inlining policy to inline small functions when reanalyzing ObjC methods as top level. by Anna Zaks · 12 years ago
  7. 4e493bd clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit for now. by NAKAMURA Takumi · 12 years ago
  8. 72339a0 Add PRFCHW intrinsic support by Michael Liao · 12 years ago
  9. 1232e27 [ms-cxxabi] Mangle vector types by Reid Kleckner · 12 years ago
  10. 231b2bc Actually mark ASan-unfriendly test as XFAIL by Alexey Samsonov · 12 years ago
  11. 48c0834 Add asan/msan to the list of available features in LIT test runner. Mark ASan-unfriendly test as XFAIL. by Alexey Samsonov · 12 years ago
  12. 8af742a Handle CXXOperatorCallExpr when checking self referrnce during initialization of by Richard Trieu · 12 years ago
  13. f9223aa Remove FIXMEs: these are covered by a core issue which we don't yet implement by Richard Smith · 12 years ago
  14. 2db075b Implement special-case name lookup for inheriting constructors: member by Richard Smith · 12 years ago
  15. b501aeb Objective-C: Property declaration overiding one in by Fariborz Jahanian · 12 years ago
  16. 4d553c9 clang/test/Index/crash-recovery-code-complete.c: Mark it as XFAIL:win32 for now. by NAKAMURA Takumi · 12 years ago
  17. 6c5aaed <rdar://problem/13395022> Strip references when extracting an initializer_list's element type during application of an initialization sequence. by Douglas Gregor · 12 years ago
  18. dc392c1 <rdar://problem/13185264> Don't crash when attempting to redundantly initialize a member of an anonymous union. by Douglas Gregor · 12 years ago
  19. b27564e Fix testcase. by Ted Kremenek · 12 years ago
  20. 6edb029 For printf checking, handle nested typedefs for darwin-specific checking. by Ted Kremenek · 12 years ago
  21. abde2c7 <rdar://problem/13459871> Allow forward declaration of enums with a fixed underlying type in Objective-C (as well as C++11). by Douglas Gregor · 12 years ago
  22. e915442 Remove local path from test. by Douglas Gregor · 12 years ago
  23. 5d83526 Use xargs rather than by Douglas Gregor · 12 years ago
  24. 5dca66c Use 'touch -t', which both BSD and Linux support. by Douglas Gregor · 12 years ago
  25. cdd81e5 Try harder to be signal-safe inside our signal handler. The most prominent behavioural by Nick Lewycky · 12 years ago
  26. d44d287 <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever. by Douglas Gregor · 12 years ago
  27. 14df23b Emit an error message instead of crashing when dereferencing an incomplete pointer type. by Bill Wendling · 12 years ago
  28. 1f1df1f IR-gen should not generate an MMX types unless the code is explicitly using MMX by Chad Rosier · 12 years ago
  29. 5db8fac [analyzer] Set concrete offset bindings to UnknownVal when processing symbolic offset binding, even if no bindings are present. by Anna Zaks · 12 years ago
  30. 4eb17e5 Added PR number for failing win64 tests. by Fariborz Jahanian · 12 years ago
  31. 0ff72fc Re-add clang-format tests to clang/test. by Daniel Jasper · 12 years ago
  32. 2de19ed [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, double free, and use-after-free problems of memory managed by new/delete. by Anton Yartsev · 12 years ago
  33. 8f7bfb4 [analyzer] Teach ConstraintManager to ignore NonLoc <> NonLoc comparisons. by Jordan Rose · 12 years ago
  34. 2951187 Reject -no-integrated-as on windows. by Rafael Espindola · 12 years ago
  35. 1db7040 Generate metadata to implement the -cl-kernel-arg-info option. by Guy Benyei · 12 years ago
  36. e8b87f9 Don't actually invoke codegen in driver test. by Benjamin Kramer · 12 years ago
  37. 495cfa4 Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring. by Nadav Rotem · 12 years ago
  38. 4a79296 Revert svn r176894 and r177658. by Bob Wilson · 12 years ago
  39. b6a6079 Under ARC, when we're passing the address of a strong variable by John McCall · 12 years ago
  40. 060fe33 Strip off local qualifiers when converting from RecordType to by Richard Trieu · 12 years ago
  41. 4708b3d [analyzer] Teach constraint managers about unsigned comparisons. by Jordan Rose · 12 years ago
  42. 2816989 [analyzer] Also transform "a < b" to "(b - a) > 0" in the constraint manager. by Jordan Rose · 12 years ago
  43. 78114a5 [analyzer] Translate "a != b" to "(b - a) != 0" in the constraint manager. by Jordan Rose · 12 years ago
  44. 8958efa [analyzer] Use SymExprs to represent '<loc> - <loc>' and '<loc> == <loc>'. by Jordan Rose · 12 years ago
  45. 1686137 documentation parsing: when providing code completion comment by Fariborz Jahanian · 12 years ago
  46. b095782 [analyzer] Warn when a nil key or value are passed to NSMutableDictionary and ensure it works with subscripting. by Anna Zaks · 12 years ago
  47. 76e6e13 If a .syms file is available alongside a sanitizer runtime, pass it to the by Richard Smith · 12 years ago
  48. 984f278 Use RequireCompleteType() instead of isIncompleteType(). by Bill Wendling · 12 years ago
  49. 88de5a0 Add test case for PR 12921. by Ted Kremenek · 12 years ago
  50. 03af377 [analyzer] Fix test to actually test what was intended. by Jordan Rose · 12 years ago
  51. a8a0f76 [ms-cxxabi] Implement member data pointers for non-dynamic classes by Reid Kleckner · 12 years ago
  52. c02ddb2 documentation parsing. Provide code completion comment by Fariborz Jahanian · 12 years ago
  53. 82f0aff These tests fail on our Window64 machine. by Fariborz Jahanian · 12 years ago
  54. 8ff563c Fix DeclRefExpr::getFoundDecl() for usages by reference. by Daniel Jasper · 12 years ago
  55. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 12 years ago
  56. 08f8539 test commit by Alexey Bataev · 12 years ago
  57. 437da05 Warn about attempts to reinterpret_cast between two types that are by John McCall · 12 years ago
  58. b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 12 years ago
  59. bf8487a ubsan: Pass floating-point arguments to the runtime by value if they fit the by Richard Smith · 12 years ago
  60. daf2e1c <rdar://problem/13479214> Make Clang's <stddef.h> robust against system headers defining size_t/ptrdiff_t/wchar_t. by Douglas Gregor · 12 years ago
  61. df713ab Update debug info test case for more incoming DIBuilder changes by David Blaikie · 12 years ago
  62. 563060f Update debug info test case for an incoming change to DIBuilder in LLVM by David Blaikie · 12 years ago
  63. 892b6fb <rdar://problem/13477190> Give the Clang module cache directory some structure, so it's easier to find. by Douglas Gregor · 12 years ago
  64. 5bdaef5 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 12 years ago
  65. cf4bd50 Generalize debug info tests to be forward compatible with future DISubprogram changes by David Blaikie · 12 years ago
  66. 595b1bc This ugly regex is required because on Windows, the paths come out as \\ delimited instead of / delimited. Fixes a test breakage since r176894. by Aaron Ballman · 12 years ago
  67. 7b79384 Delayed template parsing is not supported by the AST serialization system yet, so turning it off. This fixes a test breakage caused by r177336. by Aaron Ballman · 12 years ago
  68. cdf2808 <rdar://problem/13037793> Allow the names of modules to differ from the name of their subdirectory in the include path. by Douglas Gregor · 12 years ago
  69. b9da713 Further weaken block conversion rules to permit blocks with by John McCall · 12 years ago
  70. b79f589 Add more testing cases for tbaa.struct by Manman Ren · 12 years ago
  71. 3283fc5 Debug info - generalize namespace test to not depend on a DW_TAG_file_type entry by David Blaikie · 12 years ago
  72. 61a574f Split ubsan runtime into three pieces (clang part): by Richard Smith · 12 years ago
  73. ff430f6 [ms-cxxabi] Mangle function pointer template arguments correctly by Reid Kleckner · 12 years ago
  74. 906d66a <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 12 years ago
  75. f8e2c06 [analyzer] Don't invalidate globals when there's no call involved. by Jordan Rose · 12 years ago
  76. 74f6982 [analyzer] Track malloc'd memory into struct fields. by Jordan Rose · 12 years ago
  77. f8ddc09 [analyzer] Invalidate regions indirectly accessible through const pointers. by Jordan Rose · 12 years ago
  78. fecedc7 refactoring file/directory for namespace debug info by David Blaikie · 12 years ago
  79. 8e56cd1 Enhance debug info namespace test to check for context/scope reference by David Blaikie · 12 years ago
  80. 695031c Do the error recovery for @end only. by Fariborz Jahanian · 12 years ago
  81. 4cc0cf1 Objective-C [qoi] more gracefull recovery when by Fariborz Jahanian · 12 years ago
  82. 36771d9 PR7256: Provide a fixit for incorrect destructor declarations by David Blaikie · 12 years ago
  83. 63fd408 Exploit this-return of a callsite in a this-return function. by Manman Ren · 12 years ago
  84. 3309229 Fix redundant comparison in gcc::Common::ConstructJob. by Hans Wennborg · 12 years ago
  85. c4b580b Make front-end debug info namespace test frontend-only & more specific without overconstraining it by David Blaikie · 12 years ago
  86. 576f32c Teach statement / declaration disambiguation about C++11-style generalized initializers. by Richard Smith · 12 years ago
  87. 83c546a The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 12 years ago
  88. c96cd7a Don't look outside the innermost enclosing namespace when by John McCall · 12 years ago
  89. f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 12 years ago
  90. 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 12 years ago
  91. 8a40cc6 Simplify/generalize some debug info test cases by David Blaikie · 12 years ago
  92. 4d25b51 [analyzer] Add an integer version of the Circle tests in uninit-vals.m. by Jordan Rose · 12 years ago
  93. 9f3495a [analyzer] Do not believe lazy binding when symbolic region types do not match by Anna Zaks · 12 years ago
  94. 6e65e10 [analyzer] Add a test case for diagnostic suppression on a graph with cycles. by Jordan Rose · 12 years ago
  95. c7936c9 Test case for r177439 and r177440. by Chad Rosier · 12 years ago
  96. 5bba867 Objective-C [qoi]: Provide improved parse diagnostics when by Fariborz Jahanian · 12 years ago
  97. fd44d34 Relax test to allow for attributes on other architectures. Caught by powerpc64-unknown-linux-gnu buildbot. by Adrian Prantl · 12 years ago
  98. 8eecaaa Update test for r177413. by Chad Rosier · 12 years ago
  99. 9a2f5d7 Don't try to set attributes in alias, they have none. by Rafael Espindola · 12 years ago
  100. ccc45d2 Go back to using the integrated assembler on windows ever when passed by Rafael Espindola · 12 years ago