index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Frontend
/
Rewrite
/
RewriteObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
1
-9
/
+15
*
RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-05
1
-7
/
+8
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-2
/
+2
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-1
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-5
/
+5
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-06
1
-13
/
+11
*
Revert "Factor out duplicated code building a MemberExpr and marking it" and ...
Benjamin Kramer
2019-06-05
1
-11
/
+13
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-04
1
-13
/
+11
*
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
[next]