aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-03fix trivial typos in comments; NFCHiroshi Inoue1-1/+1
2017-03-30Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim1-1/+1
2017-03-27Encapsulate FPOptions and use it consistentlyAdam Nemet1-1/+1
2017-01-28Pass a char instead of a string to the find function. clang-tidy: performance...Sylvestre Ledru1-1/+1
2016-11-29getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.John McCall1-8/+6
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-13/+9
2016-07-15Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne1-13/+13
2016-06-24Use more ArrayRefsDavid Majnemer1-2/+2
2016-04-24Fix a couple assertions that can never fire because the condition ANDed with ...Craig Topper1-1/+1
2016-02-10Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko1-45/+24
2016-01-26Use instance_properties instead of properties. NFC.Manman Ren1-3/+3
2015-10-22Fix a couple places where InsertText was being called with a pointer and size...Craig Topper1-2/+2
2015-10-22Pass an ArrayRef instead of pointer and size. NFCCraig Topper1-27/+16
2015-10-20Roll-back r250822.Angel Garcia Gomez1-2/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+2
2015-07-02Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer1-27/+23
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-01Fix a few line endings. NFC.Yunzhong Gao1-38/+38
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-3/+3
2015-03-24Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman1-42/+38
2015-01-12Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev1-3/+3
2014-12-16Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev1-3/+3
2014-12-16[OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev1-14/+11
2014-11-19Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie1-2/+2
2014-11-14Remove some redundant virtual specifiers on overriden functions.David Blaikie1-2/+2
2014-10-23Remove code duplication and cut dependency from clangRewrite onDaniel Jasper1-17/+6
2014-08-25Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper1-18/+12
2014-08-17Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper1-2/+2
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie1-6/+6
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie1-6/+6
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie1-6/+6
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-0/+5952