summaryrefslogtreecommitdiff
path: root/test/Rewriter
AgeCommit message (Expand)Author
2017-08-24[clang] Remove unit test which uses reverse-iterate flagMandeep Singh Grang
2017-07-06 [Objective-C] Fix non-determinism in clangMandeep Singh Grang
2017-01-25[test] Port clang tests to canonicalized booleansMichal Gorny
2016-12-09Specify -std=gnu++98 on some Rewriter tests. NFC.Paul Robinson
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-05-26__declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman
2015-04-09[Objective-C modern translation]. Patch to fix type ofFariborz Jahanian
2015-03-14Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha
2015-03-05Give some obj-c rewriter tests that use MS pragmas a triple as a speculative fixReid Kleckner
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-10-28Objective-C modern rewriter. Patch to fix a rewriting bug Fariborz Jahanian
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2014-07-11Consolidate header inclusion diagnosticsAlp Toker
2014-05-23Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt modeHans Wennborg
2014-05-22An inline function redeclaration does not drop the dllimport attributeHans Wennborg
2014-02-22Reorganize and improve semantic tests for dllexport/importNico Rieck
2014-02-16Use -target instead of ignored -arch to fix x86_64 buildersNico Rieck
2014-02-16Fix broken CHECK linesNico Rieck
2013-12-26Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman
2013-12-02Correct test to target 'unknown'Alp Toker
2013-11-22ObjectiveC modern translator. Fixes a translation bugFariborz Jahanian
2013-10-07ObjectiveC modern rewriter. Rewrite typedefsFariborz Jahanian
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola
2013-09-24Revert my patch in r191155 to allow forwardFariborz Jahanian
2013-09-17ObjectiveC modern translator: Provide proper cast ofFariborz Jahanian
2013-09-09Modern ObjectiveC translator. Fix translation of Fariborz Jahanian
2013-09-05ObjectiveC modern translator: fix up generated fast enumerationFariborz Jahanian
2013-08-29Adjust clang for change to APFloat::toString.Eli Friedman
2013-08-27Make the information about disabled ARCMT/Rewriter/StaticAnalyzer availableRoman Divacky
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-06-07Define id to the correct type.Rafael Espindola
2013-05-08Objective-C: Correctly encode 'retain' and 'copy' for readonly properties.Nico Weber
2013-04-30Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith
2013-04-03Objective-C modern rewriter. Fixes a bugFariborz Jahanian
2013-03-18Objective-C modern translator. Don't put line infoFariborz Jahanian
2013-02-11objective-C modern translator: Fixes a mistranslationFariborz Jahanian
2013-02-08objective-C modern translation: Fix another random translation bugFariborz Jahanian
2013-02-08objective-C modern translator. Fixes a trivialFariborz Jahanian
2013-02-08objective-C modern translator. Generate #lineFariborz Jahanian
2013-02-07objective-C modern translator. More fixups for Fariborz Jahanian
2013-02-07objective-C modern translator. Fix up the translatedFariborz Jahanian
2012-10-02-arch is a darwin-specific driver feature, use a triple instead in rewriter t...Benjamin Kramer
2012-10-01Modern translator test. Breakup test into two andFariborz Jahanian
2012-10-01Rename a test I just added.Fariborz Jahanian
2012-10-01objective-C modern translator. Test for producing bothFariborz Jahanian
2012-09-20StmtPrinter: Print floating point literals with the right suffix to disambigu...Benjamin Kramer
2012-08-21Modern objc translator: Fixes a crash in rewriter when rewriting the APIFariborz Jahanian
2012-06-29Remove dependency on string.hFariborz Jahanian
2012-06-29objective-c modern translator: synthesize argument typeFariborz Jahanian