summaryrefslogtreecommitdiffstats
path: root/lib/Rewrite
Commit message (Expand)AuthorAgeFilesLines
...
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-132-33/+15
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-121-1/+2
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-096-6/+6
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-082-10/+3
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-081-2/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-073-4/+4
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-071-1/+1
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-072-23/+14
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-262-4/+2
* RewriteObjC: Factor string literal creation into a helper and make sure it ge...Benjamin Kramer2014-02-252-85/+36
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-212-22/+0
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-252-35/+30
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-202-44/+58
* Use the simpler version of llvm::sys::fs::remove when possible.Rafael Espindola2014-01-101-2/+1
* Implement MSVC header search algorithm in MicrosoftMode.Will Wilson2013-12-271-1/+1
* Fix raw lex crash and -frewrite-includes noeol-at-eof failureAlp Toker2013-12-131-5/+5
* [CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi2013-12-102-2/+0
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-092-3/+14
* Check the initial line number without going through PresumedLocAlp Toker2013-12-051-3/+2
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-052-3/+3
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-052-2/+2
* Add an assert to make it clear we're on the first lineAlp Toker2013-12-051-1/+3
* Revert r196372, "do not warn about unknown pragmas in modes that do not handl...NAKAMURA Takumi2013-12-041-1/+7
* do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak2013-12-041-7/+1
* Rewriter: Output RewriteRope contents efficientlyAlp Toker2013-12-021-2/+5
* InclusionRewriter: Avoid duplicated BOM checkAlp Toker2013-11-281-7/+3
* strip UTF-8 BOM in -frewrite-includes (PR#15664)Lubos Lunak2013-11-271-0/+5
* ObjectiveC modern translator. Fixes a translation bugFariborz Jahanian2013-11-221-6/+3
* Fix typo: inccrementallyBenjamin Kramer2013-10-131-1/+1
* 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
* Address review comment on r189557.Eli Friedman2013-09-171-1/+3
* 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-092-28/+28
* ObjectiveC modern translator: fix up generated fast enumerationFariborz Jahanian2013-09-051-18/+23
* Properly escape filenames in line directives.Eli Friedman2013-08-291-1/+3
* Split isFromMainFile into two functions.Eli Friedman2013-08-223-3/+3
* [frontend] '-frewrite-includes' should not ignore headers included from comma...Argyrios Kyrtzidis2013-07-261-1/+12
* avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831)Lubos Lunak2013-07-201-0/+8
* fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795)Lubos Lunak2013-07-201-3/+30
* Update for llvm API change.Rafael Espindola2013-07-161-1/+1
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-051-2/+1
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-6/+4
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-052-20/+20
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-042-16/+16
* Port HTMLDiagnostics to PathV2. No intended functionality change.Benjamin Kramer2013-06-121-2/+1
* Added Lexer::getBufferEnd().Alexander Kornienko2013-06-041-1/+1