Craig Topper
|
d24fb6c947
[C++11] Use 'nullptr'. Frontend edition.
|
11 tahun lalu |
Alp Toker
|
7ef92c4ee7
Make DiagnosticsEngine non-copyable
|
11 tahun lalu |
Ed Maste
|
79145ae268
Enable standalone-debug by default on FreeBSD
|
11 tahun lalu |
Saleem Abdulrasool
|
e81307a78e
Driver: parse -mcmodel earlier
|
11 tahun lalu |
Richard Smith
|
67198ad8f5
If an instantiation of a template is required to be a complete type, check
|
11 tahun lalu |
Argyrios Kyrtzidis
|
7a6df65a05
Speculative fix to unbreak the buildbots that fail with compiler errors.
|
11 tahun lalu |
Argyrios Kyrtzidis
|
a92193cf09
[Modules] Add the resource-dir to the module hash.
|
11 tahun lalu |
Rafael Espindola
|
42e599fb3f
Drop non-cfi assembly support from clang.
|
11 tahun lalu |
Argyrios Kyrtzidis
|
ebbe39ffbe
[PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a driver only thing and doesn't affect any language/preprocessor/etc. semantics.
|
11 tahun lalu |
John Thompson
|
9be87f8785
Initial implementation of -modules-earch-all option, for searching for symbols in non-imported modules.
|
11 tahun lalu |
Diego Novillo
|
d31ddfcf61
Add support for optimization reports.
|
11 tahun lalu |
Ben Langmuir
|
426bfa0c45
Honour -ivfsoverlay in ASTUnit to match clang
|
11 tahun lalu |
Daniel Jasper
|
0e1ed6bc35
Add -fmodules-strict-decluse to check that all headers are in modules
|
11 tahun lalu |
David Blaikie
|
d87684dddb
Support for -Wa,-compress-debug-sections.
|
11 tahun lalu |
Alexander Kornienko
|
8a2341c22d
Move the -i[no-]system-prefix options from CC1Options.td to Options.td.
|
11 tahun lalu |
Evgeniy Stepanov
|
100624f430
[msan] -fsanitize-memory-track-origins=[level] flag and docs.
|
11 tahun lalu |
Yunzhong Gao
|
8cd1d73f00
Creating a printing policy for "half":
|
11 tahun lalu |
Argyrios Kyrtzidis
|
b18df473d3
[Modules] Emit the module file paths as dependencies of the PCH when we are building one.
|
11 tahun lalu |
Ben Langmuir
|
310c3dc9ef
Add an option -fmodules-validate-system-headers
|
11 tahun lalu |
Ahmed Charles
|
f8b74ee5f0
[C++11] Replace OwningPtr include with <memory>.
|
11 tahun lalu |
Ahmed Charles
|
70639e8de3
Replace OwningPtr with std::unique_ptr.
|
11 tahun lalu |
Alexey Bataev
|
67fafb973c
[OPENMP] Added option -fopenmp=libiomp5|libgomp
|
11 tahun lalu |
Argyrios Kyrtzidis
|
977d67c59b
Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a user workspace build.
|
11 tahun lalu |
Benjamin Kramer
|
3135d45300
[C++11] Use std::atomic instead of LLVM's.
|
11 tahun lalu |
Benjamin Kramer
|
ba9fd9e97e
[C++11] Replace llvm::tie with std::tie.
|
11 tahun lalu |
Ben Langmuir
|
89de580b52
Add a driver option -ivfsoverlay
|
11 tahun lalu |
Richard Barton
|
7615ef6fe7
Implement -fno-short-wchar
|
11 tahun lalu |
Saleem Abdulrasool
|
8c702d1f44
clang: add -f{no-,}integrate-as as consistent parameters
|
11 tahun lalu |
Rafael Espindola
|
fa983653b0
Accept -no-integrated-as in -cc1 and forward it to llvm.
|
11 tahun lalu |
Reid Kleckner
|
dd6709eec1
MS ABI: Implement #pragma vtordisp() and clang-cl /vdN
|
11 tahun lalu |