]> granicus.if.org Git - clang/history - lib/Tooling
[Modules] In case of lock timeout, fallback and build module
[clang] / lib / Tooling /
2017-03-08 Eric LiuAdd missing implementation for AtomicChange::replace...
2017-03-01 Eric LiuIntroducing clang::tooling::AtomicChange for refactorin...
2017-01-17 Antonio Maioranoclang-format: Make GetStyle return Expected<FormatStyle...
2017-01-13 David Blaikieunique_ptrify createDriverOptTable
2017-01-06 David BlaikieReapply "IntrusiveRefCntPtr -> std::shared_ptr for...
2017-01-06 David BlaikieRevert "IntrusiveRefCntPtr -> std::shared_ptr for Compi...
2017-01-05 David BlaikieIntrusiveRefCntPtr -> std::shared_ptr for CompilerInvoc...
2017-01-03 Alexander Kornienko[clang-tidy] Add check name to YAML export
2016-12-23 Piotr PadlewskiUse after move bug fixes
2016-12-13 Alexander KornienkoRemove deprecated methods ast_matchers::BoundNodes...
2016-12-01 Joerg SonnenbergerExtend CompilationDatabase by a field for the output...
2016-11-25 Joerg SonnenbergerTypo.
2016-11-25 Eric LiuDo not do raw name replacement when FromDecl is a class...
2016-11-25 Eric LiuConsider nested namespaces in the canonical namespace...
2016-11-22 Eric LiuMake llvm::Error generated from replacement interfaces...
2016-11-07 Eric LiuDeduplicate replacements by FileEntry instead of file...
2016-11-03 Malcolm ParsonsRemove redundant calls to std::string::data()
2016-10-14 Eric LiuDeduplicate sets of replacements by file names.
2016-10-06 Mehdi AminiUse llvm::raw_string_ostream instead of std::stringstre...
2016-10-01 Mehdi AminiUse StringRef in Registry API (NFC)
2016-09-30 Alexander ShaposhnikovAdd missing std::move in Replacements::add
2016-09-28 Eric LiuTrying to buildbot failures caused by r282577.
2016-09-28 Eric LiuMerge conflicting replacements when they are order...
2016-09-19 Eric LiuRecommit r281457 "Supports adding insertion around...
2016-09-17 Eric LiuWhen replacements have the same offset, make replacemen...
2016-09-14 Artem BelevichRevert r281457 "Supports adding insertion around non...
2016-09-14 Eric LiuSupports adding insertion around non-insertion replacem...
2016-08-31 NAKAMURA TakumiclangTooling: Update libdeps: LLVMOptions, since r280118.
2016-08-31 NAKAMURA TakumiclangTooling depends on ClangDriverOptions since r280118.
2016-08-30 Richard TrieuFix memory leak by storing returned pointer in std...
2016-08-30 Olivier GoffartFix colored diagnostics from tools
2016-08-18 Zachary TurnerFix json compilation database syntax on non-Windows.
2016-08-18 Zachary TurnerResubmit "[Tooling] Parse compilation database command...
2016-08-17 Zachary TurnerRevert "[Tooling] Parse compilation database command...
2016-08-17 Zachary Turner[Tooling] Parse compilation database command lines...
2016-08-08 Eric LiuFixes calculateRangesAfterReplacements crash when Repla...
2016-08-05 John BrawnReapply r276973 "Adjust Registry interface to not requi...
2016-08-03 Manuel KlimekFix bug in conflict check for Replacements::add().
2016-08-03 Manuel KlimekFix quadratic runtime when adding items to tooling...
2016-08-01 Eric LiuImplement tooling::Replacements as a class.
2016-07-28 John BrawnRevert r276973 "Adjust Registry interface to not requir...
2016-07-28 John BrawnReapply r276856 "Adjust Registry interface to not requi...
2016-07-27 John BrawnRevert r276856 "Adjust Registry interface to not requir...
2016-07-27 John BrawnAdjust Registry interface to not require plugins to...
2016-07-26 Eric Liu[Tooling] skip anonymous namespaces when checking if...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-11 Eric LiuMake tooling::applyAllReplacements return llvm::Expecte...
2016-07-07 David Majnemer[AST] Use ArrayRef in more interfaces
2016-06-29 Siva Chandra[Tooling] Add optional argument to getFullyQualifiedNam...
2016-06-28 Artur PilipenkoNFC. Test commit, remove a redundant empty line in...
2016-06-21 Eric LiuTrying to fix a buffer overflow that broke buildbot...
2016-06-21 Eric LiuAdded calculateRangesAfterReplaments() to calculate...
2016-06-15 Benjamin KramerApply some suggestions from clang-tidy's performance...
2016-06-12 Benjamin KramerAdd some std::move where the value is only read otherwise.
2016-05-29 Benjamin KramerAvoid unnecessary std::string copies. NFC.
2016-05-27 Benjamin KramerApply clang-tidy's misc-move-constructor-init throughou...
2016-05-11 Etienne Bergeron[tooling] FixItHint Tooling refactoring
2016-05-09 Richard SmithWhen forming a fully-qualified type name, put any quali...
2016-04-21 Benjamin Kramer[Tooling] Inject -resource-dir instead of overwriting...
2016-04-20 Chaoren Lin[Tooling] Fix getting fully qualified names of template...
2016-03-29 Eric LiuAdded formatAndApplyAllReplacements that works on multi...
2016-03-01 Manuel KlimekAdd functions to apply replacements and reformat them.
2016-02-29 Manuel KlimekRevert "Implement new interfaces for code-formatting...
2016-02-29 Manuel KlimekImplement new interfaces for code-formatting when apply...
2016-02-23 Nico WeberRename Action::begin() to Action::input_begin().
2016-02-23 Alexander KornienkoPrint options, if requested.
2016-02-16 Reid KlecknerStop using "template" when printing qualtype names
2016-02-11 David MajnemerRemove unused includes
2016-02-10 Reid KlecknerSilence some MSVC false positive warnings about integer...
2016-02-09 Richard SmithAdd Tooling functionality to get a name for a QualType...
2016-01-29 Benjamin KramerAdd an optional ToolName argument to runToolOnCodeWithA...
2016-01-26 Chris BienemanRemove autoconf support
2015-12-03 Manuel KlimekAdd fall-back mode for clang tools.
2015-11-23 Daniel JasperFix calculation of shifted cursor/code positions. Speci...
2015-11-05 Alexander KornienkoMake ArgumentAdjuster aware of the current file being...
2015-10-22 Benjamin KramerUnbreak the shared cmake build. libToolingCore now...
2015-10-22 Benjamin Kramer[Tooling] Add a utility function to replace one nested...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-20 Benjamin KramerRevert accidental commit. This isn't ready yet.
2015-10-20 Benjamin KramerPut back dead code that's used out-of-tree.
2015-10-09 Benjamin Kramer[VFS] Wire up driver VFS through tooling.
2015-10-09 Benjamin Kramer[VFS] Port tooling to use the in-memory file system.
2015-10-06 Benjamin Kramer[Tooling] Don't run a tool invocation without a FileMan...
2015-10-06 Benjamin Kramer[Tooling] Reuse FileManager in ASTUnit.
2015-10-06 Benjamin Kramer[Tooling] Remove dead code.
2015-10-06 Manuel KlimekAdds a way for tools to deduce the target config from...
2015-10-06 Benjamin Kramer[VFS] Port applyAllReplacements to InMemoryFileSystem.
2015-09-23 Daniel JasperFix bad iterator access.
2015-09-23 Daniel Jasperclang-format: Add initial #include sorting capabilities.
2015-09-22 Argyrios Kyrtzidis[tooling] Provide the compile commands of the JSON...
2015-09-11 Argyrios Kyrtzidis[tooling] In CompileCommand, Expose the 'file' that...
2015-09-08 Manuel KlimekFix performance regression when running clang tools.
2015-08-17 Alexander Kornienko[clang-tidy] Make NumOccurrenceFlag for SourcePaths...
2015-08-14 Manuel KlimekAdd structed way to express command line options in...
2015-08-07 Yaron KerenUse LLVM_ATTRIBUTE_UNUSED to hide gcc 5.1 unused variab...
2015-08-07 Yaron KerenSilence tools/clang/lib/Tooling/CompilationDatabase...
2015-07-02 Justin BognerDriver: Remove the Job class. NFC
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
next