summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-5/+5
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-061-30/+24
* Revert "Factor out duplicated code building a MemberExpr and marking it" and ...Benjamin Kramer2019-06-051-24/+30
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-041-30/+24
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-211-36/+31
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-211-64/+56
* Pass the function type instead of the return type to FunctionDecl::CreateJonas Devlieghere2018-11-111-7/+6
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-15/+15
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-59/+58
* Remove trailing spaceFangrui Song2018-07-301-482/+482
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-11/+14
* [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...NAKAMURA Takumi2017-10-181-1/+1
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-181-0/+1
* [Objective-C] Fix non-determinism in clangMandeep Singh Grang2017-07-061-4/+5
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-031-1/+1
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-1/+1
* Pass a char instead of a string to the find function. clang-tidy: performance...Sylvestre Ledru2017-01-281-1/+1
* getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.John McCall2016-11-291-6/+7
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-11/+9
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-14/+17
* Use more ArrayRefsDavid Majnemer2016-06-241-4/+4
* Delete dead code.Rafael Espindola2016-06-211-96/+0
* Fix a couple assertions that can never fire because the condition ANDed with ...Craig Topper2016-04-241-1/+1
* [Objective-c] Stop attaching section "datacoal_nt" to global variables.Akira Hatanaka2016-02-111-1/+1
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-43/+11
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-6/+9
* Fix a couple places where InsertText was being called with a pointer and size...Craig Topper2015-10-221-3/+3
* Pass an ArrayRef instead of pointer and size. NFCCraig Topper2015-10-221-41/+22
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-18/+14
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* [Objective-C modern translation]. Patch to fix type ofFariborz Jahanian2015-04-091-97/+97
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-103/+94
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-3/+3
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-3/+3
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-161-14/+11
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-2/+2
* Objective-C modern rewriter. Patch to fix a rewriting bug Fariborz Jahanian2014-10-281-0/+4
* Remove code duplication and cut dependency from clangRewrite onDaniel Jasper2014-10-231-17/+6
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-251-18/+11
OpenPOWER on IntegriCloud