Age | Commit message (Expand) | Author |
2010-11-10 | Instantiate class member template partial specialization declarations | Douglas Gregor |
2010-11-10 | Region-allocate all AttributeList objects from a factory object instead of ma... | Ted Kremenek |
2010-11-10 | Diagnose attempst to template using declarations and using directives. | John McCall |
2010-11-07 | Remove broken support for variadic templates, along with the various | Douglas Gregor |
2010-11-02 | Teach code completion to provide property results when the property | Douglas Gregor |
2010-11-02 | Properly handle temporaries that are created in a AsmStmt. | Argyrios Kyrtzidis |
2010-11-01 | Require that the types of the parameters of a block literal are complete. | Douglas Gregor |
2010-10-25 | Improve the tracking of source locations for parentheses in constructor calls. | Chandler Carruth |
2010-10-22 | Parse attributes on enumerators and instantiate attributes on enum decls. | John McCall |
2010-10-22 | When we perform name lookup for a template, we may end up finding an | Douglas Gregor |
2010-10-21 | Always treat 'main' as an extern "C" function, so that we detect | Douglas Gregor |
2010-10-20 | Fix handling of property and ivar lookup in typo correction; the two | Douglas Gregor |
2010-10-20 | Introduce a simple cache for unqualified typo corrections, so that we | Douglas Gregor |
2010-10-19 | Redirect templated friend class decls to a new Sema callback and | John McCall |
2010-10-19 | Tweak code-completion result priorities, so that exact and similar | Douglas Gregor |
2010-10-14 | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian |
2010-10-13 | Diagnose when a 'static' member function overrides a virtual function | Douglas Gregor |
2010-10-13 | Eliminate the use of ObjCSuperExpr in code completion. | Douglas Gregor |
2010-10-13 | Compute whether a type is variably modified as we build the type, | Douglas Gregor |
2010-10-12 | Introduce support for emitting diagnostics (warnings + their notes) | Douglas Gregor |
2010-10-12 | If we end up instantiating a function parameter whose default argument | Douglas Gregor |
2010-10-12 | Add some infrastructure for dealing with expressions of 'placeholder' type, | John McCall |
2010-10-11 | Eliminate the (de-)serialization of code completion results, now that | Douglas Gregor |
2010-10-11 | Switch c-index-test from clang_codeComplete() over to | Douglas Gregor |
2010-10-09 | Don't rely on a StringRef being null-terminated (it's not) for deprecation me... | Benjamin Kramer |
2010-10-08 | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor |
2010-10-08 | Track the location of the context requiring an implicit conversion and use it | John McCall |
2010-10-06 | Add message to attribute(deprecated). | Fariborz Jahanian |
2010-10-05 | Register the __builtin_va_list_type node when we parse it, rather than | Douglas Gregor |
2010-10-01 | kill off CheckX86BuiltinFunctionCall | Chris Lattner |
2010-10-01 | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor |
2010-09-29 | Add support for attribute((naked)), patch by Zoxc on cfe-commits! | Daniel Dunbar |
2010-09-28 | Reinstate r114925 and r114929, both steps toward | Douglas Gregor |
2010-09-28 | vla expressions used in __typeof__ must be evaluated. | Fariborz Jahanian |
2010-09-28 | Follow-up to r114978, used wrong tag. | Sebastian Redl |
2010-09-28 | Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that ... | Sebastian Redl |
2010-09-28 | Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://848... | Argyrios Kyrtzidis |
2010-09-28 | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling |
2010-09-28 | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor |
2010-09-24 | Patch implements passing arrays to functions expecting | Fariborz Jahanian |
2010-09-23 | Synchronize globally-cached code completion results with the results | Douglas Gregor |
2010-09-23 | For properties declared in a @protocol and redeclared in a class extension, u... | Ted Kremenek |
2010-09-21 | For ObjCPropertyDecls in class extensions, use the class extension as the lex... | Ted Kremenek |
2010-09-21 | Add code completion for C++ constructors wherever we see the class (or | Douglas Gregor |
2010-09-20 | Refactor code completion for expressions that occur as arguments in | Douglas Gregor |
2010-09-20 | Code completion has no reason to prefer values over types, especially | Douglas Gregor |
2010-09-20 | Get rid of the lame attempt to prioritize "void" functions at | Douglas Gregor |
2010-09-20 | Tweak priorities for some types and macros: | Douglas Gregor |
2010-09-18 | Problem with gnu conditional extension with missing | Fariborz Jahanian |
2010-09-18 | Give the Objective-C _cmd an "unlikely" code completion priority; it's | Douglas Gregor |