Aaron Ballman
|
fbc9c9f05e
C++1y is now C++14!
|
11 年之前 |
Rafael Espindola
|
86925f9d19
Convert a few ownership comments with std::unique_ptr.
|
11 年之前 |
Richard Smith
|
2f361f76db
Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump
|
11 年之前 |
Alex Lorenz
|
a115a4d862
Add a cc1 "dump-coverage-mapping" for testing coverage mapping.
|
11 年之前 |
Richard Smith
|
1bdad15085
Use -Rblah, not -Wblah, to control remark diagnostics. This was always the
|
11 年之前 |
Fariborz Jahanian
|
75bd11273f
Introduce f[no-]max-unknown-pointer-align=[number] option
|
11 年之前 |
Alex Lorenz
|
8bff0ff2df
Add coverage mapping generation.
|
11 年之前 |
Ben Langmuir
|
ad4bdd534b
Add stopgap option -fmodule-implementation-of <name>
|
11 年之前 |
Saleem Abdulrasool
|
c074185309
Driver: bifurcate extended and basic MSC versioning
|
11 年之前 |
Rafael Espindola
|
860df574e7
Update for llvm api change.
|
11 年之前 |
Alp Toker
|
c556f81241
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
|
11 年之前 |
David Majnemer
|
1d38bd7ba3
Driver: Handle /GR- in a compatible way with MSVC
|
11 年之前 |
Diego Novillo
|
e8e398049c
Add new debug kind LocTrackingOnly.
|
11 年之前 |
Saleem Abdulrasool
|
a91f0e5edc
Driver: correct behaviour of -fmsc-version=MAJOR
|
11 年之前 |
Saleem Abdulrasool
|
b8ba60b467
Driver: enhance MSC version compatibility
|
11 年之前 |
Richard Smith
|
0b795c57e5
[C++1z] Implement N3981: Disable trigraphs by default in C++1z mode.
|
11 年之前 |
Justin Bogner
|
329c41fc3d
Frontend: Add a CC1 flag to dump module dependencies to a directory
|
11 年之前 |
Diego Novillo
|
59fdf1727f
Remove dead code.
|
11 年之前 |
Richard Smith
|
fa842c7380
Add -std=c++1z flag for C++17 features.
|
11 年之前 |
Rafael Espindola
|
e616fa6104
Include system_error directly.
|
11 年之前 |
Rafael Espindola
|
a7025137ce
There is no std::errc:success, remove the llvm one.
|
11 年之前 |
Diego Novillo
|
a3f8ad86d8
Add flags -Rpass-missed and -Rpass-analysis.
|
11 年之前 |
Aaron Ballman
|
0d936db44e
No longer allow the -std options to entirely override the -x language option. This allows -x cuda -std=c++11, for instance.
|
11 年之前 |
Craig Topper
|
d24fb6c947
[C++11] Use 'nullptr'. Frontend edition.
|
11 年之前 |
Alp Toker
|
7ef92c4ee7
Make DiagnosticsEngine non-copyable
|
11 年之前 |
Ed Maste
|
79145ae268
Enable standalone-debug by default on FreeBSD
|
11 年之前 |
Saleem Abdulrasool
|
e81307a78e
Driver: parse -mcmodel earlier
|
11 年之前 |
Richard Smith
|
67198ad8f5
If an instantiation of a template is required to be a complete type, check
|
11 年之前 |
Argyrios Kyrtzidis
|
7a6df65a05
Speculative fix to unbreak the buildbots that fail with compiler errors.
|
11 年之前 |
Argyrios Kyrtzidis
|
a92193cf09
[Modules] Add the resource-dir to the module hash.
|
11 年之前 |