Commit History

Author SHA1 Message Date
  Fangrui Song 231854d01b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 6 years ago
  Harlan Haskins 43696f8809 [clang] Adopt new FileManager error-returning APIs 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Raphael Isemann 9db9051461 Misc typos fixes in ./lib folder 6 years ago
  Fangrui Song abdbb605f2 Remove trailing space 7 years ago
  Malcolm Parsons b9a1fd1bfe Fix Clang-tidy readability-redundant-string-cstr warnings 8 years ago
  Argyrios Kyrtzidis 1ad799453a Fix a small bug in clang where generating some temporary files would have an extra period before the extension. 10 years ago
  Rafael Espindola 25f52a318b Use the simpler version of llvm::sys::fs::exists. 11 years ago
  Rafael Espindola 97b51af3b9 Update for llvm api change. 11 years ago
  Rafael Espindola e4b06e92e5 Use std::unique_ptr in a few methods that take ownership. 11 years ago
  Rafael Espindola 860df574e7 Update for llvm api change. 11 years ago
  Alp Toker f8dfddaaa5 Remove leftovers of '-arcmt-modify-in-memory' from r133315 11 years ago
  Rafael Espindola a7025137ce There is no std::errc:success, remove the llvm one. 11 years ago
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. 11 years ago
  Rafael Espindola 2018c6b469 Update for llvm api change. 11 years ago
  Rafael Espindola 10a3be3af9 Use simpler version of fs::create_directory. 11 years ago
  Alp Toker a2474459be Enforce safe usage of DiagnosticsEngine::getCustomDiagID() 11 years ago
  Rafael Espindola ce314dc250 Use the simpler version of llvm::sys::fs::remove when possible. 11 years ago
  Argyrios Kyrtzidis ad3c2b5faa [arcmt] Remove some dead code. 12 years ago
  Rafael Espindola d965f95daa Update for llvm API change. 12 years ago
  Rafael Espindola 1ec4a86a86 Use llvm::sys::fs::createTemporaryFile. 12 years ago
  Benjamin Kramer 0b214905f7 Modernize some low-hanging PathV1 uses. 12 years ago
  Rafael Espindola 34392373fe Include PathV1.h in files that use it. 12 years ago
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 years ago
  Douglas Gregor 14e71f0413 Move PreprocessorOptions into the Lex library, and make it intrusively 13 years ago
  David Blaikie 95109d2eb6 Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized. 13 years ago
  Benjamin Kramer 7e42392eb2 Simplify some users of DenseMap::erase. 13 years ago
  Ted Kremenek 30660a8985 Add new code migrator support for migrating existing Objective-C code to use 13 years ago
  Dylan Noblesmith f7ccbad5d9 Basic: import SmallString<> into clang namespace 13 years ago
  Dylan Noblesmith 6f42b62b61 Basic: import OwningPtr<> into clang namespace 13 years ago