We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d540f38 commit 765ae34Copy full SHA for 765ae34
clang/include/clang/Driver/Driver.h
@@ -598,6 +598,7 @@ class Driver {
598
/// compilation based on which -f(no-)?lto(=.*)? option occurs last.
599
void setLTOMode(const llvm::opt::ArgList &Args);
600
601
+public:
602
/// Retrieves a ToolChain for a particular \p Target triple.
603
///
604
/// Will cache ToolChains for the life of the driver object, and create them
@@ -606,6 +607,7 @@ class Driver {
606
607
const llvm::Triple &Target) const;
608
609
/// @}
610
+private:
611
612
/// Get bitmasks for which option flags to include and exclude based on
613
/// the driver mode.
0 commit comments