summaryrefslogtreecommitdiff
path: root/lib/Rewrite
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Remove use of builtin comma operator.Richard Trieu1-2/+4
2016-02-09Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie1-1/+1
2016-01-26Remove autoconf supportChris Bieneman1-18/+0
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+1
2015-07-28Make local function isWhitespaceExceptNL static instead of in anonymous names...Yaron Keren1-3/+1
2015-07-27Rename highly-confusing isWhitespace that returns false on \n toYaron Keren1-17/+13
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-04-11Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer1-2/+2
2015-03-08[Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it.Argyrios Kyrtzidis1-1/+1
2014-10-29Trim some includes. NFC.Hans Wennborg1-2/+1
2014-10-26Delete unused method and clangAST dependency it required.Daniel Jasper2-10/+0
2014-10-24[CMake] clangRewrite: Roll back clangAST in libdeps, due to clang::Stmt::prin...NAKAMURA Takumi1-0/+1
2014-10-23Remove code duplication and cut dependency from clangRewrite onDaniel Jasper2-22/+0
2014-09-15Use intrusive refcounted pointers to manage RopeRefCountString lifetime.Benjamin Kramer1-9/+5
2014-07-16Make clang's rewrite engine a core featureAlp Toker19-15072/+23
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola1-2/+2
2014-06-09Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu3-0/+8
2014-06-04Remove the last remaining llvm/Config/config.h includesAlp Toker1-1/+1
2014-05-07[C++11] Use 'nullptr'.Craig Topper7-275/+276
2014-05-01write a line marker right before adding included fileLubos Lunak1-0/+2
2014-05-01do not use "1" for line marker for the predefines "file" eitherLubos Lunak1-1/+5
2014-05-01do not use "1" for line marker for the main fileLubos Lunak1-2/+5
2014-05-01revert r207756Lubos Lunak1-1/+0
2014-05-01do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak1-7/+1
2014-05-01write a line marker right before adding included fileLubos Lunak1-0/+1
2014-04-23Make RewriteRope less confusing for me. No intended behavior change.Nico Weber1-3/+2
2014-04-16Objective-C rewriter. Use _WIN64 instead of __LLP64__Fariborz Jahanian1-1/+1
2014-04-01Objective-C modern translator. Fix declaration ofFariborz Jahanian1-0/+4
2014-03-17[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2-44/+24
2014-03-15[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper6-53/+47
2014-03-14[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2-10/+8
2014-03-14[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman1-3/+1
2014-03-14[C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...Aaron Ballman1-4/+2
2014-03-14[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2-24/+8
2014-03-14[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman1-8/+3
2014-03-13[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman1-8/+3
2014-03-13[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...Aaron Ballman1-2/+2
2014-03-13[C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...Aaron Ballman2-46/+18
2014-03-13[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2-46/+19
2014-03-13Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2-9/+9
2014-03-13[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2-33/+15
2014-03-12Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg1-1/+2
2014-03-09[C++11] Replace OwningPtr include with <memory>.Ahmed Charles6-6/+6
2014-03-08[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2-10/+3
2014-03-08[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman1-2/+1
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles3-4/+4
2014-03-07Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles1-1/+1
2014-03-07[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2-23/+14