提交历史

作者 SHA1 备注 提交日期
  Richard Smith ef91bd38cd PR37189 Fix incorrect end source location and spelling for a split '>>' token. 7 年之前
  Aaron Ballman 02d25f33f5 Defer adding keywords to the identifier table until after the language options have been loaded from the AST file. 7 年之前
  Ilya Biryukov 39491d7b60 [CodeComplete] Fix completion in the middle of idents in macro calls 7 年之前
  Pavel Labath 0604b824fd Remove llvm::MemoryBuffer const_casts 7 年之前
  Eugene Zelenko 076f444bf6 [Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 年之前
  Erik Verbruggen 16962ce7c2 [preamble] Also record the "skipping" state of the preprocessor 7 年之前
  Faisal Vali 3a7dad24b1 [c++2a] Implement P0306 __VA_OPT__ (Comma omission and comma deletion) 7 年之前
  Cameron Desrochers aacb703987 [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuating BOM presence) 8 年之前
  Ilya Biryukov 0d2d302e54 Fixed a crash on replaying Preamble's PP conditional stack. 8 年之前
  Richard Smith d1cebef954 [c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C++17 and before. 8 年之前
  Olivier Goffart baa1507823 Keep the IdentifierInfo in the Token for alternative operator keyword 8 年之前
  Erik Verbruggen 0fc70de55d Fix invalid warnings for header guards in preambles 8 年之前
  Erich Keane 6feeb00acd Support operator keywords used in Windows SDK(fix ubsan) 8 年之前
  Erich Keane 3148514e3b support operator keywords used in Windows SDK 8 年之前
  Erik Verbruggen 0289cea07c Allow for unfinished #if blocks in preambles 8 年之前
  Richard Smith c9d8bd8ed2 Remove unused tracking of owning module for MacroInfo objects. 8 年之前
  Richard Smith f195b64c78 Add #pragma clang module begin/end pragmas and generate them when preprocessing a module. 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 2dac430432 Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr 8 年之前
  Eugene Zelenko 76355613f3 Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. 9 年之前
  Richard Smith d605534140 C++ Modules TS: add frontend support for building pcm files from module 9 年之前
  Richard Smith ec9187d1cd C++ Modules TS: Add parsing support for module import declaration. 9 年之前
  Richard Smith 40fb0b9d86 PR28438: Update the information on an identifier with local definitions before 9 年之前
  John Brawn 0cfb8c87df Reapply r276973 "Adjust Registry interface to not require plugins to export a registry" 9 年之前
  John Brawn 40e6fbb0af Revert r276973 "Adjust Registry interface to not require plugins to export a registry" 9 年之前
  John Brawn b0e340c77e Reapply r276856 "Adjust Registry interface to not require plugins to export a registry" 9 年之前
  Vassil Vassilev 0ed81cd54f Implement filtering for code completion of identifiers. 9 年之前
  John Brawn ed9b826436 Revert r276856 "Adjust Registry interface to not require plugins to export a registry" 9 年之前