index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Serialization
/
Module.h
Age
Commit message (
Expand
)
Author
2013-03-06
[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than...
Argyrios Kyrtzidis
2013-03-01
[PCH] Enhance InputFile to also include whether the file is out-of-date.
Argyrios Kyrtzidis
2013-02-01
[modules] Introduce ModuleFile::DirectImportLoc which is the source location
Argyrios Kyrtzidis
2013-01-21
Give ModuleFiles an index, so that we can use indexed vectors rather
Douglas Gregor
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-11-15
[modules] Setup the import location of a module file and use it
Argyrios Kyrtzidis
2012-10-31
[PCH] Remove the stat cache from the PCH file.
Argyrios Kyrtzidis
2012-10-22
Eliminate the redundancy between source-file information in the source
Douglas Gregor
2012-10-19
Move the set of files to be validated in an AST file into the control
Douglas Gregor
2012-10-18
Move the "RelocatablePCH" bit from the ASTReader to the module file.
Douglas Gregor
2012-10-18
Move information about the "original file" from the ASTReader into the
Douglas Gregor
2012-10-09
Rework the (de-)serialization of macros, as stored in
Douglas Gregor
2012-10-03
Set the file entry for a Module* that was created during deserialization
Argyrios Kyrtzidis
2012-10-03
Add a FIXME.
Argyrios Kyrtzidis
2012-10-02
[libclang] When indexing an AST file, only deserialize the file level
Argyrios Kyrtzidis
2012-04-15
Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...
Benjamin Kramer
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-01-27
Reimplement (de-)serialization of Objective-C categories to eliminate
Douglas Gregor
2012-01-18
Optimize unqualified/global name lookup in modules by introducing a
Douglas Gregor
2012-01-15
Completely re-implement (de-)serialization of redeclaration
Douglas Gregor
2011-12-17
Completely re-implement (de-)serialization of declaration
Douglas Gregor
2011-12-01
Switch the ID numbers used for submodule IDs in the AST reader over to
Douglas Gregor
2011-11-30
Promote ModuleMap::Module to a namespace-scope class in the Basic
Douglas Gregor
2011-11-30
Implement (de-)serialization of the description of a module and its
Douglas Gregor
2011-11-09
Fixing 80 col violations (& removing any trailing whitespace on files I was t...
David Blaikie
2011-10-28
[PCH] Keep track of file-level declarations that are contained by files.
Argyrios Kyrtzidis
2011-10-27
[PCH] Pull the location out of the serialized declarations and put it in the ...
Argyrios Kyrtzidis
2011-09-19
Introduce PreprocessingRecord::getPreprocessedEntitiesInRange()
Argyrios Kyrtzidis
2011-09-15
[PCH] Overhaul how preprocessed entities are [de]serialized.
Argyrios Kyrtzidis
2011-09-01
Support importing of ObjC categories from modules.
Argyrios Kyrtzidis
2011-08-25
Preload source location entries as soon as we've loaded a particular
Douglas Gregor
2011-08-25
Factor the Module and ModuleManager classes out into separate headers
Douglas Gregor