summaryrefslogtreecommitdiff
path: root/lib/Rewrite
Commit message (Expand)AuthorAge
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-09
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* [C++11] Use 'nullptr'.Craig Topper2014-05-07
* write a line marker right before adding included fileLubos Lunak2014-05-01
* do not use "1" for line marker for the predefines "file" eitherLubos Lunak2014-05-01
* do not use "1" for line marker for the main fileLubos Lunak2014-05-01
* revert r207756Lubos Lunak2014-05-01
* do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak2014-05-01
* write a line marker right before adding included fileLubos Lunak2014-05-01
* Make RewriteRope less confusing for me. No intended behavior change.Nico Weber2014-04-23
* Objective-C rewriter. Use _WIN64 instead of __LLP64__Fariborz Jahanian2014-04-16
* Objective-C modern translator. Fix declaration ofFariborz Jahanian2014-04-01
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-17
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-15
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-14
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-13
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-13
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-13
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-12
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-08
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-08
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-07
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-07
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* RewriteObjC: Factor string literal creation into a helper and make sure it ge...Benjamin Kramer2014-02-25
* Update for llvm api change.Rafael Espindola2014-02-24
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-21
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Use the simpler version of llvm::sys::fs::remove when possible.Rafael Espindola2014-01-10
* Implement MSVC header search algorithm in MicrosoftMode.Will Wilson2013-12-27
* Fix raw lex crash and -frewrite-includes noeol-at-eof failureAlp Toker2013-12-13
* [CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi2013-12-10
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-09
* Check the initial line number without going through PresumedLocAlp Toker2013-12-05
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-05
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-05
* Add an assert to make it clear we're on the first lineAlp Toker2013-12-05
* Revert r196372, "do not warn about unknown pragmas in modes that do not handl...NAKAMURA Takumi2013-12-04
* do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak2013-12-04