aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
2013-02-01Enable -fno-altivec, -mno-altivec for PowerPC.Bill Schmidt
2013-02-01[Sema][Attr]Fix alignment attribute printing.Michael Han
2013-01-31Comment parsing: add more comments to CommentCommands.tdDmitri Gribenko
2013-01-31Escape backslash in the comment.Dmitri Gribenko
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian
2013-01-31Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."Jordan Rose
2013-01-31Add support for AArch64 target.Tim Northover
2013-01-31Revert r174043 and tweak the comment wording so I'm (hopefully) not confused ...Richard Smith
2013-01-31Added outer template parameter lists to friend type AST nodes.Enea Zaffanella
2013-01-31Remove incorrect warning signs from QualType::getUnqualifiedType(). TheseRichard Smith
2013-01-31Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith
2013-01-31Allow the computation of the base priority for a declaration code completion ...Douglas Gregor
2013-01-31Replace "failed template argument deduction" diagnostic with something usefulRichard Smith
2013-01-31Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky
2013-01-31Clarify the diagnostic for -Wnested-anon-types.Richard Smith
2013-01-30Add OpenCL error that a kernel function must have void return type. Includes ...Tanya Lattner
2013-01-30[analyzer] Make shallow mode more shallow.Anna Zaks
2013-01-30[analyzer] Use analyzer config for max-inlinable-size option.Anna Zaks
2013-01-30[analyzer] Move report false positive suppression to report visitors.Anna Zaks
2013-01-30[analyzer] Remove further references to analyzer-ipa.Anna Zaks
2013-01-30[analyzer] Model trivial copy/move ctors with an aggregate bind.Jordan Rose
2013-01-30Documentation: fix link to ExecuteAction(), which was previously typoed asJames Dennett
2013-01-30Comment parsing: resolve more named character referencesDmitri Gribenko
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko
2013-01-30Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith
2013-01-30Unresolved lookups can have using declarations that refer toDouglas Gregor
2013-01-30Don't warn about Unicode characters in -E mode.Jordan Rose
2013-01-30Provide a fixit for constexpr non-static data members.David Blaikie
2013-01-30[Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused.Daniel Dunbar
2013-01-30[Frontend] Remove actual ImplicitExternC member variable.Daniel Dunbar
2013-01-30[Frontend] Add an ExternCSystem include entry group.Daniel Dunbar
2013-01-29[Doc parsing] Patch to parse Doxygen-supported HTML character Fariborz Jahanian
2013-01-29[ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier
2013-01-29Move -Wstatic-float-init fixit into a note & don't recover as if constexprDavid Blaikie
2013-01-29Move the token annotator into separate files.Daniel Jasper
2013-01-29[driver] Refactor the driver so that a failing commands doesn't preventChad Rosier
2013-01-29Allow all parameters on next line for function calls in Chrome.Daniel Jasper
2013-01-29Add a diagnostic for an OpenCL kernel with a pointer pointer argument.Joey Gouly
2013-01-29Produce a diagnostic if alignas is applied to an expression. Neither C11 norRichard Smith
2013-01-29Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith
2013-01-29Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.Richard Smith
2013-01-29Propagate the spelling list index for an attribute across template instantiat...Richard Smith
2013-01-29Treat alignas and _Alignas as keyword attributes. This allows us toRichard Smith
2013-01-29Actually remove the hack which was blocking the Borland-style attributes fromRichard Smith
2013-01-29Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith
2013-01-29Abstract the behavior of when to use base-class tail padding.John McCall
2013-01-28Finish semantic analysis for [[carries_dependency]] attribute.Richard Smith
2013-01-28Undo my re-wording of the "ARC forbids Objective-C objects in ..."Douglas Gregor
2013-01-28Forbid the use of objects in unions in Objective-C++ ARC. FixesDouglas Gregor
2013-01-28Enable the global module index by default. Introduce theDouglas Gregor