Dmitri Gribenko
825127b44f
Added an inline keyword to a function defined in a header
...
Otherwise, we could get an ODR violation due to duplicate definitions
coming from multiple translation units that include this header.
2020-01-24 17:53:00 +01:00
Arnold Schwaighofer
ae46d52d9b
IRGen: Fix undefined behavior virtual class without virtual destructor
2017-04-24 18:22:49 -07:00
practicalswift
6d1ae2a39c
[gardening] 2016 → 2017
2017-01-06 16:41:22 +01:00
practicalswift
797b80765f
[gardening] Use the correct base URL ( https://swift.org ) in references to the Swift website
...
Remove all references to the old non-TLS enabled base URL (http://swift.org )
2016-11-20 17:36:03 +01:00
practicalswift
fe6ed4c466
[gardening] Fix inconsistent header.
2016-10-19 12:58:54 +02:00
Michael Gottesman
4bb233d683
[gardening] Move switch building utility code from GenEnum.cpp to SwitchBuilder.h
...
This code is utility code that is just thrown around in the middle of the enum
emission code and makes it difficult to follow. It is something that is large
enough really to stand on its on.
2016-10-18 22:54:26 -07:00