Skip to content
  1. Dec 02, 2009
    • Daniel Dunbar's avatar
      Add ASTUnit::LoadFromCommandLine, which creates an ASTUnit out of a list of · 55a17b66
      Daniel Dunbar authored
      (clang/driver) command line arguments (including the source file).
       - The arguments are expected to include the source file.
      
       - The idea is that even though this is a somewhat odd API, its the form which
         many tools can most easily use (for example, by interposing with the compiler).
      
      Also, switch index-test's -ast-from-source to use this entry point, and provide
      a -arg command line argument which can be used to test that the command line
      arguments are handled correctly.
      
      llvm-svn: 90288
      55a17b66
  2. Dec 01, 2009
  3. Nov 30, 2009
  4. Nov 29, 2009
  5. Nov 28, 2009
  6. Nov 26, 2009
  7. Nov 25, 2009
  8. Nov 24, 2009
  9. Nov 23, 2009
Loading