summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Add the missing 'static' keyword to the testTimur Iskhodzhanov2013-02-191-2/+2
* Add support for -fvisibility-ms-compat.John McCall2013-02-192-0/+146
* Use the actual class visibility for the ObjC EHTYPE global,John McCall2013-02-191-0/+27
* Test for my last patch. // rdar://13178483Fariborz Jahanian2013-02-181-0/+29
* CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.Douglas Gregor2013-02-181-1/+13
* Ensure that the identifier chains have the most recent declaration after modu...Douglas Gregor2013-02-184-1/+30
* AArch64: add atomic support parameters to TargetInfoTim Northover2013-02-181-0/+5
* Update test cases to account for DIBuilder type changes.David Blaikie2013-02-182-2/+2
* Disable dead stores checker for template instantations. Fixes <rdar://proble...Ted Kremenek2013-02-181-0/+18
* Test ivar-invariant.m: use a more idiomatic RUN line and tighten the testDmitri Gribenko2013-02-171-1/+4
* Remove block names from test case to unbreak release builds.Lang Hames2013-02-171-2/+0
* Re-apply r174919 - smarter copy/move assignment/construction, with fixes forLang Hames2013-02-174-10/+227
* [clang] fix test execution commandSaleem Abdulrasool2013-02-171-1/+1
* [CodeGen] tighten objc ivar invariant.load attributionSaleem Abdulrasool2013-02-171-0/+53
* Fix for ARM: functions don't have extra attributes there, so {{.*}} is ""Dmitri Gribenko2013-02-171-3/+7
* libAnalysis: Add a case for TypeAliasDecl in CFGRecStmtDeclVisitor.Jordan Rose2013-02-161-2/+9
* Don't warn on conversion from NULL to nullptr_tDavid Blaikie2013-02-161-2/+8
* Emit vtables for an extern template class as available_externally, not asRichard Smith2013-02-161-0/+26
* [PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis2013-02-162-0/+32
* Rework the visibility computation algorithm in preparationJohn McCall2013-02-161-15/+29
* Add test case for r175312.Chad Rosier2013-02-151-0/+6
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-1518-85/+85
* libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko2013-02-156-44/+110
* objective-C: Fixes a compiler crash when encodingFariborz Jahanian2013-02-151-0/+18
* Fixed diagnostic nondeterministic order bug (pr14901).Enea Zaffanella2013-02-151-0/+13
* Fix crash-on-invalid where a ParenListExpr shows up as a message receiverArgyrios Kyrtzidis2013-02-151-0/+8
* When a statement is dropped from the AST because it was invalid, make sureArgyrios Kyrtzidis2013-02-151-0/+12
* Sema: Unnest early exit and remove an unnecessary bad cast.Benjamin Kramer2013-02-151-0/+3
* Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...Timur Iskhodzhanov2013-02-152-11/+25
* Update testcases due to Attribute sorting improvements.Bill Wendling2013-02-1514-72/+72
* [analyzer] Don't assert when mixing reinterpret_cast and derived-to-base casts.Jordan Rose2013-02-151-0/+28
* Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."Jordan Rose2013-02-152-3/+103
* Make this test determinstic for my last patch.Fariborz Jahanian2013-02-141-18/+18
* objective-C: When implementing custom accessor method forFariborz Jahanian2013-02-141-1/+23
* [analyzer] Try constant-evaluation for all variables, not just globals.Jordan Rose2013-02-141-0/+27
* [arcmt] Make sure the function has an associated parameter for the argumentArgyrios Kyrtzidis2013-02-141-0/+9
* Mangle extern "C" functions whose names are not simple identifiers.Rafael Espindola2013-02-141-0/+7
* Partially revert r175117 so that we don't break assumptions about howRafael Espindola2013-02-142-9/+7
* merge hasCLanguageLinkage and isExternC. Keep the shorter name.Rafael Espindola2013-02-141-0/+19
* Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fixRafael Espindola2013-02-143-4/+62
* When marking derived classes' virtual methods ODR-used in order to triggerNick Lewycky2013-02-141-0/+17
* objective-C: Make order of ivars which are synthesizedFariborz Jahanian2013-02-131-0/+58
* [ms-inline asm] Add test case for r175083.Chad Rosier2013-02-131-0/+12
* ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,Richard Smith2013-02-131-0/+46
* [libclang] Fix annotation of a range where the begin or end locationArgyrios Kyrtzidis2013-02-131-0/+64
* ... and now fix the +Asserts buildTimur Iskhodzhanov2013-02-131-2/+2
* Fix the microsoft-abi-structors test expectations to match both Release and R...Timur Iskhodzhanov2013-02-131-8/+14
* Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058Timur Iskhodzhanov2013-02-132-11/+62
* Change this comment to helpfully explain why it's there.Nick Lewycky2013-02-131-1/+2
* [analyzer] Use Clang's evaluation for global constants and default arguments.Jordan Rose2013-02-132-12/+50
OpenPOWER on IntegriCloud