Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 years ago |
Eugene Zelenko
|
affedb517e
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 years ago |
David Blaikie
|
a312d25909
Modular Codegen: Support homing debug info for types in modular objects
|
8 years ago |
David Blaikie
|
94c1c6bb44
Modular Codegen: Add/use a bit in serialized function definitions to track whether they are the subject of modular codegen
|
8 years ago |
David Blaikie
|
91a91ae615
Prototype of modules codegen
|
8 years ago |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 years ago |
Angel Garcia Gomez
|
e83bf34da9
Apply modernize-use-default to clang.
|
9 years ago |
Adrian Prantl
|
50edddde19
Module Debugging: Emit submodules as nested DW_TAG_modules.
|
10 years ago |
Adrian Prantl
|
5be843617b
Refactor ASTSourceDescriptor to not store copies of all strings. (NFC)
|
10 years ago |
Adrian Prantl
|
883c10b4e1
Rename ASTSourceDescriptor::ModuleName to FullModuleName for clarity.
|
10 years ago |
Adrian Prantl
|
3fb6a64655
Refactor ASTReader::getSourceDescriptor(const Module &) into a constructor
|
10 years ago |
Richard Smith
|
b5cef75c82
function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its
|
10 years ago |
Adrian Prantl
|
42a7206deb
Add a function to ExternalASTSource that returns a descriptor that
|
10 years ago |
Richard Smith
|
3176691345
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
|
10 years ago |
Rafael Espindola
|
4b077ab75d
Move virtual methods out of line.
|
11 years ago |
Richard Smith
|
3ad9bfabb6
If a declaration is loaded, and then a module import adds a redeclaration, then
|
11 years ago |
Craig Topper
|
613c4e1cde
[C++11] Use 'nullptr'. AST edition.
|
11 years ago |
Richard Smith
|
3646c68676
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
|
12 years ago |
Nick Lewycky
|
b346d2f419
Implement the all_lookups_iterator for PCH as a follow-up to r153970. This
|
13 years ago |
Douglas Gregor
|
c266de97e2
Don't force the complete deserialization of the visible-declarations
|
14 years ago |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 years ago |
Douglas Gregor
|
ba6ffaf21e
Augment the interface of ExternalASTSource::FindExternalLexicalDecls()
|
14 years ago |
Axel Naumann
|
69d891d45a
From Vassil Vassilev:
|
14 years ago |
Axel Naumann
|
c304d9058a
From Vassil Vassilev:
|
14 years ago |