summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."Jordan Rose2013-01-31
* Add support for AArch64 target.Tim Northover2013-01-31
* Revert r174043 and tweak the comment wording so I'm (hopefully) not confused ...Richard Smith2013-01-31
* Added outer template parameter lists to friend type AST nodes.Enea Zaffanella2013-01-31
* Remove incorrect warning signs from QualType::getUnqualifiedType(). TheseRichard Smith2013-01-31
* Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith2013-01-31
* Allow the computation of the base priority for a declaration code completion ...Douglas Gregor2013-01-31
* Replace "failed template argument deduction" diagnostic with something usefulRichard Smith2013-01-31
* Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky2013-01-31
* Clarify the diagnostic for -Wnested-anon-types.Richard Smith2013-01-31
* Add OpenCL error that a kernel function must have void return type. Includes ...Tanya Lattner2013-01-30
* [analyzer] Make shallow mode more shallow.Anna Zaks2013-01-30
* [analyzer] Use analyzer config for max-inlinable-size option.Anna Zaks2013-01-30
* [analyzer] Move report false positive suppression to report visitors.Anna Zaks2013-01-30
* [analyzer] Remove further references to analyzer-ipa.Anna Zaks2013-01-30
* [analyzer] Model trivial copy/move ctors with an aggregate bind.Jordan Rose2013-01-30
* Documentation: fix link to ExecuteAction(), which was previously typoed asJames Dennett2013-01-30
* Comment parsing: resolve more named character referencesDmitri Gribenko2013-01-30
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-30
* Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled asRichard Smith2013-01-30
* Unresolved lookups can have using declarations that refer toDouglas Gregor2013-01-30
* Don't warn about Unicode characters in -E mode.Jordan Rose2013-01-30
* Provide a fixit for constexpr non-static data members.David Blaikie2013-01-30
* [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused.Daniel Dunbar2013-01-30
* [Frontend] Remove actual ImplicitExternC member variable.Daniel Dunbar2013-01-30
* [Frontend] Add an ExternCSystem include entry group.Daniel Dunbar2013-01-30
* [Doc parsing] Patch to parse Doxygen-supported HTML character Fariborz Jahanian2013-01-29
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-29
* Move -Wstatic-float-init fixit into a note & don't recover as if constexprDavid Blaikie2013-01-29
* Move the token annotator into separate files.Daniel Jasper2013-01-29
* [driver] Refactor the driver so that a failing commands doesn't preventChad Rosier2013-01-29
* Allow all parameters on next line for function calls in Chrome.Daniel Jasper2013-01-29
* Add a diagnostic for an OpenCL kernel with a pointer pointer argument.Joey Gouly2013-01-29
* Produce a diagnostic if alignas is applied to an expression. Neither C11 norRichard Smith2013-01-29
* Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith2013-01-29
* Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.Richard Smith2013-01-29
* Propagate the spelling list index for an attribute across template instantiat...Richard Smith2013-01-29
* Treat alignas and _Alignas as keyword attributes. This allows us toRichard Smith2013-01-29
* Actually remove the hack which was blocking the Borland-style attributes fromRichard Smith2013-01-29
* Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith2013-01-29
* Abstract the behavior of when to use base-class tail padding.John McCall2013-01-29
* Finish semantic analysis for [[carries_dependency]] attribute.Richard Smith2013-01-28
* Undo my re-wording of the "ARC forbids Objective-C objects in ..."Douglas Gregor2013-01-28
* Forbid the use of objects in unions in Objective-C++ ARC. FixesDouglas Gregor2013-01-28
* Enable the global module index by default. Introduce theDouglas Gregor2013-01-28
* ASTReader and profiling statistics indicate that implementing a methodDouglas Gregor2013-01-28
* Add some more ASTReader statistics for global method pool lookups.Douglas Gregor2013-01-28
* Back out r173689. It doesn't matter when we're building with Clang anyway.Douglas Gregor2013-01-28
* Eliminate memory allocation from most invocations ofDouglas Gregor2013-01-28
* Don't put a function's return type on its own line in Google style.Daniel Jasper2013-01-28