This website requires JavaScript.
Explore
Help
Sign In
averello
/
swift-mirror
Watch
1
Star
0
Fork
0
You've already forked swift-mirror
mirror of
https://github.com/apple/swift.git
synced
2025-12-21 12:14:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f52c6789db13d6c0476410c5e3ad3ae68779153f
swift-mirror
/
lib
/
Frontend
History
Doug Gregor
f52c6789db
Track the minimum deployment target and use it for 'unavailable' computations.
...
Swift SVN r20955
2014-08-02 18:05:45 +00:00
..
CMakeLists.txt
Moved Swift's option table from swiftDriver into a new swiftOption library.
2014-07-10 20:51:50 +00:00
CompilerInvocation.cpp
Track the minimum deployment target and use it for 'unavailable' computations.
2014-08-02 18:05:45 +00:00
DependencyFileGenerator.cpp
Fix memory-smashing logic error in dependency file generation.
2014-05-21 23:33:51 +00:00
DiagnosticVerifier.cpp
[ClangImporter] Define header guards for <iso646.h> so it's never present.
2014-07-10 20:19:33 +00:00
Frontend.cpp
Change ASTContext's LoadedModules map to be keyed by Identifiers, not strings.
2014-08-01 18:03:47 +00:00
FrontendOptions.cpp
Add support for dependency file generation with -emit-dependencies.
2014-05-14 00:34:11 +00:00
PrintingDiagnosticConsumer.cpp
Add support for a #line directive.
2014-06-30 23:50:11 +00:00
SerializedDiagnosticConsumer.cpp
Handle invalid locations in the serialized diagnostic consumer. Fixes <rdar://problem/17422366>.
2014-06-25 21:12:25 +00:00