커밋 기록

작성자 SHA1 메시지 날짜
  Rafael Espindola e616fa6104 Include system_error directly. 11 년 전
  Rafael Espindola 9986295b4f Replace llvm::error_code with std::error_code. 11 년 전
  Ben Langmuir 9932d9ebb8 Invalidate the file system cache entries for files that may rebuild 11 년 전
  Ben Langmuir acdc0afb1e Revert "Invalidate the file system cache entries for files that may rebuild" 11 년 전
  Ben Langmuir d7d0010c54 Invalidate the file system cache entries for files that may rebuild 11 년 전
  Craig Topper 5017bb6616 [C++11] Use 'nullptr'. Serialization edition. 11 년 전
  Ben Langmuir e3870d8c83 Speculative fix for Windows buildbot after r209138 11 년 전
  Ben Langmuir 2e7f8bef22 Don't refresh stat() info for pcm files 11 년 전
  Ben Langmuir 735d818c01 Fix use-after-free and spurious error during module load 11 년 전
  Ben Langmuir dbbd409b15 Fix a use-after-free bug I recently introduced in lookupModuleFile 11 년 전
  Ben Langmuir 64d1a0b8f9 Avoid a potential race between stat() and open() of ASTFile 11 년 전
  Ben Langmuir ef1b5dcd49 Allow multiple modules with the same name to coexist in the module cache 11 년 전
  Chandler Carruth 50744c2e43 [C++11] Remove a now unnecessary use of std::function for a remove_if 11 년 전
  Benjamin Kramer 802ac72495 [C++11] Replace verbose functors with succinct lambdas 11 년 전
  Ben Langmuir d7596d6412 Recommit virtual file system 11 년 전
  Juergen Ributzka 6c03a38d81 Reverting the virtual file system implementation, because it triggers an assertion 11 년 전
  Ben Langmuir 91e3d5860a Initial implementation of virtual file system 11 년 전
  Dmitri Gribenko 337c8c682f Add an option to allow Clang verify source files for a module only once during 11 년 전
  Eli Friedman edadb9a879 Add a bit more info to modules fatal error. 12 년 전
  Benjamin Kramer 809d254c1f This wasn't headers, just missing namespaces. 12 년 전
  Benjamin Kramer ae0cdff0b8 Add missing includes. 12 년 전
  Robert Wilhelm 344472ebed Use pop_back_val() instead of both back() and pop_back(). 12 년 전
  Rafael Espindola 8229d22e64 Include Path.h instead of PathV2.h. 12 년 전
  Douglas Gregor c544ba0969 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 12 년 전
  Douglas Gregor fa69fc1912 <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interaction to eliminate a pile of extraneous stats(). 12 년 전
  Benjamin Kramer 0beab27464 Remove unused variable. 12 년 전
  Douglas Gregor 677e15ffee <rdar://problem/13363214> Eliminate race condition between module rebuild and the global module index. 12 년 전
  Douglas Gregor ea14a8799f Never cache the result of a module file lookup. 12 년 전
  Douglas Gregor d3cf5fba33 Eliminate memory allocation from most invocations of 12 년 전
  Douglas Gregor 188bdcd1aa Improve coordination between the module manager and the global module 12 년 전