Age | Commit message (Expand) | Author |
2013-03-08 | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose |
2013-03-08 | [PCH] When complaining that a header from the PCH was modified, also mention | Argyrios 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] 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-22 | [preprocessing record] Have the MacroDefinitions map point to the MacroDefini... | Argyrios Kyrtzidis |
2013-02-22 | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David 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-19 | Use MapVector::pop_back() per LLVM r175538. | Douglas Gregor |
2013-02-18 | Ensure 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 safe | Argyrios Kyrtzidis |
2013-02-12 | Order the methods in the global method pool based on when they become visible... | Douglas Gregor |
2013-02-11 | [Modules] Cope better with top-level declarations loaded after being declared... | Douglas Gregor |
2013-02-07 | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei |
2013-02-07 | Simplify FindExternalVisibleDeclsByName by making it return a bool indicating | Richard Smith |
2013-02-06 | Detect when we end up trying to load conflicting module files. | Douglas Gregor |
2013-02-05 | Remove dead code related to the now defunct PCH stat cache. | Ted Kremenek |
2013-02-01 | Merge "special" types from different modules in the AST reader. | Douglas Gregor |
2013-02-01 | [modules] Introduce ModuleFile::DirectImportLoc which is the source location | Argyrios Kyrtzidis |
2013-02-01 | For ModuleLoader::makeModuleVisible() also pass the source location where the | Argyrios Kyrtzidis |
2013-02-01 | Add a new -Wundefined-inline warning for inline functions which are used but not | Nick Lewycky |
2013-01-31 | Remove elements from Sema.UndefinedInternals as functions are defined. Also | Nick 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-28 | Add some more ASTReader statistics for global method pool lookups. | Douglas Gregor |
2013-01-26 | Preserve Sema::UndefinedInternals across PCH boundaries. Fixes | Nick Lewycky |
2013-01-25 | Improve coordination between the module manager and the global module | Douglas Gregor |
2013-01-25 | [Frontend] Remove another IsUserSpecified member variable that is now unused. | Daniel Dunbar |
2013-01-25 | Implement the reader of the global module index and wire it into the | Douglas Gregor |
2013-01-25 | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor |
2013-01-25 | Track the number of lookups and hits into the on-disk hash tables for | Douglas Gregor |
2013-01-23 | Implement the writer side of the global module index. | Douglas Gregor |
2013-01-23 | Factor the trait for lookup into the on-based hash table of | Douglas Gregor |
2013-01-22 | Make getDefinitiveDeclContext() actually return a DeclContext, as one | Douglas Gregor |
2013-01-22 | Switch to APFloat constructor taking fltSemantics. | Tim Northover |
2013-01-21 | ReadSourceManagerBlock is skipping over records that can contain Blobs. Not ... | Chris Lattner |
2013-01-21 | Revert r173056; it breaks one of the CodeGen-with-PCH tests. | Douglas Gregor |
2013-01-21 | When loading an identifier from an AST file solely for the purpose of | Douglas Gregor |
2013-01-21 | Introduce a fast path for the ASTReader's name lookup within a | Douglas Gregor |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-20 | update to use the new BitcodeCursor readRecord that takes a StringRef blob pa... | Chris Lattner |
2013-01-20 | add back a #include needed on some builders. | Chris Lattner |
2013-01-20 | finish converting the normal cases in ASTReader to use the new BitstreamCurso... | Chris Lattner |