llvm-project/clang/lib/AST/Interp
Sunho Kim 134363208b [clang] Fix gcc-6 compilation error. (NFC)
Fix https://github.com/llvm/llvm-project/issues/55626.

Differential Revision: https://reviews.llvm.org/D129049
2022-07-04 05:33:05 +09:00
..
Boolean.h
ByteCodeEmitter.cpp [Clang interpreter] Avoid storing pointers at unaligned locations 2021-07-28 16:03:41 +01:00
ByteCodeEmitter.h
ByteCodeExprGen.cpp [clang] Fix gcc-6 compilation error. (NFC) 2022-07-04 05:33:05 +09:00
ByteCodeExprGen.h [clang] Don't use Optional::hasValue (NFC) 2022-06-20 10:51:34 -07:00
ByteCodeGenError.cpp
ByteCodeGenError.h
ByteCodeStmtGen.cpp Implement if consteval (P1938) 2021-10-05 08:04:14 -04:00
ByteCodeStmtGen.h [clang] Remove unused forward declarations (NFC) 2022-01-08 11:56:40 -08:00
Context.cpp
Context.h [clang] Remove unused forward declarations (NFC) 2022-01-08 11:56:40 -08:00
Descriptor.cpp
Descriptor.h [clang] Fix a few more comment typos to cycle bots 2021-09-20 20:06:03 -04:00
Disasm.cpp [Clang interpreter] Avoid storing pointers at unaligned locations 2021-07-28 16:03:41 +01:00
EvalEmitter.cpp
EvalEmitter.h
Frame.cpp
Frame.h
Function.cpp Use llvm::less_first (NFC) 2022-06-04 21:23:18 -07:00
Function.h [clang] Fix a few more comment typos to cycle bots 2021-09-20 20:06:03 -04:00
Integral.h
Interp.cpp
Interp.h Fix typo in two files in Clang, patch by FusionBolt 2021-08-31 12:33:37 +05:30
InterpBlock.cpp
InterpBlock.h [clang] Remove unused forward declarations (NFC) 2022-01-08 11:56:40 -08:00
InterpFrame.cpp
InterpFrame.h
InterpStack.cpp
InterpStack.h [clang] Fix a few more comment typos to cycle bots 2021-09-20 20:06:03 -04:00
InterpState.cpp
InterpState.h [clang] Fix a few more comment typos to cycle bots 2021-09-20 20:06:03 -04:00
Opcode.h
Opcodes.td [clang] Fix a few more comment typos to cycle bots 2021-09-20 20:06:03 -04:00
Pointer.cpp
Pointer.h [clang] Remove unused forward declarations (NFC) 2022-01-08 11:56:40 -08:00
PrimType.cpp
PrimType.h [clang][NFC] Wrap TYPE_SWITCH in "do while (0)" in the interpreter 2022-01-24 09:05:27 -08:00
Program.cpp [clang] Fix a few more comment typos to cycle bots 2021-09-20 20:06:03 -04:00
Program.h [clang] Remove unused forward declarations (NFC) 2022-01-08 11:56:40 -08:00
Record.cpp
Record.h
Source.cpp
Source.h [Clang interpreter] Avoid storing pointers at unaligned locations 2021-07-28 16:03:41 +01:00
State.cpp
State.h