Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
clang
/
lib
/
Serialization
/
Module.cpp
56c0e28
Modules: Simplify the ModuleFile constructor; likely NFC
by Duncan P. N. Exon Smith
· 9 years ago
9670f84
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
645d2cf
[modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of
by Richard Smith
· 9 years ago
aa165cf
[modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID
by Richard Smith
· 9 years ago
cdae941
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
by Yaron Keren
· 10 years ago
d88a7f1
Re-commit r246497 (and dependent changes r246524 and r246521), reverted in
by Richard Smith
· 10 years ago
6a4a210
Reverting r246497 (which requires also reverting r246524 and r246521 to avoid merge conflicts). It broke the build on MSVC 2015. It also broke an MSVC 2013 bot with testing issues.
by Aaron Ballman
· 10 years ago
9ce2b45
[modules] Rework serialized DeclContext lookup table management. Instead of
by Richard Smith
· 10 years ago
d61d4ac
[modules] Further simplification and speedup of redeclaration chain loading.
by Richard Smith
· 10 years ago
c2bb818
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
by Richard Smith
· 11 years ago
487ea14
Add a "signature" to AST files to verify that they haven't changed
by Ben Langmuir
· 11 years ago
a13603a
[C++11] Use 'nullptr'. Serialization edition.
by Craig Topper
· 11 years ago
52e3fba
Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't
by Richard Smith
· 12 years ago
d917479
If a visibility update record is found for a DeclContext after that Decl has
by Richard Smith
· 12 years ago
61a3896
[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once.
by Argyrios Kyrtzidis
· 13 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
d7c16b2
[PCH] Remove the stat cache from the PCH file.
by Argyrios Kyrtzidis
· 13 years ago
72be390
Move the set of files to be validated in an AST file into the control
by Douglas Gregor
· 13 years ago
cb28f9d
Rework the (de-)serialization of macros, as stored in
by Douglas Gregor
· 13 years ago
aedf714
Set the file entry for a Module* that was created during deserialization
by Argyrios Kyrtzidis
· 13 years ago
10e7846
[libclang] When indexing an AST file, only deserialize the file level
by Argyrios Kyrtzidis
· 13 years ago
89f0b2d
Use forward declarations for ASTDeclContextNameLookupTable and add a missing delete.
by Benjamin Kramer
· 13 years ago
404cdde
Reimplement (de-)serialization of Objective-C categories to eliminate
by Douglas Gregor
· 14 years ago
4fc9f3e
Optimize unqualified/global name lookup in modules by introducing a
by Douglas Gregor
· 14 years ago
358cd44
Completely re-implement (de-)serialization of redeclaration
by Douglas Gregor
· 14 years ago
c2c47f9
Initialize member that ends up in PCH files.
by Benjamin Kramer
· 14 years ago
05f1035
Completely re-implement (de-)serialization of declaration
by Douglas Gregor
· 14 years ago
253eefe
Switch the ID numbers used for submodule IDs in the AST reader over to
by Douglas Gregor
· 14 years ago
de3ef50
Promote ModuleMap::Module to a namespace-scope class in the Basic
by Douglas Gregor
· 14 years ago
5fc727a
[PCH] Keep track of file-level declarations that are contained by files.
by Argyrios Kyrtzidis
· 14 years ago
03c40c5
[PCH] Overhaul how preprocessed entities are [de]serialized.
by Argyrios Kyrtzidis
· 14 years ago
d44252e
Factor the Module and ModuleManager classes out into separate headers
by Douglas Gregor
· 14 years ago