Commit History

作者 SHA1 備註 提交日期
  Utkarsh Saxena 4000ede51f [clang] Add test for FindNextToken in Lexer. 5 年之前
  Jonas Devlieghere 49a6b09101 [Clang] Migrate llvm::make_unique to std::make_unique 6 年之前
  Reid Kleckner d646bc1c3c Remove cache for macro arg stringization 6 年之前
  Artem Dergachev ac703ee6db Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()." 6 年之前
  Artem Dergachev 1374cdc160 Revert "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()." 6 年之前
  Artem Dergachev 4c9a6a16bb [Lexer] NFC: Fix an off-by-one bug in getAsCharRange(). 6 年之前
  Duncan P. N. Exon Smith d28cf14aed Modules: Rename MemoryBufferCache to InMemoryModuleCache 6 年之前
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Richard Smith ef91bd38cd PR37189 Fix incorrect end source location and spelling for a split '>>' token. 7 年之前
  Volodymyr Sapsai 95cd7fb476 [Lex] Avoid out-of-bounds dereference in LexAngledStringLiteral. 7 年之前
  Volodymyr Sapsai 800e8894ad [Lex] Inline a variable in test in preparation for more similar tests. NFC. 7 年之前
  Taewook Oh d4cff48210 Stringizing raw string literals containing newline 7 年之前
  Alex Lorenz 4318ef1cb3 [Lex] Avoid out-of-bounds dereference in SkipLineComment 7 年之前
  Alexander Kornienko a2fc7dbc98 [Lexer] Finding beginning of token with escaped new line 8 年之前
  Faisal Vali d1a84831f5 [NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions. 8 年之前
  Faisal Vali fa8c4ac408 Revert changes from my previous refactoring - will need to fix dependencies in clang's extra tooling (such as clang-tidy etc.). 8 年之前
  Faisal Vali fc60afa41c [NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions. 8 年之前
  Erich Keane d5b5a8fae5 LexerTest memory leak fix- 8 年之前
  Erich Keane fa041f263c Fix LexerTest signed/unsigned comparison. 8 年之前
  Erich Keane bdfd67ac5a [Preprocessor]Correct Macro-Arg allocation of StringifiedArguments, 8 年之前
  Richard Smith ae2de79ce2 Add #pragma clang module build/endbuild pragmas for performing a module build 8 年之前
  Duncan P. N. Exon Smith 2bf5f686e2 Reapply "Modules: Cache PCMs in memory and avoid a use-after-free" 8 年之前
  Renato Golin cf26db83d5 Revert "Modules: Cache PCMs in memory and avoid a use-after-free" 8 年之前
  Duncan P. N. Exon Smith 4c3cdee2a5 Modules: Cache PCMs in memory and avoid a use-after-free 8 年之前
  David Blaikie a6e549dfea shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions 8 年之前
  David Blaikie 2dac430432 Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr 8 年之前
  Vedant Kumar b384460fc3 [Lexer] Don't merge macro args from different macro files 9 年之前
  James Y Knight e85ad57298 Make TargetInfo store an actual DataLayout instead of a string. 9 年之前
  Hans Wennborg c13dd1b3b8 Fix -Wextra-semi warnings. 10 年之前
  Richard Smith e48ab7f6b5 [modules] Start moving the module visibility information off the Module itself. 10 年之前