Rafael Espindola
|
046ea41e0a
Fix handling of invalid -O options.
|
10 years ago |
Nick Lewycky
|
fbb501f488
Add a new flag, -fspell-checking-limit=<number> to control how many times we'll do spell checking. Note that spell checking will change the produced AST, so we don't automatically change this value when someone sets -ferror-limit=. With this, merge test typo-correction-pt2.cpp into typo-correction.cpp.
|
10 years ago |
Pekka Jaaskelainen
|
5aa3ce1cb4
OpenCL C: Add support for a set of floating point
|
10 years ago |
Richard Smith
|
b247819d20
Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.
|
10 years ago |
Duncan P. N. Exon Smith
|
7195290020
Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."
|
10 years ago |
Richard Smith
|
59d05423ef
[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.
|
10 years ago |
Richard Smith
|
f41e52c880
PR21217: Slightly more eagerly load -fmodule-map-file= files and provide
|
10 years ago |
Reid Kleckner
|
3dadd70fc2
CUDA host device code with two code paths
|
10 years ago |
Daniel Jasper
|
4acb6a7747
Add flag -f(no-)modules-implicit-maps.
|
10 years ago |
Anastasia Stulova
|
f099cf5ce6
Extended list of valid frontend options with '-cl-std=CL2.0'.
|
10 years ago |
Reid Kleckner
|
b27216c806
Remove -fseh-exceptions in favor of checking the triple
|
10 years ago |
Kostya Serebryany
|
8b5a561a18
Introduce -fsanitize-coverage=N flag
|
10 years ago |
Alexey Samsonov
|
edab6ac0eb
[Sanitizer] Refactor sanitizer options in LangOptions.
|
10 years ago |
Alexey Samsonov
|
c914e25cc8
Introduce a SanitizerKind enum to LangOptions.
|
10 years ago |
Fariborz Jahanian
|
6feb239df8
Objective-C SDK modernization tool. Use its own option
|
10 years ago |
Nick Lewycky
|
81eedfd05c
Add a new -fmerge-functions -cc1 flag that enables function merging.
|
10 years ago |
Justin Bogner
|
d881becaad
Driver: Include driver diagnostics when we --serialize-diagnostics
|
10 years ago |
Diego Novillo
|
f19c7ec87e
Support using sample profiles with partial debug info (driver)
|
10 years ago |
Richard Smith
|
732cea5e28
[modules] Initial support for explicitly loading .pcm files.
|
10 years ago |
Richard Smith
|
b241411e50
Switch C compilations to C11 by default.
|
10 years ago |
Alexey Samsonov
|
0121057267
Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC.
|
11 years ago |
Kostya Serebryany
|
4cdae70898
Add experimental clang/driver flag -fsanitize-address-field-padding=N
|
11 years ago |
Jonathan Roelofs
|
f38a63a69e
CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems
|
11 years ago |
Reid Kleckner
|
693214b566
Add -fseh-exceptions for MinGW-w64
|
11 years ago |
David Majnemer
|
03a41d0562
Frontend: Reindent Opts.CoverageFile
|
11 years ago |
Anna Zaks
|
44323db501
Add an option to silence all analyzer warnings.
|
11 years ago |
Oliver Stannard
|
8fd4641d99
Allow __fp16 as a function arg or return type for AArch64
|
11 years ago |
Joerg Sonnenberger
|
bffbc2abe1
Convert MC command line flag for fatal assembler warnings into a proper
|
11 years ago |
Aaron Ballman
|
fbc9c9f05e
C++1y is now C++14!
|
11 years ago |
Rafael Espindola
|
86925f9d19
Convert a few ownership comments with std::unique_ptr.
|
11 years ago |