Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 년 전 |
Rainer Orth
|
e3656d7fcf
Move LangStandard*, InputKind::Language to Basic
|
6 년 전 |
Harlan Haskins
|
43696f8809
[clang] Adopt new FileManager error-returning APIs
|
6 년 전 |
JF Bastien
|
0ad57c86b2
BitStream reader: propagate errors
|
6 년 전 |
Duncan P. N. Exon Smith
|
d28cf14aed
Modules: Rename MemoryBufferCache to InMemoryModuleCache
|
6 년 전 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 년 전 |
Richard Smith
|
e1fb567d8b
[modules] Support use of -E on modules built from the command line.
|
7 년 전 |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 년 전 |
NAKAMURA Takumi
|
635ffc9d02
[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER)
|
7 년 전 |
NAKAMURA Takumi
|
ae9459cceb
[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h.
|
8 년 전 |
Richard Smith
|
9e788cd10a
When preprocessing with -frewrite-imports and -fmodule-file=, do not pass all
|
8 년 전 |
Richard Smith
|
cdc846bf68
Turn off "disable free" mode when preprocessing imported module files in
|
8 년 전 |
Richard Smith
|
0be2e497aa
Support non-identifier module names when preprocessing modules.
|
8 년 전 |
Richard Smith
|
f0e160dd67
Add -frewrite-imports flag.
|
8 년 전 |
Richard Smith
|
772553c418
Remove 'Filename' parameter from BeginSourceFileAction.
|
8 년 전 |
Richard Smith
|
0ea78f6793
Escape filenames in module map line marker directives, to unbreak Windows build bots.
|
8 년 전 |
Richard Smith
|
bc4ab6d64d
Add support for building modules from preprocessed source.
|
8 년 전 |
Mehdi Amini
|
2e23251d3e
[NFC] Header cleanup
|
9 년 전 |
Peter Collingbourne
|
f1bc23840f
Frontend: Simplify ownership model for clang's output streams.
|
9 년 전 |
Benjamin Kramer
|
4ff480f17c
Apply clang-tidy's misc-move-constructor-init throughout Clang.
|
9 년 전 |
Benjamin Kramer
|
1dde17c5ad
Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend.
|
9 년 전 |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 년 전 |
Angel Garcia Gomez
|
e83bf34da9
Apply modernize-use-default to clang.
|
9 년 전 |
Argyrios Kyrtzidis
|
1ad799453a
Fix a small bug in clang where generating some temporary files would have an extra period before the extension.
|
10 년 전 |
Reid Kleckner
|
4137226813
[fixit] Use overwriteChangedFiles() to deal with Windows mapped files
|
10 년 전 |
David Blaikie
|
b53da86048
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
|
11 년 전 |
David Blaikie
|
80bfbba822
Revert "unique_ptr-ify ownership of ASTConsumers"
|
11 년 전 |
David Blaikie
|
4d15e347a0
unique_ptr-ify ownership of ASTConsumers
|
11 년 전 |
Alp Toker
|
6c4abb1676
Make clang's rewrite engine a core feature
|
11 년 전 |