summaryrefslogtreecommitdiff
path: root/clang/lib/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+1
* Make local function isWhitespaceExceptNL static instead of in anonymous names...Yaron Keren2015-07-281-3/+1
* Rename highly-confusing isWhitespace that returns false on \n toYaron Keren2015-07-271-17/+13
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer2015-04-111-2/+2
* [Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it.Argyrios Kyrtzidis2015-03-081-1/+1
* Trim some includes. NFC.Hans Wennborg2014-10-291-2/+1
* Delete unused method and clangAST dependency it required.Daniel Jasper2014-10-262-10/+0
* [CMake] clangRewrite: Roll back clangAST in libdeps, due to clang::Stmt::prin...NAKAMURA Takumi2014-10-241-0/+1
* Remove code duplication and cut dependency from clangRewrite onDaniel Jasper2014-10-232-22/+0
* Use intrusive refcounted pointers to manage RopeRefCountString lifetime.Benjamin Kramer2014-09-151-9/+5
* Make clang's rewrite engine a core featureAlp Toker2014-07-1619-15072/+23
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-2/+2
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-093-0/+8
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-05-077-275/+276
* write a line marker right before adding included fileLubos Lunak2014-05-011-0/+2
* do not use "1" for line marker for the predefines "file" eitherLubos Lunak2014-05-011-1/+5
* do not use "1" for line marker for the main fileLubos Lunak2014-05-011-2/+5
* revert r207756Lubos Lunak2014-05-011-1/+0
* do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak2014-05-011-7/+1
* write a line marker right before adding included fileLubos Lunak2014-05-011-0/+1
* Make RewriteRope less confusing for me. No intended behavior change.Nico Weber2014-04-231-3/+2
* Objective-C rewriter. Use _WIN64 instead of __LLP64__Fariborz Jahanian2014-04-161-1/+1
* Objective-C modern translator. Fix declaration ofFariborz Jahanian2014-04-011-0/+4
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-172-44/+24
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-156-53/+47
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-142-10/+8
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-141-3/+1
* [C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...Aaron Ballman2014-03-141-4/+2
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-142-24/+8
* [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-141-8/+3
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-131-8/+3
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...Aaron Ballman2014-03-131-2/+2
* [C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...Aaron Ballman2014-03-132-46/+18
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-132-46/+19
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-132-9/+9
* [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