| Commit message (Expand) | Author | Age | Files | Lines |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -3/+3 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | [clang] Adopt new FileManager error-returning APIs | Harlan Haskins | 2019-08-01 | 1 | -3/+4 |
* | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -2/+2 |
* | [analyzer] [ARCMT] [NFC] Unify entry point into RetainSummaryManager | George Karpenkov | 2019-01-29 | 1 | -24/+33 |
* | [analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple A... | George Karpenkov | 2019-01-25 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as th... | George Karpenkov | 2019-01-10 | 1 | -8/+11 |
* | [analyzer] [NFC] Track object type with ArgEffect in RetainCountChecker. | George Karpenkov | 2019-01-10 | 1 | -17/+18 |
* | [analyzer] [NFC] Move ObjKind into a separate top-level enum in RetainSummary... | George Karpenkov | 2019-01-10 | 1 | -7/+7 |
* | [analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker - try #2 | George Karpenkov | 2018-08-21 | 1 | -2/+2 |
* | Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker" | Bruno Cardoso Lopes | 2018-08-18 | 1 | -2/+2 |
* | [analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker | George Karpenkov | 2018-08-18 | 1 | -2/+2 |
* | [analyzer] [NFC] Move ObjCRetainCount to include/Analysis | George Karpenkov | 2018-08-17 | 1 | -1/+1 |
* | Port getLocEnd -> getEndLoc | Stephen Kelly | 2018-08-09 | 1 | -16/+17 |
* | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -15/+16 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -72/+72 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -2/+2 |
* | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -1/+1 |
* | [ARCMigrate] When applying changes from remap files, disable the 'adjustRemov... | Argyrios Kyrtzidis | 2017-04-28 | 1 | -1/+1 |
* | [objcmt] Fix a buffer overflow crash than can occur while modernizing enums. | Argyrios Kyrtzidis | 2016-07-15 | 1 | -27/+17 |
* | [objcmt] Don't add an #import of Foundation unnecessarily, if the NS_ENUM mac... | Argyrios Kyrtzidis | 2016-07-15 | 1 | -0/+5 |
* | Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ... | Eugene Zelenko | 2016-02-10 | 1 | -11/+7 |
* | [Frontend] Make the memory management of FrontendAction pointers explicit by ... | Argyrios Kyrtzidis | 2016-02-07 | 1 | -2/+3 |
* | Class Property: class property and instance property can have the same name. | Manman Ren | 2016-01-28 | 1 | -1/+2 |
* | Use instance_properties instead of properties. NFC. | Manman Ren | 2016-01-26 | 1 | -2/+2 |
* | Fix funciton->function typo. | Eric Christopher | 2015-12-16 | 1 | -2/+2 |
* | Refactor: Simplify boolean conditional return statements in lib/ARCMigrate | Alexander Kornienko | 2015-11-06 | 1 | -22/+10 |
* | Replace double negation of !FileID.isInvalid() with FileID.isValid(). | Yaron Keren | 2015-10-03 | 1 | -3/+3 |
* | Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali... | Yaron Keren | 2015-10-03 | 1 | -3/+3 |
* | Fix a small bug in clang where generating some temporary files would have an ... | Argyrios Kyrtzidis | 2015-09-09 | 1 | -1/+1 |
* | Remove and forbid raw_svector_ostream::flush() calls. | Yaron Keren | 2015-08-13 | 1 | -2/+0 |
* | Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)... | Benjamin Kramer | 2015-07-02 | 1 | -2/+2 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -5/+5 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -5/+5 |
* | Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types | Benjamin Kramer | 2015-05-29 | 1 | -1/+1 |
* | [modules] Stop trying to fake up a linear MacroDirective history. | Richard Smith | 2015-04-29 | 1 | -22/+18 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -3/+1 |
* | [Objective-C SDK modernizer]. Patch to convert setter/getter | Fariborz Jahanian | 2015-04-02 | 1 | -5/+8 |
* | [SDK modernizer PATCH]. Fixes a bug whereby a call to super | Fariborz Jahanian | 2015-03-23 | 1 | -5/+0 |
* | [SDK modernizer] Patch to fix type of the typed enums when | Fariborz Jahanian | 2015-03-02 | 1 | -3/+3 |
* | Cleanup: remove artificial division between lookup results and const lookup | Richard Smith | 2015-02-21 | 1 | -2/+2 |
* | Objective-C SDK modernizer to use NS_ENUM/NS_OPTIONS macros | Fariborz Jahanian | 2015-01-26 | 1 | -2/+17 |
* | Objective-C moderinzer [qoi], add space on rhs when needed when | Fariborz Jahanian | 2015-01-23 | 1 | -0/+4 |
* | Objective-C modernizer. Avoid using property-dot syntax when | Fariborz Jahanian | 2015-01-23 | 1 | -0/+4 |
* | Objective-C SDK modernizer. When modernizing an enum to | Fariborz Jahanian | 2014-12-10 | 1 | -4/+13 |
* | Objective-C SDK modernizer. Modernize to use | Fariborz Jahanian | 2014-12-09 | 1 | -6/+12 |
* | clang-format a recent commit I made | David Blaikie | 2014-11-19 | 1 | -1/+1 |
* | Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue. | David Blaikie | 2014-11-19 | 1 | -5/+5 |
* | Objective-C SDK modernization tool. Use its own option | Fariborz Jahanian | 2014-10-31 | 1 | -1/+1 |