提交历史

作者 SHA1 备注 提交日期
  Chris Lattner 39b49bcaad now the FileManager has a FileSystemOpts ivar, stop threading 14 年之前
  Chris Lattner 7ad97ffa63 give FileManager a 'FileSystemOptions' ivar, which will be used 14 年之前
  Argyrios Kyrtzidis ab41b97c3c Remove the hack where, to get the return status, we had special case for VerifyDiagnosticsClient 14 年之前
  Argyrios Kyrtzidis f2224d89a6 Since multiple diagnostics can share one diagnostic client, have the client keeping track 14 年之前
  Argyrios Kyrtzidis 33e4e70c8c Refactoring of Diagnostic class. 14 年之前
  Douglas Gregor e47be3e968 Improve ASTUnit's capture of diagnostics so that the 14 年之前
  Argyrios Kyrtzidis 389db16c63 Implement -working-directory. 15 年之前
  Dan Gohman 90d9081cac Add support for code completion on stdin. 15 年之前
  Dan Gohman 694137c54c Simplify this code: don't check for the same error two 15 年之前
  Douglas Gregor a9f4f620da Eliminate the (de-)serialization of code completion results, now that 15 年之前
  Douglas Gregor d3ab63e0f6 Eliminate -fdiagnostics-binary and all of the infrastructure for 15 年之前
  Axel Naumann 7d0c4ccd65 Tighten up constness of argv parameters to allow for string literals as argumants and to reflect actual (non-modifying) use. 15 年之前
  Sebastian Redl 1d9f1fe717 Give every file that ASTReader loads a type: module, PCH, precompiled preamble or main file. Base Decls' PCHLevel on this to make it more sane. 15 年之前
  Argyrios Kyrtzidis dc24572a44 Use a temporary file for output which gets renamed after all the writing is finished. 15 年之前
  Dan Gohman f155dfa4e2 createMainFileID doesn't need its IncludePos argument, since 15 年之前
  Sebastian Redl 6ab7cd853e Rename the ASTReader header files. 15 年之前
  Sebastian Redl 571db7f0cb Rename various classes from PCH to AST. 15 年之前
  Sebastian Redl c43b54cbc1 Rename PCHReader to ASTReader. 15 年之前
  Douglas Gregor bdbb004f38 Simplify the ownership model for DiagnosticClients, which was really 15 年之前
  Sebastian Redl 857281328f Reintroduce the serialization library, with fixed dependencies. 15 年之前
  Douglas Gregor 4557e473c9 Revert Sebastian's build-breaking patch. 15 年之前
  Sebastian Redl 93c972945b Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change. 15 年之前
  Douglas Gregor 8071e4212a Extend the code-completion caching infrastructure to include global 15 年之前
  Douglas Gregor 1e3a97c98a The Sema object will get destroyed before all of the others anyway. We don't need to force it 15 年之前
  Douglas Gregor f18d0d8b39 Teach CompilerInstance to create and hold on to the Sema object used 15 年之前
  Douglas Gregor 1abc6bca3d Add code-completion support directly to ASTUnit, which performs code 15 年之前
  Sebastian Redl ffaab3e2bb Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. 15 年之前
  Douglas Gregor fae3b2f474 Implement -fno-validate-pch at the -cc1 level, which suppresses most 15 年之前
  Douglas Gregor 63fe86bee6 Make ASTContext always use the BumpPtrAllocator. 15 年之前
  Sebastian Redl fae4f1546a Correctly initialize Reader to null. 15 年之前