GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Frontend
/
Rewrite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
8
-32
/
+24
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
2
-56
/
+48
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
2
-111
/
+100
*
Pass the function type instead of the return type to FunctionDecl::Create
Jonas Devlieghere
2018-11-11
1
-7
/
+6
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
2
-2
/
+2
*
[modules] Support use of -E on modules built from the command line.
Richard Smith
2018-09-15
1
-3
/
+4
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
2
-30
/
+30
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
2
-112
/
+111
*
Remove trailing space
Fangrui Song
2018-07-30
4
-679
/
+679
*
Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'
Julie Hockett
2018-05-10
1
-2
/
+4
*
Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"
Julie Hockett
2018-05-09
1
-4
/
+2
*
[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective
Julie Hockett
2018-05-09
1
-2
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Fix evaluation of `__has_include_next` during -frewrite-includes.
Volodymyr Sapsai
2018-04-13
1
-14
/
+18
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-2
/
+2
*
[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2018-03-27
1
-12
/
+17
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
2
-2
/
+2
*
Clean up use of C allocation functions
Serge Pavlov
2018-02-21
1
-4
/
+3
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
2
-24
/
+29
*
[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...
NAKAMURA Takumi
2017-10-18
3
-3
/
+3
*
[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...
NAKAMURA Takumi
2017-07-18
3
-0
/
+3
*
[Objective-C] Fix non-determinism in clang
Mandeep Singh Grang
2017-07-06
1
-4
/
+5
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-03
2
-2
/
+2
*
When preprocessing with -frewrite-imports and -fmodule-file=, do not pass all
Richard Smith
2017-06-26
1
-0
/
+2
*
Turn off "disable free" mode when preprocessing imported module files in
Richard Smith
2017-06-20
1
-0
/
+1
*
Support non-identifier module names when preprocessing modules.
Richard Smith
2017-06-19
2
-6
/
+15
*
Attempt to fix shared library build: RewriteFrontend depends on Serialization...
Richard Smith
2017-06-09
1
-0
/
+1
*
Add -frewrite-imports flag.
Richard Smith
2017-06-09
1
-14
/
+104
*
Remove 'Filename' parameter from BeginSourceFileAction.
Richard Smith
2017-06-09
1
-2
/
+1
*
PR32848: There isn't necessarily a FileChanged or FileSkipped for every Inclu...
Richard Smith
2017-06-02
1
-4
/
+3
*
Escape filenames in module map line marker directives, to unbreak Windows bui...
Richard Smith
2017-06-01
1
-2
/
+5
*
Add support for building modules from preprocessed source.
Richard Smith
2017-05-05
1
-0
/
+12
*
Add #pragma clang module begin/end pragmas and generate them when preprocessi...
Richard Smith
2017-05-04
1
-0
/
+30
*
PR26771: don't forget the " 2" (returning from #included file) linemarker aft...
Richard Smith
2017-04-29
1
-14
/
+9
*
Add pragma to perform module import and use it in -E output.
Richard Smith
2017-04-29
1
-4
/
+2
*
Preprocessor: Suppress -Wnonportable-include-path for header maps
Duncan P. N. Exon Smith
2017-04-27
1
-1
/
+1
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
3
-3
/
+3
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
2
-2
/
+2
*
Pass a char instead of a string to the find function. clang-tidy: performance...
Sylvestre Ledru
2017-01-28
2
-2
/
+2
*
getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.
John McCall
2016-11-29
2
-14
/
+13
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
2
-24
/
+18
*
Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini
2016-10-01
2
-4
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
3
-6
/
+4
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
4
-47
/
+54
*
Use more ArrayRefs
David Majnemer
2016-06-24
2
-6
/
+6
*
Delete dead code.
Rafael Espindola
2016-06-21
1
-96
/
+0
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-2
/
+3
*
Fix a couple assertions that can never fire because the condition ANDed with ...
Craig Topper
2016-04-24
2
-2
/
+2
*
[modules] Don't write @import in -E output if the current language mode doesn't
Richard Smith
2016-04-08
1
-1
/
+3
[next]