Skip to content
Snippets Groups Projects
  1. Dec 11, 2012
  2. Dec 04, 2012
  3. Sep 16, 2012
  4. Sep 06, 2012
  5. Aug 17, 2012
  6. Feb 05, 2012
  7. Sep 26, 2011
  8. Sep 22, 2011
  9. Sep 19, 2011
  10. Sep 04, 2011
  11. Jul 23, 2011
  12. Apr 15, 2011
  13. Feb 28, 2011
  14. Dec 16, 2010
  15. Dec 09, 2010
  16. Nov 23, 2010
  17. Nov 03, 2010
    • Argyrios Kyrtzidis's avatar
      Implement -working-directory. · 389db16c
      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.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118203 91177308-0d34-0410-b5e6-96231b3b80d8
      389db16c
  18. Aug 12, 2010
  19. Jul 27, 2010
  20. Mar 12, 2010
  21. Nov 28, 2009
  22. Nov 12, 2009
  23. Nov 11, 2009
  24. Oct 18, 2009
  25. Oct 16, 2009
  26. Sep 09, 2009
  27. Aug 23, 2009
  28. Apr 20, 2009
  29. Mar 22, 2009
    • Ted Kremenek's avatar
      PTHManager::Create(): · 22f0d092
      Ted Kremenek authored
      - Make the Diagnostic::Level for PTH errors to be specified by the caller
      
      clang (driver):
      - Set the PTHManager diagnostic level to "Diagnostic::Error" for -include-pth
        (a hard error) and Diagnostic::Warning for -token-cache (we can still
        proceed).
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67462 91177308-0d34-0410-b5e6-96231b3b80d8
      22f0d092
  30. Mar 21, 2009
  31. Mar 20, 2009
  32. Mar 19, 2009
Loading