- e50e91d Test ivar-invariant.m: use a more idiomatic RUN line and tighten the test by Dmitri Gribenko · 12 years ago
- e95036b Remove block names from test case to unbreak release builds. by Lang Hames · 12 years ago
- 56c00c4 Re-apply r174919 - smarter copy/move assignment/construction, with fixes for by Lang Hames · 12 years ago
- 28a2cec [clang] fix test execution command by Saleem Abdulrasool · 12 years ago
- 961f570 [CodeGen] tighten objc ivar invariant.load attribution by Saleem Abdulrasool · 12 years ago
- 97e948e Fix for ARM: functions don't have extra attributes there, so {{.*}} is "" by Dmitri Gribenko · 12 years ago
- 12e0c13 libAnalysis: Add a case for TypeAliasDecl in CFGRecStmtDeclVisitor. by Jordan Rose · 12 years ago
- 896c7dd Don't warn on conversion from NULL to nullptr_t by David Blaikie · 12 years ago
- b4127a2 Emit vtables for an extern template class as available_externally, not as by Richard Smith · 12 years ago
- 7640b02 [PCH] Deserializing the DeclContext of a template parameter is not safe by Argyrios Kyrtzidis · 12 years ago
- 5a758de Rework the visibility computation algorithm in preparation by John McCall · 12 years ago
- a6e0a0d Add test case for r175312. by Chad Rosier · 12 years ago
- c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 12 years ago
- ae03d8e libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 12 years ago
- 17c1a2e objective-C: Fixes a compiler crash when encoding by Fariborz Jahanian · 12 years ago
- 3285c78 Fixed diagnostic nondeterministic order bug (pr14901). by Enea Zaffanella · 12 years ago
- db546fa Fix crash-on-invalid where a ParenListExpr shows up as a message receiver by Argyrios Kyrtzidis · 12 years ago
- 820b23d When a statement is dropped from the AST because it was invalid, make sure by Argyrios Kyrtzidis · 12 years ago
- 2e85e74 Sema: Unnest early exit and remove an unnecessary bad cast. by Benjamin Kramer · 12 years ago
- 0f9827f Abstract out emitting the vdtor calls and do it properly when using -cxx-abi microsoft; also fix vdtor calls for the ARM ABI by Timur Iskhodzhanov · 12 years ago
- c1ea4b9 Update testcases due to Attribute sorting improvements. by Bill Wendling · 12 years ago
- ada0d22 [analyzer] Don't assert when mixing reinterpret_cast and derived-to-base casts. by Jordan Rose · 12 years ago
- bc40386 Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind." by Jordan Rose · 12 years ago
- ae6133f Make this test determinstic for my last patch. // rdar://13192366 by Fariborz Jahanian · 12 years ago
- 2620229 objective-C: When implementing custom accessor method for by Fariborz Jahanian · 12 years ago
- 697a685 [analyzer] Try constant-evaluation for all variables, not just globals. by Jordan Rose · 12 years ago
- 33ace06 [arcmt] Make sure the function has an associated parameter for the argument by Argyrios Kyrtzidis · 12 years ago
- 83dece5 Mangle extern "C" functions whose names are not simple identifiers. by Rafael Espindola · 12 years ago
- 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 12 years ago
- d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
- 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
- d3b4f0e When marking derived classes' virtual methods ODR-used in order to trigger by Nick Lewycky · 12 years ago
- 2c5d845 objective-C: Make order of ivars which are synthesized by Fariborz Jahanian · 12 years ago
- d8d7f5f [ms-inline asm] Add test case for r175083. by Chad Rosier · 12 years ago
- c764830 ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11, by Richard Smith · 12 years ago
- 8206421 [libclang] Fix annotation of a range where the begin or end location by Argyrios Kyrtzidis · 12 years ago
- ba8fa0c ... and now fix the +Asserts build by Timur Iskhodzhanov · 12 years ago
- 4745345 Fix the microsoft-abi-structors test expectations to match both Release and Release+Asserts builds by Timur Iskhodzhanov · 12 years ago
- 59660c2 Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 by Timur Iskhodzhanov · 12 years ago
- a46961b Change this comment to helpfully explain why it's there. by Nick Lewycky · 12 years ago
- 38f68ef [analyzer] Use Clang's evaluation for global constants and default arguments. by Jordan Rose · 12 years ago
- 74992c4 [ms-inline-asm] Test cases to ensure the AsmRewrite list is sorted (r175021). by Chad Rosier · 12 years ago
- 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 · 12 years ago
- 7243b0f [ms-inline-asm] Add test cases for the align/emit directives. by Chad Rosier · 12 years ago
- ddf117e Add a test for r174980, that we used to accept by Dmitri Gribenko · 12 years ago
- be8e36c [ms-inline asm] Update test case now that we are correctly parsing __emit directives. by Chad Rosier · 12 years ago
- 9c504e9 Typo. by Chad Rosier · 12 years ago
- 8e70b00 [ms-inline asm] Add a few test cases for the parsing of hexidecimal integers. by Chad Rosier · 12 years ago
- 1b9e8f7 Accept over-qualified constructor in MSVC emulation mode by Dmitri Gribenko · 12 years ago
- 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 · 12 years ago
- 9efe057 Attempt to fix this test on i686 targets. by Nick Lewycky · 12 years ago
- 3c86a5c The meat of this patch is in BuildCXXMemberCalLExpr where we make it use by Nick Lewycky · 12 years ago
- 0609858 Properly assemble PHIs after a null-checked invoke of objc_msgSend. by John McCall · 12 years ago
- ad0e27b Fix a bug reduced from a crash when trying to use modules with libc++. We check by Richard Smith · 12 years ago
- 66b2277 Call __cxa_begin_catch with the current exception before by John McCall · 12 years ago
- 63a9514 Remove an assert which triggers when a decl context in a module hits the 'has by Richard Smith · 12 years ago
- a2905ea Perform placeholder conversions on the controller of a _Generic expression. by John McCall · 12 years ago
- 9dd74c5 Diagnose loads of 'half' l-values in OpenCL. Patch by Joey Gouly! by John McCall · 12 years ago
- c2808e7 Backing out r174919 while I investigate a self-host bug on Takumi's builder. by Lang Hames · 12 years ago
- 72dcecc In ARC, emit non-peepholed +1s within the full-expression instead by John McCall · 12 years ago
- 35be402 Split a couple of tests out into their own file. by John McCall · 12 years ago
- 5310859 When generating IR for default copy-constructors, copy-assignment operators, by Lang Hames · 12 years ago
- a09cd81 objective-C modern translator: Fixes a mistranslation by Fariborz Jahanian · 12 years ago
- f4e955b [Modules] Cope better with top-level declarations loaded after being declared in the current translation unit <rdar://problem/13189985>. by Douglas Gregor · 12 years ago
- 2d000d3 Update test to not fail with attribute groups. by Bill Wendling · 12 years ago
- f0c5456 Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960> by Bob Wilson · 12 years ago
- 7a9e91a Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731> by Bob Wilson · 12 years ago
- b7b2565 objective-C: Fixes a bogus warning due to not setting by Fariborz Jahanian · 12 years ago
- 8448e1a FileCheck'ize tests by Dmitri Gribenko · 12 years ago
- 559b7fa FileCheck'ize a test by Dmitri Gribenko · 12 years ago
- a4475a6 QoI: -Wreadonly-iboutlet-property should have the warning's location on the property. by Ted Kremenek · 12 years ago
- 6bd9929 Ensure that type definitions present in just-loaded modules are visible. by Douglas Gregor · 12 years ago
- ed9c59f Properly validate UCNs for C99 and C++03 (both more restrictive than C(++)11). by Jordan Rose · 12 years ago
- d523df6 [analyzer] Invalidation checker: move the "missing implementation" check by Anna Zaks · 12 years ago
- 722cd9e [analyzer] Split IvarInvalidation into two checkers by Anna Zaks · 12 years ago
- 26db7db [analyzer] IvarInvalidation: add annotation for partial invalidation by Anna Zaks · 12 years ago
- 1256434 objective-C: don't issue bogus warning about by Fariborz Jahanian · 12 years ago
- 4a04d44 Simplify logic for avoiding concatenation after numeric constants. by Jordan Rose · 12 years ago
- 6d4f734 StmtPrinter: Write large char values using \u or \U. by Jordan Rose · 12 years ago
- 8185674 Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop body is skipped. by Ted Kremenek · 12 years ago
- 5a56e1b [libclang] Add a test to make sure annotation works fine in the presence of by Argyrios Kyrtzidis · 12 years ago
- 9ffd1ae objective-C modern translation: Fix another random translation bug by Fariborz Jahanian · 12 years ago
- bfaa111 objective-C modern translator. Fixes a trivial by Fariborz Jahanian · 12 years ago
- 026ce82 Improve filechecking of volatile test. by Tim Northover · 12 years ago
- 6bbaa77 CMake: Include Clang unit tests in check-clang target in standalone builds. by Jordan Rose · 12 years ago
- 63eb156 Fix test failure by making sure this file isn't identical to any other file by Nick Lewycky · 12 years ago
- a69a589 Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to -fmodules-cache-path=<foo>). by Richard Smith · 12 years ago
- a86b37e [libclang] Attribute visitation happens out-of-source-order, make sure by Argyrios Kyrtzidis · 12 years ago
- f21107b Use the target address space value when mangling names. by Tanya Lattner · 12 years ago
- 2bb07c1 Fix stack overflow and improve performance when a module contains many by Richard Smith · 12 years ago
- ada7191 objective-C modern translator. Generate #line by Fariborz Jahanian · 12 years ago
- 1b58c74 Teach subframework header lookup to suggest modules <rdar://problem/13176200>. by Douglas Gregor · 12 years ago
- 118aa75 [analyzer] Report bugs when freeing memory with offset pointer by Anna Zaks · 12 years ago
- 233e26a [analyzer] Add pointer escape type param to checkPointerEscape callback by Anna Zaks · 12 years ago
- 2b68761 [analyzer] Don't reinitialize static globals more than once along a path by Anna Zaks · 12 years ago
- 250172a Form the default -fmodules-cache-path= properly. by Douglas Gregor · 12 years ago
- 31c4a4b objective-C modern translator. More fixups for by Fariborz Jahanian · 12 years ago
- 882090e Add missing header from r174648 by Douglas Gregor · 12 years ago
- 7666b03 Retain all hidden methods in the global method pool, because they may become visible <rdar://problem/13172858>. by Douglas Gregor · 12 years ago
- 953a61f Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 12 years ago