Commit Graph

5 Commits

Author SHA1 Message Date
Saleem Abdulrasool
fd4a16a3f4 AST: disambiguate swift::detail namespace (NFC)
swift::detail is ambiguous when building lldb for MSVC.  It is unable to
disambiguate between `lldb::swift::detail` and `swift::detail`.
Explicitly qualify the namespace to help it disambiguate it.
2018-05-02 10:55:43 -07:00
Jordan Rose
c3d6be64ab WIP Update to use clang::ModuleMacro instead of clang::MacroInfo.
Untested and still missing a few pieces.
2017-06-23 16:04:24 -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
Jordan Rose
88ae300e26 Don't forward-declare PointerLikeTypeTraits for Clang types.
It may be an ODR violation, i.e. Clang may already have an instantiation of
the template in its own code.

rdar://problem/24284074
2016-02-06 11:22:28 -08:00