| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -19/+19 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -2/+2 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -5/+0 |
* | Refactor: Simplify boolean conditional return statements in lib/ARCMigrate | Alexander Kornienko | 2015-11-06 | 1 | -4/+1 |
* | Watch and TV OS: wire up basic ABI choices | Tim Northover | 2015-10-30 | 1 | -1/+2 |
* | Define weak and __weak to mean ARC-style weak references, even in MRC. | John McCall | 2015-10-22 | 1 | -1/+1 |
* | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | 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 |
* | [modules] Stop trying to fake up a linear MacroDirective history. | Richard Smith | 2015-04-29 | 1 | -5/+3 |
* | Provide and use a safe Token::getRawIdentifier() accessor | Alp Toker | 2014-05-17 | 1 | -6/+3 |
* | [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite... | Aaron Ballman | 2014-03-17 | 1 | -3/+2 |
* | [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e... | Aaron Ballman | 2014-03-13 | 1 | -5/+2 |
* | Replacing calls to getAttr with calls to hasAttr for clarity. No functional c... | Aaron Ballman | 2013-12-19 | 1 | -1/+1 |
* | ObjectiveC migrator: fixes a bug when in NS_ENUM/NS_OPTIONS | Fariborz Jahanian | 2013-10-11 | 1 | -5/+11 |
* | Clean up some Triple usage in clang. | Cameron Esfahani | 2013-09-14 | 1 | -1/+1 |
* | Cleanup handling of UniqueExternalLinkage. | Rafael Espindola | 2013-05-13 | 1 | -2/+2 |
* | Add a hasExternalLinkage helper. No functionality change. | Rafael Espindola | 2013-03-07 | 1 | -2/+2 |
* | [arcmt] Allow removing an -autorelease of a variable initialized in the previ... | Argyrios Kyrtzidis | 2013-01-04 | 1 | -3/+12 |
* | [arcmt] Adds brackets in case statements that "contain" initialization of ret... | Argyrios Kyrtzidis | 2013-01-04 | 1 | -0/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Don't include Type.h in DeclarationName.h. | Benjamin Kramer | 2012-12-01 | 1 | -1/+2 |
* | s/tranform/transform/ | Benjamin Kramer | 2012-11-14 | 1 | -1/+1 |
* | Fix undefined behavior: member function calls where 'this' is a null pointer. | Richard Smith | 2012-08-23 | 1 | -1/+1 |
* | Screw around with ObjCRuntime some more, changing the | John McCall | 2012-08-21 | 1 | -1/+1 |
* | Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. | Benjamin Kramer | 2012-07-04 | 1 | -4/+5 |
* | [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_... | Argyrios Kyrtzidis | 2012-06-01 | 1 | -0/+8 |
* | [arcmt] Remove an unused -autorelease, without failing with error, for this | Argyrios Kyrtzidis | 2012-05-23 | 1 | -0/+42 |
* | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -2/+2 |
* | Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They ar... | Jordy Rose | 2012-03-17 | 1 | -1/+0 |
* | [arcmt] The hard-coded list of weak-incompatible classes is no longer necessary. | Argyrios Kyrtzidis | 2012-03-16 | 1 | -38/+0 |
* | [arcmt] iOS is always safe to use 'weak'. rdar://10950825 | Argyrios Kyrtzidis | 2012-03-16 | 1 | -0/+4 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -7/+7 |
* | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -7/+0 |
* | [arcmt] | Argyrios Kyrtzidis | 2012-03-05 | 1 | -1/+1 |
* | objc-arc: introduce -no-finalize-removal which in gc mode, | Fariborz Jahanian | 2012-01-26 | 1 | -1/+43 |
* | For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro | Argyrios Kyrtzidis | 2012-01-19 | 1 | -2/+1 |
* | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor | 2011-12-15 | 1 | -1/+1 |
* | [arcmt] Integrate GC __weak into property attributes even when we don't have | Argyrios Kyrtzidis | 2011-11-28 | 1 | -0/+49 |
* | [arcmt] NSViewController does not support weak. | Argyrios Kyrtzidis | 2011-11-08 | 1 | -0/+1 |
* | [arcmt] Fix handling NSMakeCollectable inside an objc method. | Argyrios Kyrtzidis | 2011-11-07 | 1 | -1/+2 |
* | [arcmt] In GC, handle (assign) @properties. | Argyrios Kyrtzidis | 2011-11-07 | 1 | -0/+87 |
* | [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied | Argyrios Kyrtzidis | 2011-11-07 | 1 | -3/+4 |
* | [arcmt] Collect all the places where GC attributes __strong/__weak occur. | Argyrios Kyrtzidis | 2011-11-06 | 1 | -0/+7 |
* | [arcmt] Refactor PropertiesRewriter to use MigrationContext. | Argyrios Kyrtzidis | 2011-11-06 | 1 | -1/+11 |
* | [arcmt] In GC, error out when there is a call that returns a pointer to | Argyrios Kyrtzidis | 2011-11-04 | 1 | -0/+20 |
* | [arcmt] For GC, cleanup and turn -finalize to -dealloc. | Argyrios Kyrtzidis | 2011-11-04 | 1 | -3/+3 |
* | [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. | Argyrios Kyrtzidis | 2011-11-04 | 1 | -2/+53 |
* | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis | 2011-09-19 | 1 | -1/+1 |