summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/Frontend/RewriteModernObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* ObjectiveC modern rewriter. Rewrite typedefsFariborz Jahanian2013-10-071-0/+15
* Revert my patch in r191155 to allow forwardFariborz Jahanian2013-09-241-9/+12
* ObjectiveC modern translator: Provide proper cast ofFariborz Jahanian2013-09-171-1/+1
* Remove unused variable.Eli Friedman2013-09-101-1/+0
* Modern ObjectiveC translator. Fix translation of Fariborz Jahanian2013-09-091-36/+26
* Fix constructor-related typos.Benjamin Kramer2013-09-091-14/+14
* ObjectiveC modern translator: fix up generated fast enumerationFariborz Jahanian2013-09-051-18/+23
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-1/+1
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-10/+10
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-8/+8
* Add 178663 back.Rafael Espindola2013-04-031-17/+17
* Revert 178663.Rafael Espindola2013-04-031-17/+17
* Objective-C modern rewriter. Fixes a bugFariborz Jahanian2013-04-031-3/+9
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-17/+17
* Add some assertions to appease the static analyzer.Jordan Rose2013-03-151-2/+1
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-081-34/+25
* objective-C modern translator: Fixes a mistranslationFariborz Jahanian2013-02-111-1/+3
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-1/+2
* objective-C modern translation: Fix another random translation bugFariborz Jahanian2013-02-081-0/+2
* objective-C modern translator. Fixes a trivialFariborz Jahanian2013-02-081-3/+3
* objective-C modern translator. Generate #lineFariborz Jahanian2013-02-081-7/+11
* objective-C modern translator. More fixups for Fariborz Jahanian2013-02-071-2/+23
* objective-C modern translator. Fix up the translatedFariborz Jahanian2013-02-071-28/+265
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-5/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-5/+5
* Fix indent and remove parameter with a matching default value.Chad Rosier2013-01-041-48/+38
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-6/+6
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-6/+6
* Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman2012-12-131-5/+5
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Don't include Type.h in DeclarationName.h.Benjamin Kramer2012-12-011-0/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-6/+7
* objective-C blocks: Make sure that identical logic is usedFariborz Jahanian2012-11-281-1/+1
* objective-C modern translator. Start the lineFariborz Jahanian2012-11-071-1/+1
* modern ObjC translator. Insert line number for @synchronized statements.Fariborz Jahanian2012-11-071-1/+3
* objective-C modern rewriter. Insert line numbers inFariborz Jahanian2012-11-061-11/+44
* RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line direc...NAKAMURA Takumi2012-11-061-1/+1
* Modern objective-C translator: Start adding line info to theFariborz Jahanian2012-11-061-0/+31
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-2/+3
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* Fixing the return type information for objc_sync_enter and objc_sync_exit. P...Aaron Ballman2012-09-061-2/+2
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-0/+7540
OpenPOWER on IntegriCloud