.. |
Attributes.cpp
|
Ignore the "novtable" declspec when not using the Microsoft C++ ABI.
|
2015-07-20 22:57:31 +00:00 |
Builtins.cpp
|
[Driver] Add support for -fno-builtin-foo options.
|
2016-01-06 14:35:46 +00:00 |
CMakeLists.txt
|
Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in VerifyDiagnosticsConsumer
|
2015-06-13 07:11:40 +00:00 |
CharInfo.cpp
|
…
|
|
Diagnostic.cpp
|
[Diagnostics] Call setMapping on the correct diagnostic states in a few places. GetCurDiagState() was being used when it shouldn't be.
|
2015-11-26 05:51:54 +00:00 |
DiagnosticIDs.cpp
|
Add an unnecessary makeArrayRef I add earlier. I didn't realize range-based for loops worked with arrays.
|
2015-10-18 05:29:23 +00:00 |
DiagnosticOptions.cpp
|
Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in VerifyDiagnosticsConsumer
|
2015-06-13 07:11:40 +00:00 |
FileManager.cpp
|
unique_ptrify some collections in FileManager
|
2015-12-09 17:23:13 +00:00 |
FileSystemStatCache.cpp
|
[cleanup] Remove some unused #ifdef's
|
2015-06-11 23:34:13 +00:00 |
IdentifierTable.cpp
|
[coroutines] Add lexer support for co_await, co_yield, and co_return keywords.
|
2015-10-22 03:52:15 +00:00 |
LangOptions.cpp
|
[Driver] Add support for -fno-builtin-foo options.
|
2016-01-06 14:35:46 +00:00 |
Makefile
|
Revert r223578, perf data collection depends on the old symbol name.
|
2014-12-10 23:49:03 +00:00 |
Module.cpp
|
[modules] If we're given a module file, via -fmodule-file=, for a module, but
|
2015-11-05 00:54:55 +00:00 |
ObjCRuntime.cpp
|
Watch and TV OS: wire up basic ABI choices
|
2015-10-30 16:30:36 +00:00 |
OpenMPKinds.cpp
|
[OpenMP] Parsing + sema for "target exit data" directive.
|
2016-01-19 20:04:50 +00:00 |
OperatorPrecedence.cpp
|
Replace C++0x in a comment with C++11
|
2013-07-14 17:04:56 +00:00 |
SanitizerBlacklist.cpp
|
Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isValid().
|
2015-10-03 05:15:57 +00:00 |
Sanitizers.cpp
|
Pull trivial SanitizerSet methods into the header.
|
2015-07-14 15:34:19 +00:00 |
SourceLocation.cpp
|
Removing spurious semi colons; NFC.
|
2015-06-09 12:04:17 +00:00 |
SourceManager.cpp
|
[analyzer] Fix IssueHash generation.
|
2015-12-01 09:00:41 +00:00 |
TargetInfo.cpp
|
Change of UserLabelPrefix default value from "_" to ""
|
2016-01-22 15:24:34 +00:00 |
Targets.cpp
|
Change of UserLabelPrefix default value from "_" to ""
|
2016-01-22 15:24:34 +00:00 |
TokenKinds.cpp
|
[C++11] Use 'nullptr'.
|
2014-05-08 06:41:40 +00:00 |
Version.cpp
|
Revert r223578, perf data collection depends on the old symbol name.
|
2014-12-10 23:49:03 +00:00 |
VersionTuple.cpp
|
MS ABI: Implement driver-level support for thread-safe statics
|
2015-03-22 08:39:22 +00:00 |
VirtualFileSystem.cpp
|
[vfs] Normalize working directory if requested.
|
2016-01-09 16:33:16 +00:00 |
Warnings.cpp
|
Use -Rblah, not -Wblah, to control remark diagnostics. This was always the
|
2014-08-07 00:24:21 +00:00 |