Age | Commit message (Expand) | Author |
2010-10-05 | Thread PerFileData through the ASTReader again, this time with the LLVM changes. | Sebastian Redl |
2010-10-04 | When a type comes from a previously-loaded PCH/AST file, don't try to write i... | Douglas Gregor |
2010-10-02 | Implement chained PCH support for the macro definitions stored within | Douglas Gregor |
2010-10-01 | Revert r115336 ("Thread PerFileData through everything."), because | Douglas Gregor |
2010-10-01 | Thread PerFileData through everything. This allows us to remap stuff later. | Sebastian Redl |
2010-10-01 | Record module loaders and module source order. | Sebastian Redl |
2010-10-01 | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor |
2010-10-01 | If we get a TU_CONTEXT update from a chained PCH file before we | Douglas Gregor |
2010-10-01 | When an identifier that has a macro definition in the original PCH | Douglas Gregor |
2010-09-30 | Support implicit includes when generating a PCH and allow the user to pass a ... | Argyrios Kyrtzidis |
2010-09-28 | Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://848... | Argyrios Kyrtzidis |
2010-09-28 | Fix a bug in loading macro records. Fixes yet another crash in libclang. | Sebastian Redl |
2010-09-28 | Fix a use of an invalidated reference due to a hash map reallocating. | Sebastian Redl |
2010-09-27 | My previous fix was incorrect for non-chained PCH reuse. Fix again. | Sebastian Redl |
2010-09-27 | Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could | Douglas Gregor |
2010-09-27 | When chaining PCHs, only write PPRecords that don't come from PCH, and give t... | Sebastian Redl |
2010-09-24 | When setting the globally-visible declarations for a particular | Douglas Gregor |
2010-09-22 | Change source manager serialization to be less tied to the PCH model. | Sebastian Redl |
2010-09-22 | Only preload SLocEntries after the entire PCH chain was loaded. | Sebastian Redl |
2010-09-22 | Reshuffle PerFileData's members to make more sense. | Sebastian Redl |
2010-09-19 | Implement -Wunused-label. | Argyrios Kyrtzidis |
2010-09-15 | Macro definitions in AST files have their own IDs. | Sebastian Redl |
2010-09-13 | Revert "CMake: Update to use standard CMake dependency tracking facilities in... | Michael J. Spencer |
2010-09-13 | Eagerly evaluate type traits in Sema instead of lazily in AST. They actually ... | Sebastian Redl |
2010-09-13 | When applying 'delete' on a pointer-to-array type match GCC and EDG behavior ... | Argyrios Kyrtzidis |
2010-09-13 | Remove the trivial setters from CXXDeleteExpr. | Argyrios Kyrtzidis |
2010-09-13 | Fix C++ PCH issue. | Argyrios Kyrtzidis |
2010-09-13 | Avoid setters in ASTDeclReader::VisitClassTemplatePartialSpecializationDecl. | Argyrios Kyrtzidis |
2010-09-13 | Avoid setters in ASTDeclReader::VisitClassTemplateSpecializationDecl. | Argyrios Kyrtzidis |
2010-09-13 | Avoid setters in ASTDeclReader::VisitCXXRecordDecl. | Argyrios Kyrtzidis |
2010-09-10 | Address Doug's comments. | Sebastian Redl |
2010-09-10 | CMake: Update to use standard CMake dependency tracking facilities instead | Michael J. Spencer |
2010-09-10 | Serialization support for CXXNoexceptExpr. | Sebastian Redl |
2010-09-09 | Add proper type-source information to UnaryTypeTraitExpr, including | Douglas Gregor |
2010-09-09 | Clean up CMake dependencies | Douglas Gregor |
2010-09-09 | Fix C++ PCH issue. | Argyrios Kyrtzidis |
2010-09-09 | When building SwitchStmts in Sema, record whether all the enum values of a sw... | Ted Kremenek |
2010-09-08 | Re-enable CheckAccessDeclContext and make sure it doesn't trigger assertions. | Argyrios Kyrtzidis |
2010-09-08 | Fix C++ PCH issues. | Argyrios Kyrtzidis |
2010-09-08 | Microsoft's __uuidof operator implementation part 1. | Francois Pichet |
2010-09-08 | Provide proper type-source location information for | Douglas Gregor |
2010-09-07 | Improve source-location information for CXXNewExpr, by hanging on to | Douglas Gregor |
2010-09-06 | Replace loops with SmallVector::append. | Benjamin Kramer |
2010-09-06 | Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize... | Argyrios Kyrtzidis |
2010-09-02 | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor |
2010-09-02 | Avoid implicit string construction. | Benjamin Kramer |
2010-09-01 | Implement libclang support for using declarations. Clang actually uses | Douglas Gregor |
2010-09-01 | Implement libclang support for using directives (cursor + visitation + | Douglas Gregor |
2010-09-01 | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek |
2010-09-01 | Improve location information in the representation of namespace | Douglas Gregor |