summaryrefslogtreecommitdiff
path: root/test/Rewriter
Commit message (Expand)AuthorAgeFilesLines
* Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai2018-06-081-2/+2
* [clang] Remove unit test which uses reverse-iterate flagMandeep Singh Grang2017-08-241-45/+0
* [Objective-C] Fix non-determinism in clangMandeep Singh Grang2017-07-061-0/+45
* [test] Port clang tests to canonicalized booleansMichal Gorny2017-01-251-1/+1
* Specify -std=gnu++98 on some Rewriter tests. NFC.Paul Robinson2016-12-0932-40/+40
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-1/+1
* [Objective-C modern translation]. Patch to fix type ofFariborz Jahanian2015-04-094-22/+22
* Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha2015-03-142-2/+2
* Give some obj-c rewriter tests that use MS pragmas a triple as a speculative fixReid Kleckner2015-03-052-6/+6
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-0/+0
* Objective-C modern rewriter. Patch to fix a rewriting bug Fariborz Jahanian2014-10-283-2/+5
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+2
* Consolidate header inclusion diagnosticsAlp Toker2014-07-111-1/+1
* Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt modeHans Wennborg2014-05-231-17/+0
* An inline function redeclaration does not drop the dllimport attributeHans Wennborg2014-05-221-14/+3
* Reorganize and improve semantic tests for dllexport/importNico Rieck2014-02-221-1/+1
* Use -target instead of ignored -arch to fix x86_64 buildersNico Rieck2014-02-161-1/+1
* Fix broken CHECK linesNico Rieck2014-02-161-1/+1
* Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman2013-12-261-1/+1
* Correct test to target 'unknown'Alp Toker2013-12-021-1/+1
* ObjectiveC modern translator. Fixes a translation bugFariborz Jahanian2013-11-221-1/+26
* ObjectiveC modern rewriter. Rewrite typedefsFariborz Jahanian2013-10-071-0/+20
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-1/+1
* Revert my patch in r191155 to allow forwardFariborz Jahanian2013-09-241-1/+12
* ObjectiveC modern translator: Provide proper cast ofFariborz Jahanian2013-09-171-2/+13
* Modern ObjectiveC translator. Fix translation of Fariborz Jahanian2013-09-091-0/+58
* ObjectiveC modern translator: fix up generated fast enumerationFariborz Jahanian2013-09-051-0/+25
* Adjust clang for change to APFloat::toString.Eli Friedman2013-08-292-4/+4
* Make the information about disabled ARCMT/Rewriter/StaticAnalyzer availableRoman Divacky2013-08-271-0/+2
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-129-12/+12
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-042-4/+4
* Define id to the correct type.Rafael Espindola2013-06-074-5/+5
* Objective-C: Correctly encode 'retain' and 'copy' for readonly properties.Nico Weber2013-05-081-0/+12
* Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith2013-04-301-1/+1
* Objective-C modern rewriter. Fixes a bugFariborz Jahanian2013-04-031-0/+11
* Objective-C modern translator. Don't put line infoFariborz Jahanian2013-03-181-0/+18
* objective-C modern translator: Fixes a mistranslationFariborz Jahanian2013-02-111-0/+26
* objective-C modern translation: Fix another random translation bugFariborz Jahanian2013-02-081-0/+43
* objective-C modern translator. Fixes a trivialFariborz Jahanian2013-02-081-0/+20
* objective-C modern translator. Generate #lineFariborz Jahanian2013-02-081-0/+40
* objective-C modern translator. More fixups for Fariborz Jahanian2013-02-071-0/+48
* objective-C modern translator. Fix up the translatedFariborz Jahanian2013-02-072-6/+62
* -arch is a darwin-specific driver feature, use a triple instead in rewriter t...Benjamin Kramer2012-10-021-3/+1
* Modern translator test. Breakup test into two andFariborz Jahanian2012-10-012-8/+28
* Rename a test I just added.Fariborz Jahanian2012-10-011-0/+0
* objective-C modern translator. Test for producing bothFariborz Jahanian2012-10-011-0/+34
* StmtPrinter: Print floating point literals with the right suffix to disambigu...Benjamin Kramer2012-09-202-2/+2
* Modern objc translator: Fixes a crash in rewriter when rewriting the APIFariborz Jahanian2012-08-211-0/+30
* Remove dependency on string.hFariborz Jahanian2012-06-291-1/+1