summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Get rid of dead/useless code for block mangling.Eli Friedman2013-07-101-3/+0
* More local mangling fixes.Eli Friedman2013-07-103-9/+23
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-093-3/+8
* ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup andRafael Espindola2013-07-091-4/+3
* Attempt typo correction for function calls with the wrong number of arguments.Kaelyn Uhrain2013-07-081-0/+16
* Make a couple of useful typo correction callbacks more widely available.Kaelyn Uhrain2013-07-081-2/+32
* [Objective-C migrator] replace candidate user setter/getter withFariborz Jahanian2013-07-081-0/+9
* clang/include/clang/AST/ExprCXX.h:260:5: Fix a warning -- unknown command tag...NAKAMURA Takumi2013-07-081-1/+1
* Documentation cleanup for include/clang/AST/ExprCXX.h.James Dennett2013-07-081-161/+184
* Fixed source range for functional cast and unresolved construct expr nodes.Enea Zaffanella2013-07-072-2/+19
* Documentation cleanup for include/clang/AST/DeclCXX.h, no substantive changes.James Dennett2013-07-071-61/+70
* Fixed source location info for UnaryTransformTypeLoc nodes.Enea Zaffanella2013-07-061-0/+10
* [comment parsing]: Removes an unsafe API whoseFariborz Jahanian2013-07-051-4/+0
* [objc migrator]: More knobs to do migration toFariborz Jahanian2013-07-051-0/+5
* [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d...Argyrios Kyrtzidis2013-07-051-0/+7
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-055-7/+7
* Objective-C: diagnose when synthesizing an ivar ofFariborz Jahanian2013-07-052-1/+3
* Add typedefs for Densemaps containing SmallVectors to avoid repeating the Sma...Craig Topper2013-07-051-2/+3
* Add some more documentation on how to navigate from a LambdaExpr::CaptureJames Dennett2013-07-042-5/+10
* Minor documentation cleanupJames Dennett2013-07-041-10/+13
* Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifyin...Craig Topper2013-07-041-2/+2
* Added AlwaysBreakBeforeMultilineStrings option.Alexander Kornienko2013-07-041-0/+5
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-047-12/+12
* Part of PR15673: If a function template has a default argument in whichRichard Smith2013-07-041-1/+3
* PR16480: Reimplement token-caching for constructor initializer lists. ThisRichard Smith2013-07-041-1/+1
* "bool" should be a context-sensitive keyword in Altivec mode.Bill Schmidt2013-07-033-7/+11
* Add file suffix for assembler-with-cpp.Eli Friedman2013-07-031-1/+1
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-022-17/+31
* Documentation: Update docs for C++ lambdas to more accurately reflectJames Dennett2013-07-022-17/+28
* Fix mangling for block literals.Eli Friedman2013-07-014-36/+75
* Documentation cleanup for TypeOrdering.h.James Dennett2013-06-301-7/+9
* Documentation cleanup: Mostly formatting \brief documentation, also fix aJames Dennett2013-06-303-56/+54
* Reinstate r185229, reverted in r185256, with a tweak: further ignore theRichard Smith2013-06-301-0/+5
* Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr callJames Dennett2013-06-301-0/+2
* Driver: Push triple objects around instead of going to std::string all the time.Benjamin Kramer2013-06-291-1/+1
* Revert r185229 as it breaks compilation of <windows.h>Timur Iskhodzhanov2013-06-291-5/+0
* PR7927, PR16247: Reimplement handling of matching extern "C" declarationsRichard Smith2013-06-281-0/+5
* Use lexing mode based on FormatStyle.Standard.Alexander Kornienko2013-06-281-1/+5
* Lazily deserialize function template specializations. This fixes a cycle inRichard Smith2013-06-281-5/+13
* Switch Decl instantiation to DeclNodes.inc.Eli Friedman2013-06-271-54/+30
* Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it intoRichard Smith2013-06-271-14/+0
* Delete dead code.Eli Friedman2013-06-272-5/+0
* Delete dead code.Eli Friedman2013-06-274-19/+0
* Simplify StmtIterator.Eli Friedman2013-06-271-18/+9
* Small improvements to createOutputFile.Rafael Espindola2013-06-271-11/+11
* Fix a conversion to incomplete type bug -- The error message now specifically...Larisse Voufo2013-06-271-0/+2
* Delete dead code.Eli Friedman2013-06-272-7/+0
* Sema: Small cleanup around TemplateParamListContextDavid Majnemer2013-06-261-2/+1
* AST: small cleanup to FriendObjectKindDavid Majnemer2013-06-261-3/+3
* Rewrite record layout for ms_struct structs.Eli Friedman2013-06-261-25/+0