Skip to content
  1. Nov 30, 2010
  2. Nov 29, 2010
  3. Nov 24, 2010
  4. Nov 23, 2010
  5. Nov 21, 2010
  6. Nov 19, 2010
  7. Nov 18, 2010
  8. Nov 12, 2010
  9. Nov 09, 2010
  10. Nov 03, 2010
    • Argyrios Kyrtzidis's avatar
      Implement -working-directory. · 71731d6b
      Argyrios Kyrtzidis authored
      When -working-directory is passed in command line, file paths are resolved relative to the specified directory.
      This helps both when using libclang (where we can't require the user to actually change the working directory)
      and to help reproduce test cases when the reproduction work comes along.
      
      --FileSystemOptions is introduced which controls how file system operations are performed (currently it just contains
       the working directory value if set).
      --FileSystemOptions are passed around to various interfaces that perform file operations.
      --Opening & reading the content of files should be done only through FileManager. This is useful in general since
       file operations will be abstracted in the future for the reproduction mechanism.
      
      FileSystemOptions is independent of FileManager so that we can have multiple translation units sharing the same
      FileManager but with different FileSystemOptions.
      
      Addresses rdar://8583824.
      
      llvm-svn: 118203
      71731d6b
    • Anders Carlsson's avatar
      When setting a tied check if it's already tied. If it's tied to another... · 2d5f8b42
      Anders Carlsson authored
      When setting a tied check if it's already tied. If it's tied to another constraint it's invalid. Fixes PR3905.
      
      llvm-svn: 118146
      2d5f8b42
    • Anders Carlsson's avatar
  11. Nov 02, 2010
  12. Oct 30, 2010
Loading