]> granicus.if.org Git - clang/history - lib/Tooling
[FrontendTests] Try again to make test not write an output file
[clang] / lib / Tooling /
2019-10-22 Kousik KumarRefactor DependencyScanningTool to its own file
2019-10-21 Bjorn PetterssonPrune Pass.h include from DataLayout.h. NFCI
2019-10-18 Michael Liao[tooling] Relax an assert when multiple GPU targets...
2019-10-17 Kousik KumarRevert "Include sanitize blacklist and other extra...
2019-10-17 Kousik KumarInclude sanitize blacklist and other extra deps as...
2019-10-16 Yitzhak Mandelbaum[libTooling] Put all Transformer declarations in a...
2019-10-11 Yitzhak Mandelbaum[libTooling] Move `RewriteRule` abstraction into its...
2019-10-11 Yitzhak Mandelbaum[libTooling] Change Stencil equality to use `toString()`
2019-10-10 Michael Liao[tooling] Fix assertion on MacOSX.
2019-10-10 Michael Liao[tooling] Teach Tooling to understand compilation with...
2019-10-10 Michael J. Spencer[ScanDeps] clang-format, 80 cols.
2019-10-10 Kousik KumarIn openFileForRead don't cache erroneous entries if...
2019-10-10 Yitzhak Mandelbaum[libTooling] Move Transformer files to their own direct...
2019-10-07 Yitzhak Mandelbaum[libTooling] Add `toString` method to the Stencil class
2019-10-04 Haojian Wu[clang-rename] Fix a crash when renaming a class withou...
2019-10-03 Yitzhak Mandelbaum[libTooling] Add various Stencil combinators for expres...
2019-10-02 Benjamin Kramer[Stencil] Hide implementaion detai. NFC.
2019-09-27 Yitzhak Mandelbaum[libTooling] Transformer: refine `SourceLocation` speci...
2019-09-26 Yitzhak Mandelbaum[libTooling] Add `run` combinator to Stencils.
2019-09-25 Paul Hoad[clang-format] Modified SortIncludes and IncludeCategor...
2019-09-25 Yitzhak Mandelbaum[libTooling] Introduce the MatchConsumer abstraction
2019-09-23 Yitzhak Mandelbaum[libTooling] Add `access` and `ifBound` combinators...
2019-09-23 Yitzhak Mandelbaum[libTooling] Introduce new library of source-code builders.
2019-09-21 Alex Lorenz[clang-scan-deps] strip the --serialize-diagnostics...
2019-09-20 Yitzhak Mandelbaum[libTooling] Add `ifBound`, `elseBranch` RangeSelector...
2019-09-13 Alex Lorenz[clang-scan-deps] Fix for headers having the same name...
2019-09-12 Alex Lorenz[clang-scan-deps] remove dots and dots dots from the...
2019-09-11 Alex Lorenz[clang-scan-deps] cast Result to ErrorOr<unique_ptr...
2019-09-11 Alex Lorenz[clang-scan-deps] add skip excluded conditional preproc...
2019-09-04 Ilya Biryukov[Driver] Use shared singleton instance of DriverOptTable
2019-08-30 Alex Lorenz[clang-scan-deps] NFC, remove outdated implementation...
2019-08-30 Dmitri Gribenko[Tooling] Migrated APIs that take ownership of objects...
2019-08-30 Alex Lorenz[clang-scan-deps] NFC, refactor the DependencyScanningW...
2019-08-29 Alex Lorenz[clang-scan-deps] reuse the file manager across invocat...
2019-08-29 Dmitri GribenkoChanged FrontendActionFactory::create to return a std...
2019-08-27 Dmitri GribenkoArrayRef'ized CompilerInvocation::CreateFromArgs
2019-08-20 Johan Vikstrom[Syntax] Added function to get macro expansion tokens...
2019-08-15 David L. Jones[Tooling] Add a hack to work around issues with matcher...
2019-08-14 Jonas Devlieghere[Clang] Migrate llvm::make_unique to std::make_unique
2019-08-14 Yitzhak Mandelbaum[libTooling] Fix code to avoid unused-function warning...
2019-08-14 Shaurya Gupta[Tooling] Added DeclStmtClass to ExtractionSemicolonPolicy
2019-08-13 Shaurya Gupta[Refactor] Moving SourceExtraction header from lib...
2019-08-13 Yitzhak Mandelbaum[libTooling] In Transformer, generalize `applyFirst...
2019-08-08 Shaurya Gupta[Extract] Fixed SemicolonExtractionPolicy for SwitchStm...
2019-08-07 Diego Astiazaran[Tooling] Expose ExecutorConcurrency option.
2019-08-06 Alex Lorenz[clang-scan-deps] Implementation of dependency scanner...
2019-08-06 Ilya Biryukov[Syntax] Do not add a node for 'eof' into the tree
2019-08-05 Rainer OrthMove LangStandard*, InputKind::Language to Basic
2019-08-01 Harlan Haskins[clang] Adopt new FileManager error-returning APIs
2019-07-18 Yitzhak Mandelbaum[LibTooling] Relax Transformer to allow rewriting macro...
2019-07-18 Yitzhak Mandelbaum[LibTooling] Add function to translate and validate...
2019-07-12 Sam McCallRe-land [JSONCompilationDatabase] Strip distcc/ccache...
2019-07-12 Russell GallopRevert "[JSONCompilationDatabase] Strip distcc/ccache...
2019-07-12 Sam McCall[JSONCompilationDatabase] Strip distcc/ccache/gomacc...
2019-07-10 Ilya Biryukov[Syntax] Add assertion to catch invalid tokens early...
2019-07-09 Ilya Biryukov[Syntax] Move roles into a separate enum
2019-07-09 Ilya BiryukovReland r365355: [Syntax] Introduce syntax trees
2019-07-09 Simon PilgrimRevert rL365355 : [Syntax] Introduce syntax trees
2019-07-08 Bill WendlingAdd parentheses to silence warnings.
2019-07-08 Ilya Biryukov[Syntax] Introduce syntax trees
2019-07-03 Fangrui SongChange std::{lower,upper}_bound to llvm::{lower,upper...
2019-07-02 Yitzhak Mandelbaum[LibTooling] Extend `RewriteRule` with support for...
2019-07-02 Kadir Cetinkaya[clang][ArgumentAdjusters] Do not add fsyntax-only...
2019-07-01 Alexander KornienkoFixed two issues in clang-tidy -help.
2019-06-30 Fangrui SongCleanup: llvm::bsearch -> llvm::partition_point after...
2019-06-26 Alex Lorenz[clang-scan-deps] Introduce the DependencyScanning...
2019-06-26 Kadir Cetinkaya[clang][Tooling] Infer target and mode from argv[0...
2019-06-25 Haojian Wu[clangd] Narrow rename to local symbols.
2019-06-24 Ilya Biryukov[Syntax] Do not glue multiple empty PP expansions to...
2019-06-20 Serge Guelton[clang-tidy] Fail gracefully upon empty database fields
2019-06-19 Ilya Biryukov[Syntax] Fix a crash when dumping empty token buffer
2019-06-18 Ilya Biryukov[Syntax] Add a helper to find expansion by its first...
2019-05-29 Yitzhak Mandelbaum[LibTooling] Add `before` and `after` selectors for...
2019-05-25 Nico WeberRename clangToolingRefactor to clangToolingRefactoring...
2019-05-24 Yitzhak Mandelbaum[LibTooling] Add Explanation parameter to `makeRule`.
2019-05-23 Yitzhak Mandelbaum[LibTooling] Fix dangling references in RangeSelector.
2019-05-23 Paul RobinsonWork around a Visual C++ bug.
2019-05-22 Yitzhak Mandelbaum[LibTooling] Update Stencil to use RangeSelector
2019-05-22 Yitzhak Mandelbaum[LibTooling] Update Transformer to use RangeSelector...
2019-05-22 Ilya BiryukovReland r361148 with a fix to the buildbot failure.
2019-05-22 Russell GallopRevert r361148 "[Syntax] Introduce TokenBuffer, start...
2019-05-20 Yitzhak Mandelbaum[LibTooling] Add RangeSelector library for defining...
2019-05-20 Ilya Biryukov[Syntax] Introduce TokenBuffer, start clangToolingSynta...
2019-05-17 Yitzhak Mandelbaum[LibTooling] Add support to Transformer for composing...
2019-05-07 Sam McCall[Tooling] Add -x flags when inferring compile commands...
2019-05-07 Sam McCall[Tooling] Don't mmap the JSONCompilationDatabase, it...
2019-04-30 Yitzhak Mandelbaum[LibTooling] Change Transformer's TextGenerator to...
2019-04-29 Yitzhak Mandelbaum[LibTooling] Fix unneeded use of unique_ptr where share...
2019-04-18 Yitzhak Mandelbaum[LibTooling] Fix build breakage from commit 7b7ce6683ee.
2019-04-18 Yitzhak Mandelbaum[LibTooling] Extend Transformer to support multiple...
2019-04-18 Yitzhak Mandelbaum[LibTooling] Add Stencil library for format-string...
2019-04-17 Haojian Wu[clang-tidy] Add fix descriptions to clang-tidy checks.
2019-04-15 Don Hinton[CommandLineParser] Add DefaultOption flag
2019-04-15 Ilya BiryukovRevert r358337: "[CommandLineParser] Add DefaultOption...
2019-04-15 Eric Liu[Lookup] Invisible decls should not be ambiguous when...
2019-04-13 Don Hinton[CommandLineParser] Add DefaultOption flag
2019-04-05 Sam McCall[Tooling] add a Heuristic field indicating that a Compi...
2019-04-05 Yitzhak Mandelbaum[LibTooling] Add Transformer, a library for source...
2019-04-05 Yitzhak Mandelbaum[LibTooling] Add "SourceCode" library for functions...
2019-04-03 Alexey BataevRevert "[LibTooling] Add Transformer, a library for...
next