Revīziju vēsture

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