Age | Commit message (Expand) | Author |
2009-05-15 | I take it back, InstantiateExpr does not check for null. | Anders Carlsson |
2009-05-15 | Instantiation support for 'this' | Anders Carlsson |
2009-05-15 | No need to null check the expr, Sema::SemaRef.InstantiateExpr handles all that. | Anders Carlsson |
2009-05-15 | Make sure that the type associated with a class template is dependent. | Douglas Gregor |
2009-05-15 | Template instantiation for "if" statements. Also: | Douglas Gregor |
2009-05-15 | Move statement instantiation into its own file. No functionality change | Douglas Gregor |
2009-05-15 | Call ActOnStartOfFunctionDecl/ActOnFinishFunctionBody when | Douglas Gregor |
2009-05-15 | Instantiate return statements. | Anders Carlsson |
2009-05-15 | Add NullStmt::Clone and use it | Anders Carlsson |
2009-05-15 | Instantiate goto and label statements. (Very useful, I know) | Anders Carlsson |
2009-05-15 | Implement template instantiation for DeclStmt | Douglas Gregor |
2009-05-14 | Don't warn if result/argument type of an implemented | Fariborz Jahanian |
2009-05-14 | Template instantiation for the NULL statement. Lame, I know | Douglas Gregor |
2009-05-14 | Introduce basic support for instantiating the definitions of member | Douglas Gregor |
2009-05-14 | Check that the function being overridden is virtual. | Anders Carlsson |
2009-05-14 | Improvements to the FunctionDecl getters/setters. | Anders Carlsson |
2009-05-14 | Introduce a stack of instantiation scopes that are used to store the mapping ... | Douglas Gregor |
2009-05-14 | Link FunctionDecls instantiated from the member functions of a class | Douglas Gregor |
2009-05-14 | updated comments. | Fariborz Jahanian |
2009-05-14 | Adds recognition of sentinel attribute on block declarations. | Fariborz Jahanian |
2009-05-14 | Better diagnostics for covariance when checking overriding return types. | Anders Carlsson |
2009-05-14 | When there are any member new operators, global versions aren't looked up at ... | Sebastian Redl |
2009-05-14 | Diagnose missing sentinel argument on a funciton call | Fariborz Jahanian |
2009-05-14 | In C++, warn when something previously declared as a "struct" is later | Douglas Gregor |
2009-05-14 | Add return type checking for overriding virtual functions. We currently don't... | Anders Carlsson |
2009-05-14 | Implement explicit instantiations of member classes of class templates, e.g., | Douglas Gregor |
2009-05-13 | Look for and diagnose missing sentinel argument on message | Fariborz Jahanian |
2009-05-13 | Use an iterator type for found_decls_begin/found_decls_end. | Anders Carlsson |
2009-05-13 | Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagn... | Anders Carlsson |
2009-05-13 | Add some basic type checking for attributes ns_returns_retained and | Ted Kremenek |
2009-05-13 | Explicit instantiations of templates now instantiate the definitions | Douglas Gregor |
2009-05-13 | Disable access control by default. It can be enabled with the -faccess-contro... | Anders Carlsson |
2009-05-13 | Improve the semantic checking for explicit instantiations of | Douglas Gregor |
2009-05-13 | Some early declarations to support sentinel attribute on | Fariborz Jahanian |
2009-05-13 | Fix <rdar://problem/6880975> [format string] Assertion failed: (Arg < NumArgs... | Ted Kremenek |
2009-05-13 | Fix rdar://6880951 by rejecting vectors of vectors. | Chris Lattner |
2009-05-13 | reject use of the GNU _Decimal32 extension with a diagnostic, not an abort. | Chris Lattner |
2009-05-13 | eli correctly points out that this code is dead, just rip it out for | Chris Lattner |
2009-05-13 | add support for __sync_nand_and_fetch and __sync_fetch_and_nand, | Chris Lattner |
2009-05-13 | Fix rdar://6881069, a crash on a form of vector_size that we | Chris Lattner |
2009-05-13 | Semantic analysis for explicit instantiation of class templates. We | Douglas Gregor |
2009-05-12 | Implement parsing for explicit instantiations of class templates, e.g., | Douglas Gregor |
2009-05-12 | improve the diagnostic for uses of the GCC "global variable in a register" ex... | Chris Lattner |
2009-05-12 | Method attributes may only be specified on method | Fariborz Jahanian |
2009-05-12 | Method who have definitions in structs/classes are semantically inline. | Chris Lattner |
2009-05-11 | Encapsulate template arguments lists in a new class, | Douglas Gregor |
2009-05-11 | Friend declarations are only valid inside class definitions. | Anders Carlsson |
2009-05-11 | Implement the notions of the "current instantiation" and "unknown | Douglas Gregor |
2009-05-10 | With the introduction of nullptr, a template argument that refers to a declar... | Douglas Gregor |
2009-05-10 | Implement the semantics of the injected-class-name within a class | Douglas Gregor |