Skip to content
  1. Jul 03, 2013
    • Kaelyn Uhrain's avatar
      Look for corrections in enclosing namespaces that require a global NestedNameSpecifier. · b18b0c0f
      Kaelyn Uhrain authored
      CorrectTypo will now see and consider those corrections that are effectively
      shadowed by other declarations in a closer context when resolved via an
      unqualified lookup. This involves adding any parent namespaces to the set of
      namespaces as fully-qualified name specifiers, and also adding potential
      corrections that passed name lookup but were rejected by the given
      CorrectionCandidateCallback into the set of failed corrections that should be
      tried with the set of namespace specifiers.
      
      llvm-svn: 185486
      b18b0c0f
    • Manman Ren's avatar
      Debug Info: use module flag to set up Dwarf version. · ac8062bb
      Manman Ren authored
      Correctly handles ref_addr depending on the Dwarf version. Emit Dwarf with
      version from module flag.
      
      TODO: turn on/off features depending on the Dwarf version.
      llvm-svn: 185484
      ac8062bb
    • Manman Ren's avatar
      Debug Info: set default to gdwarf-2 for Darwin. · 38db0920
      Manman Ren authored
      Darwin systems currently do not support dwarf version 3 or above. When we are
      ready, we can bump the default to gdwarf-4 for Darwin.
      
      For other systems, the default is dwarf version 3, if everything goes smoothly,
      we can bump the version to 4.
      
      rdar://13591116
      
      llvm-svn: 185483
      38db0920
  2. Jul 02, 2013
Loading