Historique des commits

Auteur SHA1 Message Date
  George Karpenkov 791a735f8c [NFC] Extract method to SourceManager for traversing the macro "stack" il y a 7 ans
  Pavel Labath 0604b824fd Remove llvm::MemoryBuffer const_casts il y a 7 ans
  Eugene Zelenko dbacc64bb6 [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). il y a 7 ans
  Richard Smith 5fa94c9ce1 Fix ownership of the MemoryBuffer in a FrontendInputFile. il y a 8 ans
  Gabor Horvath 7416a3a78f Factor out a functionality from isBeforeInTranslationUnit il y a 8 ans
  Richard Smith f2468c5d9d Remove some redundant setup when preprocessing .pcm files. il y a 8 ans
  Richard Smith a38ba9770a Fix memory leak exposed by r304726. il y a 8 ans
  Richard Smith 1a6f43b655 Rather than rejecting attempts to run preprocessor-only actions on AST files, il y a 8 ans
  Reid Kleckner ecac99cbb4 Give files from #line the characteristics of the current file il y a 8 ans
  Chih-Hung Hsieh a852e77ecc [Basic] getColumnNumber returns location of CR+LF on Windows il y a 8 ans
  Vedant Kumar 3a5a4d80a5 Drop a redundant ".get()" call (NFC) il y a 8 ans
  Vedant Kumar e5e0f9d13f [Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap (NFC) il y a 8 ans
  Mehdi Amini 3353f9f983 Use StringRef for MemoryBuffer identifier API (NFC) il y a 9 ans
  Mehdi Amini 2e23251d3e [NFC] Header cleanup il y a 9 ans
  Richard Smith 75ca7db314 One more fix for use of invalid PresumedLocs missed by r267914. il y a 9 ans
  Richard Smith 32ef06ab96 Fix use of uninitialized value exposed by r267802. Accessors of an invalid il y a 9 ans
  Richard Trieu 3fae4abaf2 Remove use of builtin comma operator. il y a 9 ans
  Yury Gribov af685824de Fix isBeforeInTranslationUnit to not abort on macros defined in cmdline. il y a 9 ans
  Yury Gribov 6048ca59b7 Small refactor in isBeforeInTranslationUnit. il y a 9 ans
  Gabor Horvath d69b791aec [analyzer] Fix IssueHash generation. il y a 9 ans
  Richard Smith 59763b390a [modules] Refactor handling of -fmodules-embed-*. Track this properly rather il y a 9 ans
  Richard Smith 8100fed41b [modules] Add -cc1 flag -fmodules-embed-all-files. il y a 9 ans
  Vedant Kumar 9dbd439a38 [Basic] Fix DRY violation, just call getLineTable() (NFC) il y a 9 ans
  Angel Garcia Gomez d162035b9b Roll-back r250822. il y a 9 ans
  Angel Garcia Gomez e83bf34da9 Apply modernize-use-default to clang. il y a 9 ans
  Yaron Keren 4d9c4a9b23 Replace double negation of !FileID.isInvalid() with FileID.isValid(). il y a 10 ans
  Richard Trieu 9fed9c10d9 Improve the printing of ranges when macros are involved. il y a 10 ans
  Richard Smith c1f5dc002f [modules] Add an experimental -cc1 feature to embed the contents of an input il y a 10 ans
  Richard Smith 57785f16bb Add SourceManager::dump() to dump the current set of SLocEntries. il y a 10 ans
  Richard Smith 99e35f0acc [modules] If loading a .pcm file would cause us to run out of source locations, attempt to fail more gracefully. (No test; this requires >= 4GB of preprocessed input...) il y a 10 ans