Duncan P. N. Exon Smith
|
d28cf14aed
Modules: Rename MemoryBufferCache to InMemoryModuleCache
|
6 tahun lalu |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 tahun lalu |
Richard Smith
|
ae2de79ce2
Add #pragma clang module build/endbuild pragmas for performing a module build
|
8 tahun lalu |
Duncan P. N. Exon Smith
|
2bf5f686e2
Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"
|
8 tahun lalu |
Renato Golin
|
cf26db83d5
Revert "Modules: Cache PCMs in memory and avoid a use-after-free"
|
8 tahun lalu |
Duncan P. N. Exon Smith
|
4c3cdee2a5
Modules: Cache PCMs in memory and avoid a use-after-free
|
8 tahun lalu |
David Blaikie
|
a6e549dfea
shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
|
8 tahun lalu |
David Blaikie
|
2dac430432
Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr
|
8 tahun lalu |
James Y Knight
|
e85ad57298
Make TargetInfo store an actual DataLayout instead of a string.
|
9 tahun lalu |
Hans Wennborg
|
c13dd1b3b8
Fix -Wextra-semi warnings.
|
10 tahun lalu |
Richard Smith
|
e48ab7f6b5
[modules] Start moving the module visibility information off the Module itself.
|
10 tahun lalu |
Craig Topper
|
c6da4d1d6c
Unique_ptrify PPCallbacks ownership.
|
11 tahun lalu |
David Blaikie
|
f6983668b4
unique_ptrify SourceManager::createFileID
|
11 tahun lalu |
Rafael Espindola
|
d92e74d96e
Update for LLVM api change.
|
11 tahun lalu |
Alp Toker
|
1088db3c87
Use non-intrusive refcounting for TargetOptions
|
11 tahun lalu |
Alp Toker
|
c556f81241
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
|
11 tahun lalu |
Craig Topper
|
b23b499237
[C++11] Use 'nullptr'. Unittests edition.
|
11 tahun lalu |
Alp Toker
|
f4545688ea
Remove the last remaining llvm/Config/config.h includes
|
11 tahun lalu |
Alp Toker
|
16b97825c5
SourceManager: Use setMainFileID() consistently
|
11 tahun lalu |
Alp Toker
|
ad0a05027b
Reformat code following Preprocessor constructor updates
|
11 tahun lalu |
Alp Toker
|
e36c959c4d
Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor
|
11 tahun lalu |
John Thompson
|
86bb94f555
Quick fix for layering that broke shared library build.
|
11 tahun lalu |
John Thompson
|
9be87f8785
Initial implementation of -modules-earch-all option, for searching for symbols in non-imported modules.
|
11 tahun lalu |
Manuel Klimek
|
ee0cd37fe4
Use the same SourceManager for ModuleMaps and compilations.
|
12 tahun lalu |
Douglas Gregor
|
906d66acc5
<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module.
|
12 tahun lalu |
Argyrios Kyrtzidis
|
5ebcb20b03
For ModuleLoader::makeModuleVisible() also pass the source location where the
|
12 tahun lalu |
NAKAMURA Takumi
|
1a4191d069
clang/unittests: Fixup corresponding to r172290.
|
12 tahun lalu |
Chandler Carruth
|
7cc315ccf8
Really sort the #include lines in unittests/...
|
12 tahun lalu |
Chandler Carruth
|
1050e8b225
Sort the #include lines for unittests/...
|
12 tahun lalu |
Argyrios Kyrtzidis
|
37ed12720a
Refactor recording the preprocessor conditional directive regions out of
|
12 tahun lalu |