index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Tooling
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-scan-deps] Fix for headers having the same name as a directory
Alex Lorenz
2019-09-13
1
-0
/
+3
*
[clang-scan-deps] remove dots and dots dots from the reported file dependency...
Alex Lorenz
2019-09-12
1
-2
/
+6
*
[clang-scan-deps] cast Result to ErrorOr<unique_ptr<vfs::File>> explicitly to...
Alex Lorenz
2019-09-11
1
-1
/
+2
*
[clang-scan-deps] add skip excluded conditional preprocessor block preprocess...
Alex Lorenz
2019-09-11
3
-11
/
+50
*
[Driver] Use shared singleton instance of DriverOptTable
Ilya Biryukov
2019-09-04
2
-6
/
+5
*
[clang-scan-deps] NFC, remove outdated implementation comment
Alex Lorenz
2019-08-30
1
-1
/
+0
*
[Tooling] Migrated APIs that take ownership of objects to unique_ptr
Dmitri Gribenko
2019-08-30
1
-15
/
+14
*
[clang-scan-deps] NFC, refactor the DependencyScanningWorker to use a consumer
Alex Lorenz
2019-08-30
1
-35
/
+39
*
[clang-scan-deps] reuse the file manager across invocations of
Alex Lorenz
2019-08-29
3
-5
/
+12
*
Changed FrontendActionFactory::create to return a std::unique_ptr
Dmitri Gribenko
2019-08-29
1
-5
/
+10
*
ArrayRef'ized CompilerInvocation::CreateFromArgs
Dmitri Gribenko
2019-08-27
1
-3
/
+1
*
[Syntax] Added function to get macro expansion tokens to TokenBuffer.
Johan Vikstrom
2019-08-20
1
-0
/
+15
*
[Tooling] Add a hack to work around issues with matcher binding in r368681.
David L. Jones
2019-08-15
1
-2
/
+4
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
16
-28
/
+28
*
[libTooling] Fix code to avoid unused-function warning after r368681.
Yitzhak Mandelbaum
2019-08-14
1
-0
/
+2
*
[Tooling] Added DeclStmtClass to ExtractionSemicolonPolicy
Shaurya Gupta
2019-08-14
1
-0
/
+1
*
[Refactor] Moving SourceExtraction header from lib to include
Shaurya Gupta
2019-08-13
3
-53
/
+2
*
[libTooling] In Transformer, generalize `applyFirst` to admit rules with inco...
Yitzhak Mandelbaum
2019-08-13
1
-60
/
+47
*
[Extract] Fixed SemicolonExtractionPolicy for SwitchStmt and SwitchCase
Shaurya Gupta
2019-08-08
1
-1
/
+4
*
[Tooling] Expose ExecutorConcurrency option.
Diego Astiazaran
2019-08-07
1
-1
/
+1
*
[clang-scan-deps] Implementation of dependency scanner over minimized sources
Alex Lorenz
2019-08-06
4
-13
/
+279
*
[Syntax] Do not add a node for 'eof' into the tree
Ilya Biryukov
2019-08-06
1
-4
/
+8
*
Move LangStandard*, InputKind::Language to Basic
Rainer Orth
2019-08-05
1
-15
/
+8
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
2
-6
/
+10
*
[LibTooling] Relax Transformer to allow rewriting macro expansions
Yitzhak Mandelbaum
2019-07-18
1
-34
/
+6
*
[LibTooling] Add function to translate and validate source range for editing
Yitzhak Mandelbaum
2019-07-18
1
-0
/
+34
*
Re-land [JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from pa...
Sam McCall
2019-07-12
1
-4
/
+46
*
Revert "[JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from pa...
Russell Gallop
2019-07-12
1
-46
/
+4
*
[JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from parsed com...
Sam McCall
2019-07-12
1
-4
/
+46
*
[Syntax] Add assertion to catch invalid tokens early. NFC
Ilya Biryukov
2019-07-10
1
-0
/
+6
*
[Syntax] Move roles into a separate enum
Ilya Biryukov
2019-07-09
3
-12
/
+20
*
Reland r365355: [Syntax] Introduce syntax trees
Ilya Biryukov
2019-07-09
4
-0
/
+454
*
Revert rL365355 : [Syntax] Introduce syntax trees
Simon Pilgrim
2019-07-09
4
-454
/
+0
*
Add parentheses to silence warnings.
Bill Wendling
2019-07-08
1
-6
/
+6
*
[Syntax] Introduce syntax trees
Ilya Biryukov
2019-07-08
4
-0
/
+454
*
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...
Fangrui Song
2019-07-03
1
-2
/
+1
*
[LibTooling] Extend `RewriteRule` with support for adding includes.
Yitzhak Mandelbaum
2019-07-02
1
-4
/
+22
*
[clang][ArgumentAdjusters] Do not add fsyntax-only if already exists
Kadir Cetinkaya
2019-07-02
1
-1
/
+5
*
Fixed two issues in clang-tidy -help.
Alexander Kornienko
2019-07-01
1
-1
/
+1
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-4
/
+4
*
[clang-scan-deps] Introduce the DependencyScanning library with the
Alex Lorenz
2019-06-26
4
-1
/
+178
*
[clang][Tooling] Infer target and mode from argv[0] when using JSONCompilatio...
Kadir Cetinkaya
2019-06-26
3
-1
/
+63
*
[clangd] Narrow rename to local symbols.
Haojian Wu
2019-06-25
1
-0
/
+2
*
[Syntax] Do not glue multiple empty PP expansions to a single mapping
Ilya Biryukov
2019-06-24
1
-53
/
+130
*
[clang-tidy] Fail gracefully upon empty database fields
Serge Guelton
2019-06-20
2
-3
/
+5
*
[Syntax] Fix a crash when dumping empty token buffer
Ilya Biryukov
2019-06-19
1
-3
/
+3
*
[Syntax] Add a helper to find expansion by its first spelled token
Ilya Biryukov
2019-06-18
1
-0
/
+26
*
[LibTooling] Add `before` and `after` selectors for selecting point-ranges re...
Yitzhak Mandelbaum
2019-05-29
1
-0
/
+22
*
Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...
Nico Weber
2019-05-25
1
-1
/
+1
*
[LibTooling] Add Explanation parameter to `makeRule`.
Yitzhak Mandelbaum
2019-05-24
1
-4
/
+4
[next]