Skip to content
  1. Jul 09, 2013
    • Kaelyn Uhrain's avatar
      Attempt typo correction for function calls with the wrong number of arguments. · 476c823e
      Kaelyn Uhrain authored
      Combined with typo correction's new ability to apply global/absolute nested
      name specifiers to possible corrections, cases such as in PR12287 where the
      desired function is being shadowed by a lexically closer function with the
      same name but a different number of parameters will now include a FixIt.
      
      On a side note, since the test for this change caused
      test/SemaCXX/typo-correction.cpp to exceed the typo correction limit for
      a single file, I've included a test case for exceeding the limit and added
      some comments to both the original and part two of typo-correction.cpp
      warning future editors of the files about the limit.
      
      llvm-svn: 185881
      476c823e
    • Kaelyn Uhrain's avatar
      53e72198
    • Fariborz Jahanian's avatar
      ObjC migration: Skip over setter/getter with attributes · 7ac20e10
      Fariborz Jahanian authored
      for now. 
      
      llvm-svn: 185879
      7ac20e10
    • Greg Clayton's avatar
      Added missing SBModuleSpec.cpp file to the CMakeLists.txt · 4670d47f
      Greg Clayton authored
      llvm-svn: 185878
      4670d47f
    • Greg Clayton's avatar
      Added a way to extract the module specifications from a file. A module... · 226cce25
      Greg Clayton authored
      Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files).
      
      There are two new classes:
      
      lldb::SBModuleSpec
      lldb::SBModuleSpecList
      
      The SBModuleSpec wraps up a lldb_private::ModuleSpec, and SBModuleSpecList wraps up a lldb_private::ModuleSpecList.
      
      llvm-svn: 185877
      226cce25
  2. Jul 08, 2013
Loading