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
/
RewriteObjC.cpp
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
1
-4
/
+3
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-20
/
+17
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-47
/
+44
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-15
/
+15
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-53
/
+53
*
Remove trailing space
Fangrui Song
2018-07-30
1
-194
/
+194
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
1
-13
/
+15
*
[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...
NAKAMURA Takumi
2017-10-18
1
-1
/
+1
*
[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...
NAKAMURA Takumi
2017-07-18
1
-0
/
+1
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-03
1
-1
/
+1
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
1
-1
/
+1
*
Pass a char instead of a string to the find function. clang-tidy: performance...
Sylvestre Ledru
2017-01-28
1
-1
/
+1
*
getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.
John McCall
2016-11-29
1
-8
/
+6
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-13
/
+9
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
1
-13
/
+13
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-2
/
+2
*
Fix a couple assertions that can never fire because the condition ANDed with ...
Craig Topper
2016-04-24
1
-1
/
+1
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-45
/
+24
*
Use instance_properties instead of properties. NFC.
Manman Ren
2016-01-26
1
-3
/
+3
*
Fix a couple places where InsertText was being called with a pointer and size...
Craig Topper
2015-10-22
1
-2
/
+2
*
Pass an ArrayRef instead of pointer and size. NFC
Craig Topper
2015-10-22
1
-27
/
+16
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-27
/
+23
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fix a few line endings. NFC.
Yunzhong Gao
2015-05-01
1
-38
/
+38
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-3
/
+3
*
Track the source location of the dot or arrow operator in a MemberExpr.
Aaron Ballman
2015-03-24
1
-42
/
+38
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-3
/
+3
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-3
/
+3
*
[OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
2014-12-16
1
-14
/
+11
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-2
/
+2
*
Remove some redundant virtual specifiers on overriden functions.
David Blaikie
2014-11-14
1
-2
/
+2
*
Remove code duplication and cut dependency from clangRewrite on
Daniel Jasper
2014-10-23
1
-17
/
+6
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-25
1
-18
/
+12
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-6
/
+6
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-6
/
+6
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-6
/
+6
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-0
/
+5952