aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Rewriter
AgeCommit message (Expand)AuthorFilesLines
2024-05-06[test] %clang_cc1 -analyze: remove redundant actionsFangrui Song1-1/+1
2024-03-06[clang][NFC] Trim license header comments to 81 characters (#82919)Balazs Benics1-1/+1
2023-08-28[clang] Remove rdar links; NFCAaron Ballman98-144/+12
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini97-12/+143
2023-07-07Remove rdar links; NFCAaron Ballman97-143/+12
2023-05-14[clang] Convert a few tests to opaque pointersSergei Barannikov1-3/+3
2023-02-23[Clang][NFC] Remove pointless defines from test command linesJohn Brawn1-1/+1
2022-08-09Fix -Wbitfield-constant-conversion on 1-bit signed bitfieldShawn Zhong2-3/+3
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman3-4/+10
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-2/+2
2022-02-12Use functions with prototypes when appropriate; NFCAaron Ballman18-48/+48
2021-11-24[NFC][Clang][test] Inclusive language: Remove and rephrase uses of sanity tes...Zarko Todorovski2-3/+3
2021-11-16[NFC][clang] Inclusive language: Rename myMaster in testcaseQuinn Pham1-6/+6
2018-06-08Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai1-2/+2
2017-08-24[clang] Remove unit test which uses reverse-iterate flagMandeep Singh Grang1-45/+0
2017-07-06 [Objective-C] Fix non-determinism in clangMandeep Singh Grang1-0/+45
2017-01-25[test] Port clang tests to canonicalized booleansMichal Gorny1-1/+1
2016-12-09Specify -std=gnu++98 on some Rewriter tests. NFC.Paul Robinson32-40/+40
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman1-1/+1
2015-05-26__declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman1-1/+1
2015-04-09[Objective-C modern translation]. Patch to fix type ofFariborz Jahanian4-22/+22
2015-03-14Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha2-2/+2
2015-03-05Give some obj-c rewriter tests that use MS pragmas a triple as a speculative fixReid Kleckner2-6/+6
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-0/+0
2014-10-28Objective-C modern rewriter. Patch to fix a rewriting bug Fariborz Jahanian3-2/+5
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-1/+2
2014-07-11Consolidate header inclusion diagnosticsAlp Toker1-1/+1
2014-05-23Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt modeHans Wennborg1-17/+0
2014-05-22An inline function redeclaration does not drop the dllimport attributeHans Wennborg1-14/+3
2014-02-22Reorganize and improve semantic tests for dllexport/importNico Rieck1-1/+1
2014-02-16Use -target instead of ignored -arch to fix x86_64 buildersNico Rieck1-1/+1
2014-02-16Fix broken CHECK linesNico Rieck1-1/+1
2013-12-26Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman1-1/+1
2013-12-02Correct test to target 'unknown'Alp Toker1-1/+1
2013-11-22ObjectiveC modern translator. Fixes a translation bugFariborz Jahanian1-1/+26
2013-10-07ObjectiveC modern rewriter. Rewrite typedefsFariborz Jahanian1-0/+20
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola1-1/+1
2013-09-24Revert my patch in r191155 to allow forwardFariborz Jahanian1-1/+12
2013-09-17ObjectiveC modern translator: Provide proper cast ofFariborz Jahanian1-2/+13
2013-09-09Modern ObjectiveC translator. Fix translation of Fariborz Jahanian1-0/+58
2013-09-05ObjectiveC modern translator: fix up generated fast enumerationFariborz Jahanian1-0/+25
2013-08-29Adjust clang for change to APFloat::toString.Eli Friedman2-4/+4
2013-08-27Make the information about disabled ARCMT/Rewriter/StaticAnalyzer availableRoman Divacky1-0/+2
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover9-12/+12
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola2-4/+4
2013-06-07Define id to the correct type.Rafael Espindola4-5/+5
2013-05-08Objective-C: Correctly encode 'retain' and 'copy' for readonly properties.Nico Weber1-0/+12
2013-04-30Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith1-1/+1
2013-04-03Objective-C modern rewriter. Fixes a bugFariborz Jahanian1-0/+11
2013-03-18Objective-C modern translator. Don't put line infoFariborz Jahanian1-0/+18