Aaron Ballman
|
cf5dd9d372
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.
|
10 年之前 |
Richard Smith
|
6ad9335a2a
[modules] Rework serialized DeclContext lookup table management. Instead of
|
10 年之前 |
Richard Smith
|
506abeb8d0
[modules] Further simplification and speedup of redeclaration chain loading.
|
10 年之前 |
Richard Smith
|
3176691345
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
|
10 年之前 |
Ben Langmuir
|
854931f5da
Add a "signature" to AST files to verify that they haven't changed
|
10 年之前 |
Craig Topper
|
5017bb6616
[C++11] Use 'nullptr'. Serialization edition.
|
11 年之前 |
Richard Smith
|
e1f0df8c37
Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't
|
11 年之前 |
Richard Smith
|
4e2325b14b
If a visibility update record is found for a DeclContext after that Decl has
|
11 年之前 |
Argyrios Kyrtzidis
|
36592b1fa3
[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once.
|
12 年之前 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 年之前 |
Argyrios Kyrtzidis
|
4182ed6862
[PCH] Remove the stat cache from the PCH file.
|
12 年之前 |
Douglas Gregor
|
745e6f168d
Move the set of files to be validated in an AST file into the control
|
13 年之前 |
Douglas Gregor
|
a8235d6c40
Rework the (de-)serialization of macros, as stored in
|
13 年之前 |
Argyrios Kyrtzidis
|
d64c26f667
Set the file entry for a Module* that was created during deserialization
|
13 年之前 |
Argyrios Kyrtzidis
|
2093e0bc4e
[libclang] When indexing an AST file, only deserialize the file level
|
13 年之前 |
Benjamin Kramer
|
b1758c6625
Use forward declarations for ASTDeclContextNameLookupTable and add a missing delete.
|
13 年之前 |
Douglas Gregor
|
cff9f26ce0
Reimplement (de-)serialization of Objective-C categories to eliminate
|
13 年之前 |
Douglas Gregor
|
057df20b31
Optimize unqualified/global name lookup in modules by introducing a
|
13 年之前 |
Douglas Gregor
|
2171bf1cab
Completely re-implement (de-)serialization of redeclaration
|
13 年之前 |
Benjamin Kramer
|
4a08268a69
Initialize member that ends up in PCH files.
|
13 年之前 |
Douglas Gregor
|
a1be278c4f
Completely re-implement (de-)serialization of declaration
|
13 年之前 |
Douglas Gregor
|
26ced127b7
Switch the ID numbers used for submodule IDs in the AST reader over to
|
13 年之前 |
Douglas Gregor
|
1a4761edca
Promote ModuleMap::Module to a namespace-scope class in the Basic
|
13 年之前 |
Argyrios Kyrtzidis
|
10f3df5448
[PCH] Keep track of file-level declarations that are contained by files.
|
14 年之前 |
Argyrios Kyrtzidis
|
e24692b30a
[PCH] Overhaul how preprocessed entities are [de]serialized.
|
14 年之前 |
Douglas Gregor
|
98339b96a8
Factor the Module and ModuleManager classes out into separate headers
|
14 年之前 |