1. d8d7f5f [ms-inline asm] Add test case for r175083. by Chad Rosier · 11 years ago
  2. c764830 ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, by Richard Smith · 11 years ago
  3. 8206421 [libclang] Fix annotation of a range where the begin or end location by Argyrios Kyrtzidis · 11 years ago
  4. ba8fa0c ... and now fix the +Asserts build by Timur Iskhodzhanov · 11 years ago
  5. 4745345 Fix the microsoft-abi-structors test expectations to match both Release and Release+Asserts builds by Timur Iskhodzhanov · 11 years ago
  6. 59660c2 Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 by Timur Iskhodzhanov · 11 years ago
  7. a46961b Change this comment to helpfully explain why it's there. by Nick Lewycky · 11 years ago
  8. 38f68ef [analyzer] Use Clang's evaluation for global constants and default arguments. by Jordan Rose · 11 years ago
  9. 74992c4 [ms-inline-asm] Test cases to ensure the AsmRewrite list is sorted (r175021). by Chad Rosier · 11 years ago
  10. 2cbd427 Order the methods in the global method pool based on when they become visible, not when they become deserialized <rdar://problem/13203033>. by Douglas Gregor · 11 years ago
  11. 7243b0f [ms-inline-asm] Add test cases for the align/emit directives. by Chad Rosier · 11 years ago
  12. ddf117e Add a test for r174980, that we used to accept by Dmitri Gribenko · 11 years ago
  13. be8e36c [ms-inline asm] Update test case now that we are correctly parsing __emit directives. by Chad Rosier · 11 years ago
  14. 9c504e9 Typo. by Chad Rosier · 11 years ago
  15. 8e70b00 [ms-inline asm] Add a few test cases for the parsing of hexidecimal integers. by Chad Rosier · 11 years ago
  16. 1b9e8f7 Accept over-qualified constructor in MSVC emulation mode by Dmitri Gribenko · 11 years ago
  17. 6c9dccd Rename -constructors test to just -structors as in fact it tests dtors too. Also, fix a minor typo in the test. by Timur Iskhodzhanov · 11 years ago
  18. 9efe057 Attempt to fix this test on i686 targets. by Nick Lewycky · 11 years ago
  19. 3c86a5c The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 11 years ago
  20. 0609858 Properly assemble PHIs after a null-checked invoke of objc_msgSend. by John McCall · 11 years ago
  21. ad0e27b Fix a bug reduced from a crash when trying to use modules with libc++. We check by Richard Smith · 11 years ago
  22. 66b2277 Call __cxa_begin_catch with the current exception before by John McCall · 11 years ago
  23. 63a9514 Remove an assert which triggers when a decl context in a module hits the 'has by Richard Smith · 11 years ago
  24. a2905ea Perform placeholder conversions on the controller of a _Generic expression. by John McCall · 11 years ago
  25. 9dd74c5 Diagnose loads of 'half' l-values in OpenCL. Patch by Joey Gouly! by John McCall · 11 years ago
  26. c2808e7 Backing out r174919 while I investigate a self-host bug on Takumi's builder. by Lang Hames · 11 years ago
  27. 72dcecc In ARC, emit non-peepholed +1s within the full-expression instead by John McCall · 11 years ago
  28. 35be402 Split a couple of tests out into their own file. by John McCall · 11 years ago
  29. 5310859 When generating IR for default copy-constructors, copy-assignment operators, by Lang Hames · 11 years ago
  30. a09cd81 objective-C modern translator: Fixes a mistranslation by Fariborz Jahanian · 11 years ago
  31. f4e955b [Modules] Cope better with top-level declarations loaded after being declared in the current translation unit <rdar://problem/13189985>. by Douglas Gregor · 11 years ago
  32. 2d000d3 Update test to not fail with attribute groups. by Bill Wendling · 11 years ago
  33. f0c5456 Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960> by Bob Wilson · 12 years ago
  34. 7a9e91a Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731> by Bob Wilson · 12 years ago
  35. b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 12 years ago
  36. 8448e1a FileCheck'ize tests by Dmitri Gribenko · 12 years ago
  37. 559b7fa FileCheck'ize a test by Dmitri Gribenko · 12 years ago
  38. a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 12 years ago
  39. 6bd9929 Ensure that type definitions present in just-loaded modules are visible. by Douglas Gregor · 12 years ago
  40. ed9c59f Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11). by Jordan Rose · 12 years ago
  41. d523df6 [analyzer] Invalidation checker: move the "missing implementation" check by Anna Zaks · 12 years ago
  42. 722cd9e [analyzer] Split IvarInvalidation into two checkers by Anna Zaks · 12 years ago
  43. 26db7db [analyzer] IvarInvalidation: add annotation for partial invalidation by Anna Zaks · 12 years ago
  44. 1256434 objective-C: don't issue bogus warning about by Fariborz Jahanian · 12 years ago
  45. 4a04d44 Simplify logic for avoiding concatenation after numeric constants. by Jordan Rose · 12 years ago
  46. 6d4f734 StmtPrinter: Write large char values using \u or \U. by Jordan Rose · 12 years ago
  47. 8185674 Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop body is skipped. by Ted Kremenek · 12 years ago
  48. 5a56e1b [libclang] Add a test to make sure annotation works fine in the presence of by Argyrios Kyrtzidis · 12 years ago
  49. 9ffd1ae objective-C modern translation: Fix another random translation bug by Fariborz Jahanian · 12 years ago
  50. bfaa111 objective-C modern translator. Fixes a trivial by Fariborz Jahanian · 12 years ago
  51. 026ce82 Improve filechecking of volatile test. by Tim Northover · 12 years ago
  52. 6bbaa77 CMake: Include Clang unit tests in check-clang target in standalone builds. by Jordan Rose · 12 years ago
  53. 63eb156 Fix test failure by making sure this file isn't identical to any other file by Nick Lewycky · 12 years ago
  54. a69a589 Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to -fmodules-cache-path=<foo>). by Richard Smith · 12 years ago
  55. a86b37e [libclang] Attribute visitation happens out-of-source-order, make sure by Argyrios Kyrtzidis · 12 years ago
  56. f21107b Use the target address space value when mangling names. by Tanya Lattner · 12 years ago
  57. 2bb07c1 Fix stack overflow and improve performance when a module contains many by Richard Smith · 12 years ago
  58. ada7191 objective-C modern translator. Generate #line by Fariborz Jahanian · 12 years ago
  59. 1b58c74 Teach subframework header lookup to suggest modules <rdar://problem/13176200>. by Douglas Gregor · 12 years ago
  60. 118aa75 [analyzer] Report bugs when freeing memory with offset pointer by Anna Zaks · 12 years ago
  61. 233e26a [analyzer] Add pointer escape type param to checkPointerEscape callback by Anna Zaks · 12 years ago
  62. 2b68761 [analyzer] Don't reinitialize static globals more than once along a path by Anna Zaks · 12 years ago
  63. 250172a Form the default -fmodules-cache-path= properly. by Douglas Gregor · 12 years ago
  64. 31c4a4b objective-C modern translator. More fixups for by Fariborz Jahanian · 12 years ago
  65. 882090e Add missing header from r174648 by Douglas Gregor · 12 years ago
  66. 7666b03 Retain all hidden methods in the global method pool, because they may become visible <rdar://problem/13172858>. by Douglas Gregor · 12 years ago
  67. 953a61f Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 12 years ago
  68. ed4330b Thread safety analysis: make sure that expressions in attributes are parsed by DeLesley Hutchins · 12 years ago
  69. b30c038 Testcase for r174477. by Chad Rosier · 12 years ago
  70. 6959acd Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions. by Guy Benyei · 12 years ago
  71. 51dbecf FileCheckize volatile test by Tim Northover · 12 years ago
  72. e8d3cf0 Only check for volatile memcpys in test. by Tim Northover · 12 years ago
  73. 5024bf5 Add AArch64 wchar definition to test by Tim Northover · 12 years ago
  74. 8fa36ea XFAIL test that's inappropriate for AArch64 ABI by Tim Northover · 12 years ago
  75. 55f0593 Permit ABIs where the caller extends the result (test change). by Tim Northover · 12 years ago
  76. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 12 years ago
  77. f5a6aef Apply the pure-virtual odr rule to other constructs which can call overloaded by Nick Lewycky · 12 years ago
  78. bbcd0f3 Fix handling of module imports adding names to a DeclContext after qualified by Richard Smith · 12 years ago
  79. 878d0ad -Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unreachable code" was issued incorrectly. by Alexander Kornienko · 12 years ago
  80. cd3b036 objective-C modern translator. Fix up the translated by Fariborz Jahanian · 12 years ago
  81. 4a19052 AST dumping: indicate the previous declaration for a redeclaration, and by Richard Smith · 12 years ago
  82. 005d51b Be a little more permissive with -fmodules-ignore-macro= by removing everything after the second '=' if it is there. by Douglas Gregor · 12 years ago
  83. 2a06085 Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading modules. by Douglas Gregor · 12 years ago
  84. 8bf778e Detect when we end up trying to load conflicting module files. by Douglas Gregor · 12 years ago
  85. eb54aa5 Remove unneeded test. We have plenty of subgroup relations between warnings, by Ted Kremenek · 12 years ago
  86. 1975c17 Accept and ignore the -fextended-identifiers option. by Jordan Rose · 12 years ago
  87. ce6a10e Don't check whether a friend declaration is correctly formed when instantiating, by Nick Lewycky · 12 years ago
  88. 30c07af Added test for r174461 that checks that the desired behavior also occurs in ObjC++ alongside ObjC. by Michael Gottesman · 12 years ago
  89. b98c6fe [analyzer]Revert part of r161511; suppresses leak false positives in C++ by Anna Zaks · 12 years ago
  90. 8f98bf9 Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_REFERENCES in both the fragile and non-fragile API. by Michael Gottesman · 12 years ago
  91. 5846720 Change subexpressions to be visited in the CFG from left-to-right. by Ted Kremenek · 12 years ago
  92. beca02f [analyzer] Teach the analyzer to use a symbol for p when evaluating (void*)p. by Anna Zaks · 12 years ago
  93. ed351e6 [arcmt] Make sure the objc migrators work fine when used with a PCH. by Argyrios Kyrtzidis · 12 years ago
  94. 3ad86fd [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; by Argyrios Kyrtzidis · 12 years ago
  95. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  96. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
  97. 93aa2db DeclPrinter: fix CXXConstructExpr printing with implicit default argument by Dmitri Gribenko · 12 years ago
  98. f408d1d Drop value names from test to get -Asserts builds back to green. by Benjamin Kramer · 12 years ago
  99. ae3f760 CodeGen: Implement hint values for dynamic_cast as described in the Itanium C++ ABI. by Benjamin Kramer · 12 years ago
  100. 21f6b39 CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind. by Benjamin Kramer · 12 years ago