aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite
AgeCommit message (Expand)Author
2013-02-16Use trailing documentation comments properlyDmitri Gribenko
2013-02-11objective-C modern translator: Fixes a mistranslationFariborz Jahanian
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
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
2013-01-16Rework the traversal of Objective-C categories and extensions toDouglas Gregor
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-04Fix indent and remove parameter with a matching default value.Chad Rosier
2012-12-21Remove duplicate includes.Roman Divacky
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-13Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-01Make helper classes anonymous. Make helper functions static instead of privat...Benjamin Kramer
2012-12-01Include pruning and general cleanup.Benjamin Kramer
2012-12-01Don't include Type.h in DeclarationName.h.Benjamin Kramer
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-11-28objective-C blocks: Make sure that identical logic is usedFariborz Jahanian
2012-11-16Make libASTMatchers link its dependencies. libRewriteFrontend depends on libR...Benjamin Kramer
2012-11-07objective-C modern translator. Start the lineFariborz Jahanian
2012-11-07modern ObjC translator. Insert line number for @synchronized statements.Fariborz Jahanian
2012-11-06objective-C modern rewriter. Insert line numbers inFariborz Jahanian
2012-11-06RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line direc...NAKAMURA Takumi
2012-11-06Modern objective-C translator: Start adding line info to theFariborz Jahanian
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-11Remove pointless classof()'s.Sean Silva
2012-10-02Silencing an MSVC warning about */ being found outside of a comment.Aaron Ballman
2012-10-02Add FP_CONTRACT support for clang.Lang Hames
2012-09-29For PPCallbacks::InclusionDirective() add a parameter for the module, wheneverArgyrios Kyrtzidis
2012-09-27Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-06Fixing the return type information for objc_sync_enter and objc_sync_exit. P...Aaron Ballman
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-24Push ArrayRef through the Expr hierarchy.Benjamin Kramer
2012-08-21Modern objc translator: Fixes a crash in rewriter when rewriting the APIFariborz Jahanian
2012-08-16Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith
2012-08-02[analyzer] Add Prev/Next links to the HTML output.Jordan Rose
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-25objective-c modern translator. Provide declaration ofFariborz Jahanian
2012-07-16modern objective-c translator: conditionally includeFariborz Jahanian
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-06-29objective-c modern translator: synthesize argument typeFariborz Jahanian
2012-06-29modern objc translator: string.h is unavailable on some non-OSXFariborz Jahanian
2012-06-29objective-c modern translator: Translation into objc_msgSend_stretFariborz Jahanian
2012-06-28objective-c rewriter: refactoring of rewriting ofFariborz Jahanian
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Restructure how the driver communicates information about theJohn McCall