aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization
AgeCommit message (Expand)Author
2013-03-13[Modules] Don't eagerly load and associate all the module header files.Argyrios Kyrtzidis
2013-03-13[Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis
2013-03-08ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose
2013-03-08[PCH] When complaining that a header from the PCH was modified, also mentionArgyrios Kyrtzidis
2013-03-08[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis
2013-03-06[PCH] When pre-validating the headers from the PCH, only validate non-system ...Argyrios Kyrtzidis
2013-03-06[PCH] For HeaderFileInfoTrait, hash the key using size & time of the file.Argyrios Kyrtzidis
2013-03-06[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than...Argyrios Kyrtzidis
2013-03-06[PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTra...Argyrios Kyrtzidis
2013-03-04[PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compa...Argyrios Kyrtzidis
2013-03-01[PCH] Remove building a SmallPtrSet that is not actually used for anything.Argyrios Kyrtzidis
2013-03-01[PCH] Enhance InputFile to also include whether the file is out-of-date.Argyrios Kyrtzidis
2013-02-27[PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenI...Argyrios Kyrtzidis
2013-02-22objective-C arg: provide fixit support whenFariborz Jahanian
2013-02-22[preprocessing record] Have the MacroDefinitions map point to the MacroDefini...Argyrios Kyrtzidis
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie
2013-02-20[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis
2013-02-19[modules] Refactor code from ASTReader::makeModuleVisible() into a new function,Argyrios Kyrtzidis
2013-02-19Use MapVector::pop_back() per LLVM r175538.Douglas Gregor
2013-02-18Ensure that the identifier chains have the most recent declaration after modu...Douglas Gregor
2013-02-16[PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis
2013-02-12Order the methods in the global method pool based on when they become visible...Douglas Gregor
2013-02-12Fix a bug reduced from a crash when trying to use modules with libc++. We checkRichard Smith
2013-02-11[Modules] Cope better with top-level declarations loaded after being declared...Douglas Gregor
2013-02-08Always keep highest identifier, selector, and macro IDs when we'veDouglas Gregor
2013-02-08Never cache the result of a module file lookup.Douglas Gregor
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-02-07Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith
2013-02-07Simplify FindExternalVisibleDeclsByName by making it return a bool indicatingRichard Smith
2013-02-06Detect when we end up trying to load conflicting module files.Douglas Gregor
2013-02-06Eliminate a race condition with the global module index.Douglas Gregor
2013-02-05Remove dead code related to the now defunct PCH stat cache.Ted Kremenek
2013-02-01Merge "special" types from different modules in the AST reader.Douglas Gregor
2013-02-01[modules] Introduce ModuleFile::DirectImportLoc which is the source locationArgyrios Kyrtzidis
2013-02-01For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis
2013-02-01Add a new -Wundefined-inline warning for inline functions which are used but notNick Lewycky
2013-01-31Added outer template parameter lists to friend type AST nodes.Enea Zaffanella
2013-01-31Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky
2013-01-30[Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused.Daniel Dunbar
2013-01-30[Frontend] Add an ExternCSystem include entry group.Daniel Dunbar
2013-01-28ASTReader and profiling statistics indicate that implementing a methodDouglas Gregor
2013-01-28Add some more ASTReader statistics for global method pool lookups.Douglas Gregor
2013-01-28Eliminate memory allocation from most invocations ofDouglas Gregor
2013-01-26Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky
2013-01-25patch for PR9027 and // rdar://11861085Fariborz Jahanian
2013-01-25Improve coordination between the module manager and the global moduleDouglas Gregor
2013-01-25The standard ARM C++ ABI dictates that inline functions areJohn McCall
2013-01-25Optimize ModuleManager::visit() by precomputing the visitation orderDouglas Gregor