Sign in
llvm
/
clang
/
08b8248b46f3c18bde7e042ebe4d2873f71559df
/
lib
/
Serialization
/
Module.cpp
324f918
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
abdbb60
Remove trailing space
by Fangrui Song
· 7 years ago
8d7d11c
[Serialization] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 7 years ago
0da88cf
Modules: Simplify the ModuleFile constructor; likely NFC
by Duncan P. N. Exon Smith
· 8 years ago
2e23251
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
e1d7b3b
[modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of
by Richard Smith
· 9 years ago
7341605
[modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID
by Richard Smith
· 9 years ago
dcbc03e
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
by Yaron Keren
· 9 years ago
ad8f870
Re-commit r246497 (and dependent changes r246524 and r246521), reverted in
by Richard Smith
· 10 years ago
cf5dd9d
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
6ad9335
[modules] Rework serialized DeclContext lookup table management. Instead of
by Richard Smith
· 10 years ago
506abeb
[modules] Further simplification and speedup of redeclaration chain loading.
by Richard Smith
· 10 years ago
3176691
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
by Richard Smith
· 10 years ago
854931f
Add a "signature" to AST files to verify that they haven't changed
by Ben Langmuir
· 11 years ago
5017bb6
[C++11] Use 'nullptr'. Serialization edition.
by Craig Topper
· 11 years ago
e1f0df8
Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't
by Richard Smith
· 11 years ago
4e2325b
If a visibility update record is found for a DeclContext after that Decl has
by Richard Smith
· 11 years ago
36592b1
[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once.
by Argyrios Kyrtzidis
· 12 years ago
55fc873
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
4182ed6
[PCH] Remove the stat cache from the PCH file.
by Argyrios Kyrtzidis
· 13 years ago
745e6f1
Move the set of files to be validated in an AST file into the control
by Douglas Gregor
· 13 years ago
a8235d6
Rework the (de-)serialization of macros, as stored in
by Douglas Gregor
· 13 years ago
d64c26f
Set the file entry for a Module* that was created during deserialization
by Argyrios Kyrtzidis
· 13 years ago
2093e0b
[libclang] When indexing an AST file, only deserialize the file level
by Argyrios Kyrtzidis
· 13 years ago
b1758c6
Use forward declarations for ASTDeclContextNameLookupTable and add a missing delete.
by Benjamin Kramer
· 13 years ago
cff9f26
Reimplement (de-)serialization of Objective-C categories to eliminate
by Douglas Gregor
· 13 years ago
057df20
Optimize unqualified/global name lookup in modules by introducing a
by Douglas Gregor
· 13 years ago
2171bf1
Completely re-implement (de-)serialization of redeclaration
by Douglas Gregor
· 13 years ago
4a08268
Initialize member that ends up in PCH files.
by Benjamin Kramer
· 13 years ago
a1be278
Completely re-implement (de-)serialization of declaration
by Douglas Gregor
· 14 years ago
26ced12
Switch the ID numbers used for submodule IDs in the AST reader over to
by Douglas Gregor
· 14 years ago
1a4761e
Promote ModuleMap::Module to a namespace-scope class in the Basic
by Douglas Gregor
· 14 years ago
10f3df5
[PCH] Keep track of file-level declarations that are contained by files.
by Argyrios Kyrtzidis
· 14 years ago
e24692b
[PCH] Overhaul how preprocessed entities are [de]serialized.
by Argyrios Kyrtzidis
· 14 years ago
98339b9
Factor the Module and ModuleManager classes out into separate headers
by Douglas Gregor
· 14 years ago