提交歷史

作者 SHA1 備註 提交日期
  Fangrui Song b76b345fe1 Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC 6 年之前
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Fangrui Song abdbb605f2 Remove trailing space 7 年之前
  Julie Hockett 1a597eeed3 Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective' 7 年之前
  Julie Hockett e5a13a5389 Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective" 7 年之前
  Julie Hockett 6a37651bb3 [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective 7 年之前
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 年之前
  Cameron Desrochers 505903c4d0 [PCH] Serialize skipped preprocessor ranges 7 年之前
  Eugene Zelenko 5e1ed772d8 [Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 年之前
  Vedant Kumar c9445f041c [Lexer] Report more precise skipped regions (PR34166) 8 年之前
  Vedant Kumar e05b249e25 Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test."" 8 年之前
  Vedant Kumar 313bd3bb2c Revert "PPCallbacks::MacroUndefined, change signature and add test." 8 年之前
  Frederich Munch 9bc5210653 PPCallbacks::MacroUndefined, change signature and add test. 8 年之前
  Benjamin Kramer fd352be22e Retire llvm::alignOf in favor of C++11 alignof. 8 年之前
  Angel Garcia Gomez d162035b9b Roll-back r250822. 9 年之前
  Angel Garcia Gomez e83bf34da9 Apply modernize-use-default to clang. 9 年之前
  Yaron Keren 4d9c4a9b23 Replace double negation of !FileID.isInvalid() with FileID.isValid(). 10 年之前
  Alexander Kornienko 8ca7705aa3 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 10 年之前
  Alexander Kornienko ac58acc7f2 Fixed/added namespace ending comments using clang-tidy. NFC 10 年之前
  Richard Smith f9cfb2d2dc Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*, in order to preserve full information on module macro expansion. 10 年之前
  Richard Smith 0a6028ee41 Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 10 年之前
  Benjamin Kramer 7c070ee11d Implement PreprocessingRecord's and LazyVector's iterators on top of iterator_adaptor_base 10 年之前
  David Blaikie a9ee4553b8 Simplify boolean expressions in clang with clang-tidy 10 年之前
  Benjamin Kramer 7daf211f6c Update APIs that return a pair of iterators to return an iterator_range instead. 10 年之前
  Craig Topper da176c6d6a [C++11] Use 'nullptr'. Lex edition. 11 年之前
  Argyrios Kyrtzidis 159fac6431 [libclang] Record ranges skipped by the preprocessor and expose them with libclang. 11 年之前
  John Thompson 6fb63ab0c7 Add SourceRange to PPCallbacks::Defined callback. 12 年之前
  Argyrios Kyrtzidis dd08a0c178 [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about 12 年之前
  Argyrios Kyrtzidis c56fff7fd2 [Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses. 12 年之前
  Argyrios Kyrtzidis c515978bd3 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the 12 年之前