Age | Commit message (Expand) | Author |
2011-10-02 | CUDA: add separate diagnostics for too few/many exec config args | Peter Collingbourne |
2011-10-01 | Parse attributes written in an ObjC method parameter type as | John McCall |
2011-10-01 | Hey, maybe we shouldn't silently ignore decl attributes | John McCall |
2011-10-01 | constexpr: semantic checking for constexpr functions and constructors. Based in | Richard Smith |
2011-10-01 | Allow the results of cf_returns_not_retained function | John McCall |
2011-09-30 | Add explicit attributes to mark functions as having had their | John McCall |
2011-09-29 | Minor refactoring. Enumerators may inherit the deprecated/unavailable | Fariborz Jahanian |
2011-09-29 | c - Enumerators may inherit the deprecated/unavailable | Fariborz Jahanian |
2011-09-29 | Add an ns_bridged attribute, used to specify that a | John McCall |
2011-09-29 | Basic/Diagnostics: Split out the default warning "no-Werror" and | Daniel Dunbar |
2011-09-27 | Only print _Bool as 'bool' when 'bool' is defined as an object-like | Douglas Gregor |
2011-09-27 | objcetive-c-arc: When overriding a method, its ns_consumed patameter | Fariborz Jahanian |
2011-09-27 | Get rid of useless helper Sema::CastCategory. | Eli Friedman |
2011-09-27 | Revert r139989 and r140031, which implemented the Objective-C type | Douglas Gregor |
2011-09-27 | Revert r140589. It was causing failures during llvm compilation: | Bill Wendling |
2011-09-27 | Add typo correction for the type name in C++ "new" statements | Kaelyn Uhrain |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-24 | Correctly parse braced member initializers (even in delayed parsing) and corr... | Sebastian Redl |
2011-09-24 | Give InitListChecker a verification-only mode, where it neither emits diagnos... | Sebastian Redl |
2011-09-24 | In Initialization, add step kind SK_ListConstructorCall (list-initialization | Sebastian Redl |
2011-09-24 | Inline Sema::CheckInitList into its only user. | Sebastian Redl |
2011-09-24 | Fix typos and non-doxygen-ness in a few comments. | Sebastian Redl |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-22 | ArrayRef-ifying the fields passed to Sema::ActOnFields | David Blaikie |
2011-09-22 | ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPa... | David Blaikie |
2011-09-21 | Enforce access control for conversion operators used in contextual | John McCall |
2011-09-19 | Add list initialization for complex numbers in C. Essentially, this allows "... | Eli Friedman |
2011-09-19 | Removed an unused field and its accessors methods. | Erik Verbruggen |
2011-09-17 | objc - Treat type of 'self' in class methods as root of | Fariborz Jahanian |
2011-09-15 | Finish the lex->LHS and rex->RHS cleanup in Sema. | Richard Trieu |
2011-09-14 | Plug an abstraction leak and fix a crasher in DiagnoseInvalidRedeclaration | Kaelyn Uhrain |
2011-09-13 | Keep the source range of attributes. Depends on a llvm tablegen commit. | Argyrios Kyrtzidis |
2011-09-13 | Record the full source range of an attribute. | Argyrios Kyrtzidis |
2011-09-10 | When converting a block pointer to an Objective-C pointer type, extend | John McCall |
2011-09-09 | Introduce a new predicate Decl::isFromASTFile() to determine whether a | Douglas Gregor |
2011-09-09 | Specializations cannot be module-hidden. Diagnose attempts to do so. | Douglas Gregor |
2011-09-09 | __module_private__ is inherited by redeclarations of an entity, and | Douglas Gregor |
2011-09-09 | Contextually converting to 'id' is not a useful operation. Contextually | John McCall |
2011-09-09 | Changed references of BaseTy, MemInitTy, CXXScopeTy, TemplateParamsTy to CXXB... | Richard Trieu |
2011-09-09 | Change references to StmtTy to Stmt and removed typedefs of StmtTy. Also rem... | Richard Trieu |
2011-09-09 | Modules: introduce the __module_private__ declaration specifier, which | Douglas Gregor |
2011-09-09 | Change all references of type ExprTy to Expr and get rid of the typedefs. | Richard Trieu |
2011-09-09 | Capitialize paramater names in SemaExpr.cpp and resolve any parameter name co... | Richard Trieu |
2011-09-08 | Thread safety: added support for function scopes in attribute arguments. | Caitlin Sadowski |
2011-09-08 | Thread Safety: Patch to implement delayed parsing of attributes within a | Caitlin Sadowski |
2011-09-08 | Adding FixIts to static/inline main declaration diagnostics. | David Blaikie |
2011-09-08 | Implement the Objective-C 'instancetype' type, which is an alias of | Douglas Gregor |
2011-09-07 | Make sure the FunctionDecl's created by "#pragma weak" have correct ParmVarDe... | Eli Friedman |
2011-09-06 | Implement the Named Return Value Optimization (NRVO) for blocks. | Douglas Gregor |
2011-09-01 | Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails | Argyrios Kyrtzidis |