]> granicus.if.org Git - clang/history - lib/Rewrite
[Modules] In case of lock timeout, fallback and build module
[clang] / lib / Rewrite /
2016-10-07 Artem Dergachev[analyzer] Re-apply r283092, attempt no.4, chunk no...
2016-10-07 Artem DergachevRevert "[analyzer] Try to re-apply r283092 "Extend...
2016-10-07 Artem Dergachev[analyzer] Try to re-apply r283092 "Extend bug reports...
2016-10-04 Vitaly BukaRevert "[analyzer] Extend bug reports with extra notes...
2016-10-03 Artem Dergachev[analyzer] Extend bug reports with extra notes
2016-10-01 Mehdi AminiUse StringRef for MemoryBuffer identifier API (NFC)
2016-09-15 Artem Dergachev[analyzer] Fix HTMLRewriter style sheets to support...
2016-02-18 Richard TrieuRemove use of builtin comma operator.
2016-02-09 David BlaikieSimplify EnterTokenStream API to make it more robust...
2016-01-26 Chris BienemanRemove autoconf support
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-07-28 Yaron KerenMake local function isWhitespaceExceptNL static instead...
2015-07-27 Yaron KerenRename highly-confusing isWhitespace that returns false...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-03-08 Argyrios Kyrtzidis[Rewrite] Make RewriteBuffer accessible on its own...
2014-10-29 Hans WennborgTrim some includes. NFC.
2014-10-26 Daniel JasperDelete unused method and clangAST dependency it required.
2014-10-24 NAKAMURA Takumi[CMake] clangRewrite: Roll back clangAST in libdeps...
2014-10-23 Daniel JasperRemove code duplication and cut dependency from clangRe...
2014-09-15 Benjamin KramerUse intrusive refcounted pointers to manage RopeRefCoun...
2014-07-16 Alp TokerMake clang's rewrite engine a core feature
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-09 Richard TrieuRemoving an "if (this == nullptr)" check from two print...
2014-06-04 Alp TokerRemove the last remaining llvm/Config/config.h includes
2014-05-07 Craig Topper[C++11] Use 'nullptr'.
2014-05-01 Lubos Lunakwrite a line marker right before adding included file
2014-05-01 Lubos Lunakdo not use "1" for line marker for the predefines ...
2014-05-01 Lubos Lunakdo not use "1" for line marker for the main file
2014-05-01 Lubos Lunakrevert r207756
2014-05-01 Lubos Lunakdo not warn about unknown pragmas in modes that do...
2014-05-01 Lubos Lunakwrite a line marker right before adding included file
2014-04-23 Nico WeberMake RewriteRope less confusing for me. No intended...
2014-04-16 Fariborz JahanianObjective-C rewriter. Use _WIN64 instead of __LLP64__
2014-04-01 Fariborz JahanianObjective-C modern translator. Fix declaration of
2014-03-17 Aaron Ballman[C++11] Replacing FunctionProtoType iterators param_typ...
2014-03-15 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-14 Aaron Ballman[C++11] Replacing BlockDecl iterators capture_begin...
2014-03-14 Aaron Ballman[C++11] Replacing DeclStmt iterators decl_begin() and...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCImplementationDecl iterators...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCCategoryDecl iterators propimpl_b...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCCategoryDecl iterators protocol_b...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCProtocolDecl iterators protocol_b...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCInterfaceDecl iterators protocol_...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCContainerDecl iterators classmeth...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCContainerDecl iterators instmeth_...
2014-03-13 Aaron BallmanRenaming the recently-created (r203830) props() range...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCContainerDecl iterators prop_begi...
2014-03-12 Hans WennborgCheck for LLVM_ON_WIN32 instead of _WIN32.
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-08 Aaron Ballman[C++11] Replacing RecordDecl iterators field_begin...
2014-03-08 Aaron Ballman[C++11] Replacing EnumDecl iterators enumerator_begin...
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-07 Ahmed CharlesReplace OwningPtr::isValid() with conversion to bool.
2014-03-07 Aaron Ballman[C++11] Replacing ObjCMethodDecl iterators param_begin...
2014-02-26 NAKAMURA Takumi[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-25 Benjamin KramerRewriteObjC: Factor string literal creation into a...
2014-02-24 Rafael EspindolaUpdate for llvm api change.
2014-02-21 NAKAMURA Takumi[CMake] Get rid of explicit dependencies to include...
2014-01-25 Alp TokerRename getResultType() on function and method declarati...
2014-01-20 Alp TokerRename FunctionProtoType accessors from 'arguments...
2014-01-10 Rafael EspindolaUse the simpler version of llvm::sys::fs::remove when...
2013-12-27 Will WilsonImplement MSVC header search algorithm in MicrosoftMode.
2013-12-13 Alp TokerFix raw lex crash and -frewrite-includes noeol-at-eof...
2013-12-10 NAKAMURA Takumi[CMake] clang/lib: Prune redundant dependencies.
2013-12-09 NAKAMURA Takumi[CMake] clang/lib: Satisfy dependencies to add *actuall...
2013-12-05 Alp TokerCheck the initial line number without going through...
2013-12-05 Alp TokerFix a tranche of comment, test and doc typos
2013-12-05 Alp TokerCorrect hyphenations in comments and assert messages
2013-12-05 Alp TokerAdd an assert to make it clear we're on the first line
2013-12-04 NAKAMURA TakumiRevert r196372, "do not warn about unknown pragmas...
2013-12-04 Lubos Lunakdo not warn about unknown pragmas in modes that do...
2013-12-02 Alp TokerRewriter: Output RewriteRope contents efficiently
2013-11-28 Alp TokerInclusionRewriter: Avoid duplicated BOM check
2013-11-27 Lubos Lunakstrip UTF-8 BOM in -frewrite-includes (PR#15664)
2013-11-22 Fariborz JahanianObjectiveC modern translator. Fixes a translation bug
2013-10-13 Benjamin KramerFix typo: inccrementally
2013-10-07 Fariborz JahanianObjectiveC modern rewriter. Rewrite typedefs
2013-09-24 Fariborz JahanianRevert my patch in r191155 to allow forward
2013-09-17 Fariborz JahanianObjectiveC modern translator: Provide proper cast of
2013-09-17 Eli FriedmanAddress review comment on r189557.
2013-09-10 Eli FriedmanRemove unused variable.
2013-09-09 Fariborz JahanianModern ObjectiveC translator. Fix translation of
2013-09-09 Benjamin KramerFix constructor-related typos.
2013-09-05 Fariborz JahanianObjectiveC modern translator: fix up generated fast...
2013-08-29 Eli FriedmanProperly escape filenames in line directives.
2013-08-22 Eli FriedmanSplit isFromMainFile into two functions.
2013-07-26 Argyrios Kyrtzidis[frontend] '-frewrite-includes' should not ignore heade...
2013-07-20 Lubos Lunakavoid bogus warnings about "unknown" pragmas with ...
2013-07-20 Lubos Lunakfix sometimes incorrect line numbers in -frewrite-inclu...
2013-07-16 Rafael EspindolaUpdate for llvm API change.
2013-07-05 Rafael EspindolaUse llvm::sys::fs::createUniqueFile.
2013-07-05 Rafael EspindolaUse llvm::sys::fs::createTemporaryFile.
2013-07-05 Craig TopperUse SmallVectorImpl& for function arguments instead...
2013-07-04 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-06-12 Benjamin KramerPort HTMLDiagnostics to PathV2. No intended functionali...
2013-06-04 Alexander KornienkoAdded Lexer::getBufferEnd().
2013-05-15 David BlaikieUse only explicit bool conversion operator
next