summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* objective-C blocks: Make sure that identical logic is usedFariborz Jahanian2012-11-282-2/+2
* Make libASTMatchers link its dependencies. libRewriteFrontend depends on libR...Benjamin Kramer2012-11-161-0/+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
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-0/+1
* Remove pointless classof()'s.Sean Silva2012-10-112-7/+0
* Silencing an MSVC warning about */ being found outside of a comment.Aaron Ballman2012-10-021-1/+1
* Add FP_CONTRACT support for clang.Lang Hames2012-10-022-3/+5
* For PPCallbacks::InclusionDirective() add a parameter for the module, wheneverArgyrios Kyrtzidis2012-09-291-2/+4
* Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis2012-09-271-2/+2
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-102-2/+2
* Fixing the return type information for objc_sync_enter and objc_sync_exit. P...Aaron Ballman2012-09-062-4/+4
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-0119-63/+116
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-242-42/+25
* Modern objc translator: Fixes a crash in rewriter when rewriting the APIFariborz Jahanian2012-08-211-1/+8
* Store SourceManager pointer on PrintingPolicy in the case where we're dumping,Richard Smith2012-08-162-11/+8
* [analyzer] Add Prev/Next links to the HTML output.Jordan Rose2012-08-021-1/+2
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+3
* objective-c modern translator. Provide declaration ofFariborz Jahanian2012-07-251-6/+3
* modern objective-c translator: conditionally includeFariborz Jahanian2012-07-161-1/+5
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+1
* objective-c modern translator: synthesize argument typeFariborz Jahanian2012-06-291-6/+7
* modern objc translator: string.h is unavailable on some non-OSXFariborz Jahanian2012-06-291-1/+1
* objective-c modern translator: Translation into objc_msgSend_stretFariborz Jahanian2012-06-291-40/+115
* objective-c rewriter: refactoring of rewriting ofFariborz Jahanian2012-06-281-25/+45
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-3/+9
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* Documentation cleanup: Escaped backslashes in Doxygen comments.James Dennett2012-06-151-1/+1
* Fix crash on missing header in -rewrite-includes.David Blaikie2012-06-141-1/+2
* Rename -rewrite-includes to -frewrite-includes.David Blaikie2012-06-141-3/+3
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-102-15/+14
* Replace a char counting helper function with std::count.Benjamin Kramer2012-06-091-12/+2
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-081-5/+5
* Disable _Pragma during HTML macro rewriting to keep from crashing.Jordan Rose2012-06-081-1/+7
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-062-19/+19
* Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie2012-06-063-0/+380
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-022-2/+2
* clang/lib/Rewrite/Rewriter.cpp: Don't try to rename opened files on Win32. Wi...NAKAMURA Takumi2012-05-271-0/+4
* cleanup some code.Fariborz Jahanian2012-05-241-3/+2
* modern objc translation: Add translation of @autoreleasepoolFariborz Jahanian2012-05-231-0/+25
* Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek2012-05-221-1/+69
* Modern objective-c translation. Translating defaultFariborz Jahanian2012-05-081-19/+74
* modern objc translation. objc_getClass() and objc_getMetaClass()Fariborz Jahanian2012-05-081-17/+14
* Revert r156097, which appears to be causing some breakage.Douglas Gregor2012-05-071-2/+2
* objc modern translator: fix up attribute for dynamic property in a category.Fariborz Jahanian2012-05-031-1/+1
* modern objc translator: support for default propertyFariborz Jahanian2012-05-031-15/+31
* modern objc translator: used size_t in coupleFariborz Jahanian2012-05-031-2/+2
OpenPOWER on IntegriCloud