]> granicus.if.org Git - clang/history - lib/Lex
[FrontendTests] Try again to make test not write an output file
[clang] / lib / Lex /
2019-10-11 Volodymyr Sapsai[Stats] Convert some ad-hoc header search stats to...
2019-10-08 Alex Lorenz[clang-scan-deps] Improve string/character literal...
2019-10-07 Amy HuangFix for expanding __pragmas in macro arguments
2019-09-26 Alex Lorenz[clang-scan-deps] Allow continuation line backslashes...
2019-09-26 Reid KlecknerMove normalization of `\` in #includes from -fms-compat...
2019-09-25 Reid KlecknerSimplify -fms-compatibility include lookup logic, NFC
2019-09-19 Alex LorenzFix for stringized function-macro args continued across...
2019-09-16 Lubos Lunakdo not emit -Wunused-macros warnings in -frewrite-inclu...
2019-09-13 Erich Keane[NFCI]Create CommonAttributeInfo Type as base type...
2019-09-11 Alex Lorenz[clang-scan-deps] add skip excluded conditional preproc...
2019-09-11 Volodymyr SapsaiFix -Wnonportable-include-path suppression for header...
2019-08-31 Alex LorenzIntroduce a DirectoryEntryRef that stores both a refere...
2019-08-28 Alexandre GaneaRe-land [clang-scan-deps] Minimizer: Correctly handle...
2019-08-27 Evgeny Mankov[preprocessor] Add an opportunity to retain excluded...
2019-08-27 Alex LorenzUse FileEntryRef for PPCallbacks::HasInclude
2019-08-27 Richard SmithRevert "[clang-scan-deps] Minimizer: Correctly handle...
2019-08-27 Alex LorenzUse FileEntryRef for PPCallbacks::FileSkipped
2019-08-27 Alexandre Ganea[clang-scan-deps] Skip UTF-8 BOM in source minimizer
2019-08-26 Alexandre Ganea[clang-scan-deps] Minimizer: Correctly skip over double...
2019-08-26 Alexandre Ganea[clang-scan-deps] Minimizer: Correctly handle multi...
2019-08-26 Duncan P. N. Exon... FileManager: Use llvm::Expected in new getFileRef API
2019-08-22 Alex LorenzIntroduce FileEntryRef and use it when handling include...
2019-08-21 Nico Weberclang: Fix typo in comment
2019-08-14 Jonas Devlieghere[Clang] Migrate llvm::make_unique to std::make_unique
2019-08-14 Richard SmithAdd __has_builtin support for builtin function-like...
2019-08-13 Alexey BataevDon't use std::errc
2019-08-09 Reid KlecknerDon't diagnose errors when a file matches an include...
2019-08-09 Michael J. Spencer[clang-scan-deps] Add minimizer support for C++20 modules.
2019-08-08 Reid KlecknerFix up fd limit diagnosis code
2019-08-08 Nico Weberclang: Diag running out of file handles while looking...
2019-08-01 Harlan Haskins[clang] Adopt new FileManager error-returning APIs
2019-08-01 Ilya Biryukov[Preprocessor] Always discard body of #define if we...
2019-07-30 Reid KlecknerRemove cache for macro arg stringization
2019-07-18 Alex Lorenz[clang-scan-deps] Dependency directives source minimize...
2019-07-16 Rui UeyamaFix parameter name comments using clang-tidy. NFC.
2019-07-12 Fangrui SongDelete dead stores
2019-07-10 Alex Lorenz[clang-scan-deps] Dependency directives source minimizer:
2019-07-04 Vassil Vassilev[modules] Add PP callbacks for entering and leaving...
2019-07-03 Fangrui SongChange std::{lower,upper}_bound to llvm::{lower,upper...
2019-07-03 Kadir Cetinkaya[clang][HeaderSearch] Shorten paths for includes in...
2019-07-02 Erik Pilkington[C++2a] Add __builtin_bit_cast, used to implement std...
2019-06-21 Richard SmithFix __has_cpp_attribute expansion to produce trailing...
2019-06-06 Kadir Cetinkaya[clang][HeaderSearch] Consider all path separators...
2019-06-03 Alex LorenzFix windows build for commit r362459
2019-06-03 Alex LorenzAdd clang source minimizer that reduces source to direc...
2019-05-29 Eric FiselierMake __has_builtin work with __builtin_LINE and friends.
2019-05-27 Volodymyr Sapsai[Preprocessor] Fix crash emitting note with framework...
2019-05-21 Joel E. Denny[PragmaHandler] Expose `#pragma` location
2019-05-17 Ilya Biryukov[Lex] Allow to consume tokens while preprocessing
2019-05-16 Kristina BrooksReland "[Clang][PP] Add the __FILE_NAME__ builtin macro"
2019-05-16 Kristina BrooksRevert r360833 until I can work out the issue with...
2019-05-16 Kristina BrooksFix assumption about Win32 paths in r360833
2019-05-16 Kristina Brooks[Clang][PP] Add the __FILE_NAME__ builtin macro.
2019-05-10 Nikolai Kosjar[Preamble] Stop circular inclusion of main file when...
2019-05-07 David Blaikie-frewrite-imports: Add support for wildcard rules in...
2019-05-04 Richard Smith[c++20] Implement tweaked __VA_OPT__ rules from P1042R1:
2019-04-29 Mike RiceWhen skipping code at the start of a file during PCH...
2019-04-24 Kadir Cetinkaya[clang][HeaderSuggestion] Handle the case of dotdot...
2019-04-24 Kadir Cetinkaya[clang][HeaderSearch] Make sure there are no backslashe...
2019-04-18 Richard Smith[c++2a] Add semantic support for private module fragments.
2019-04-18 Richard SmithAdd '#pragma clang __debug module_map module.name'...
2019-04-18 Richard Smith[c++2a] Improve diagnostic for use of declaration from...
2019-04-14 Richard Smith[c++20] Parsing support for module-declarations, import...
2019-04-11 Richard Smith[C++20] Implement context-sensitive header-name lexing...
2019-04-11 Richard SmithRemove use of lookahead from _Pragma handling and from...
2019-03-31 Fangrui SongRange-style std::find{,_if} -> llvm::find{,_if}. NFC
2019-03-26 Duncan P. N. Exon... Basic: Return a reference from FileManager::getVirtualF...
2019-03-26 Anastasia Stulova[OpenCL] Allow variadic macros as Clang feature.
2019-03-21 Richard SmithImprove the diagnostic for #include_next occurring...
2019-03-21 Richard SmithRefactor handling of #include directives to cleanly...
2019-03-19 Richard SmithReplace tok::angle_string_literal with new tok::header_...
2019-03-19 Richard SmithFactor out repeated code parsing and concatenating...
2019-03-19 Richard SmithDon't apply the include depth limit until we actually...
2019-03-14 Reid KlecknerAdd PragmaHandler for MSVC pragma execution_character_set
2019-03-09 Duncan P. N. Exon... Modules: Rename MemoryBufferCache to InMemoryModuleCache
2019-03-01 Fangrui SongFix file headers. NFC
2019-02-14 Nico WeberPrint a note to the called macro when diagnosing err_em...
2019-02-05 Volodymyr Sapsai[Preprocessor] Add a note with framework location for...
2019-01-29 Yaxun Liu[CUDA][HIP] Do not diagnose use of _Float16
2019-01-25 Erich KeaneRemove F16 literal support based on Float16 support.
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-19 Chandler CarruthRemove random windows line endings that snuck into...
2019-01-17 Aaron BallmanRevert r351209 (which was a revert of r350891) with...
2019-01-16 Pavel Labath[Support] Remove error return value from one overload...
2019-01-15 Volodymyr Sapsai[MSVC Compat] Fix typo correction for inclusion directives.
2019-01-15 Benjamin KramerRevert "Correct the source range returned from preproce...
2019-01-11 Aaron BallmanAdd an explicit initializer to silence a -Wmissing...
2019-01-10 Aaron BallmanCorrect the source range returned from preprocessor...
2018-12-29 Richard TrieuAdd vtable anchor to classes.
2018-12-10 Raphael IsemannMisc typos fixes in ./lib folder
2018-12-07 Volodymyr Sapsai[Preprocessor] Don't avoid entering included files...
2018-12-04 Erich KeanePTH-- Remove feature entirely-
2018-11-15 David BlaikieFix combining pragma __debug dump & parser_crash with -E
2018-11-14 Alex Lorenz[HeaderSearch] loadSubdirectoryModuleMaps should respec...
2018-11-05 Benjamin KramerReapply "Fix regression in behavior of clang -x c+...
2018-11-02 Ilya BiryukovRevert "Fix regression in behavior of clang -x c++...
2018-11-01 Reid KlecknerFix clang -Wimplicit-fallthrough warnings across llvm...
2018-11-01 Richard SmithFix regression in behavior of clang -x c++-header ...
2018-10-31 Kristof Umann[Lex] Make MacroDirective::findDirectiveAtLoc take...
2018-10-30 Erik PilkingtonNFC: Remove the ObjC1/ObjC2 distinction from clang...
next