Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Basic
/
LangOptions.cpp
35b6139
[OpenCL] Factor out language version printing
by Sven van Haastregt
· 7 years ago
25cae5a2
[Basic] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
85a83c2
[Modules] Handle sanitizer feature mismatches when importing modules
by Vedant Kumar
· 8 years ago
835832d
[XRay] Add -fxray-{always,never}-instrument= flags to clang
by Dean Michael Berris
· 8 years ago
e0bde75
Do not print include_next/pragma once warnings when input is a header.
by Erik Verbruggen
· 9 years ago
ce2da5e
Use StringRef in LangOptions::isNoBuiltinFunc API (NFC)
by Mehdi Amini
· 9 years ago
7e82e01
[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
by Richard Smith
· 10 years ago
7dbc9cf
[Driver] Add support for -fno-builtin-foo options.
by Chad Rosier
· 10 years ago
a511cdd
Allow to specify multiple -fsanitize-blacklist= arguments.
by Alexey Samsonov
· 11 years ago
a041610
[Sanitizer] Refactor sanitizer options in LangOptions.
by Alexey Samsonov
· 11 years ago
edf99a9
Introduce a SanitizerKind enum to LangOptions.
by Alexey Samsonov
· 11 years ago
035462c
Get rid of SanitizerOptions::Disabled global. NFC.
by Alexey Samsonov
· 11 years ago
b537a3a
Add stopgap option -fmodule-implementation-of <name>
by Ben Langmuir
· 11 years ago
fc56746
Add a *San + modules FIXME.
by Richard Smith
· 13 years ago
f54319c
[ubsan] Add support for -fsanitize-blacklist
by Will Dietz
· 13 years ago
7d106e4
Add a -cc1-level option -fmodule-name=<name>, which will be used when
by Douglas Gregor
· 14 years ago
8455e76
Teach LangOptions::resetNonModularOptions to actually do what it says it does
by Douglas Gregor
· 14 years ago
f1312a8
When building a module on-demand, clear out the "non-modular" language
by Douglas Gregor
· 14 years ago
79a9141
Switch LangOptions over to a .def file that describes header of the
by Douglas Gregor
· 14 years ago
48db39d
Remove the serialization code that predates precompiled
by Douglas Gregor
· 16 years ago
d796c18
Add -fobjc-gc and -fobjc-gc-only options to the driver.
by Ted Kremenek
· 17 years ago
7a51313
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 18 years ago
[Renamed from clang/Basic/LangOptions.cpp]
5b12ab8
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 18 years ago
2fe0dd0
Fix file header.
by Chris Lattner
· 18 years ago
ae492c4
Implemented serialization of LangOptions.
by Ted Kremenek
· 18 years ago