Age | Commit message (Expand) | Author |
2013-01-30 | Don't warn on fall-through from unreachable code. | Alexander Kornienko |
2013-01-30 | Provide a fixit for constexpr non-static data members. | David Blaikie |
2013-01-30 | c: When checking on validity of sizeof passed as size of | Fariborz Jahanian |
2013-01-29 | Move -Wstatic-float-init fixit into a note & don't recover as if constexpr | David Blaikie |
2013-01-29 | Don't fixit/recover from -Wstatic-float-init when it's not an error. | David Blaikie |
2013-01-29 | Mark a struct definition in an objc container with the TopLevelDeclInObjCCont... | Argyrios Kyrtzidis |
2013-01-29 | Add a diagnostic for an OpenCL kernel with a pointer pointer argument. | Joey Gouly |
2013-01-29 | Downgrade 'attribute ignored when parsing type' from error to warning, to match | Richard Smith |
2013-01-29 | Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. | Richard Smith |
2013-01-29 | Propagate the spelling list index for an attribute across template instantiat... | Richard Smith |
2013-01-29 | PR15100: look through type sugar when determining whether we have one of the | Richard Smith |
2013-01-29 | Actually remove the hack which was blocking the Borland-style attributes from | Richard Smith |
2013-01-29 | Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled | Richard Smith |
2013-01-28 | Finish semantic analysis for [[carries_dependency]] attribute. | Richard Smith |
2013-01-28 | Undo my re-wording of the "ARC forbids Objective-C objects in ..." | Douglas Gregor |
2013-01-28 | Forbid the use of objects in unions in Objective-C++ ARC. Fixes | Douglas Gregor |
2013-01-28 | Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]] | Richard Smith |
2013-01-28 | Add a -pedantic warning: an anonymous union within an anonymous union is not | Richard Smith |
2013-01-26 | Fix mismatch between pointer and pointee type when diagnosing an incorrect | Richard Smith |
2013-01-26 | Remove function that is newly dead as of r173538. | Nick Lewycky |
2013-01-26 | Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add a | Richard Smith |
2013-01-26 | Preserve Sema::UndefinedInternals across PCH boundaries. Fixes | Nick Lewycky |
2013-01-25 | patch for PR9027 and // rdar://11861085 | Fariborz Jahanian |
2013-01-25 | The standard ARM C++ ABI dictates that inline functions are | John McCall |
2013-01-25 | First pass at abstracting out a class for the target C++ ABI. | John McCall |
2013-01-25 | Silence unintended fallthrough diagnostic on a case label preceded with a nor... | Alexander Kornienko |
2013-01-25 | Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu... | Alexander Kornienko |
2013-01-25 | Sync 'in class initialization of static const double' extension up with GCC, | Richard Smith |
2013-01-25 | Clean up: since we have FunctionDecl::IsInline, make it store the right value | Richard Smith |
2013-01-24 | Patch to check for integer overflow. It has been | Fariborz Jahanian |
2013-01-24 | [ms-inline asm] Add an error when trying to compile MS-style inline assembly | Chad Rosier |
2013-01-24 | PR14922: when printing an attribute, use the real syntax of the attribute (GN... | Michael Han |
2013-01-24 | Start checking nonnull (as well as format and argument_with_type_tag) on | Nick Lewycky |
2013-01-24 | Fix some wonky formatting, remove spurious emacs major mode marker. No | Nick Lewycky |
2013-01-23 | Micro cleanup: use an array of const char, rather than an array of char, as the | Richard Smith |
2013-01-23 | Implement -Wvla correctly | Dmitri Gribenko |
2013-01-23 | Use 'const Decl *' throughout code completion in Sema | Dmitri Gribenko |
2013-01-23 | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly |
2013-01-23 | Make __attribute__((nonnull)) use the general expression evaluator to search for | Nick Lewycky |
2013-01-22 | Small code change to improve performance | Fariborz Jahanian |
2013-01-22 | objectiveC (take two): don't warn when in -Wselector mode and | Fariborz Jahanian |
2013-01-21 | objectiveC: don't warn when in -Wselector mode and | Fariborz Jahanian |
2013-01-21 | Eliminate Sema::CompareProperties(), which was walking over a pile of | Douglas Gregor |
2013-01-21 | Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which | Douglas Gregor |
2013-01-21 | Replace some unnecessary O(N^2) lookups for properties with | Douglas Gregor |
2013-01-21 | Add a fixit for _Noreturn main, | Dmitri Gribenko |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-20 | Fixed trailing whitespace. | Michael Gottesman |
2013-01-19 | Reapply r172878 with test case. | Ted Kremenek |
2013-01-19 | Whitespace. | NAKAMURA Takumi |