This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e50b217b4e6fb0be9b93d760e01462c117fe9318
clang-p2996
/
llvm
/
tools
/
llvm-objdump
History
Simon Pilgrim
946f29028e
[llvm-objdump] Use cast<> instead of dyn_cast<> to avoid dereference of nullptr
...
The pointer is dereferenced immediately, so assert the cast is correct instead of returning nullptr
2022-01-23 12:50:12 +00:00
..
CMakeLists.txt
…
COFFDump.cpp
[llvm-objdump] Remove a trailing semicolon, fixing GCC warnings. NFC.
2021-11-10 09:39:47 +02:00
COFFDump.h
[llvm] Remove unused forward declarations (NFC)
2022-01-07 20:00:34 -08:00
ELFDump.cpp
[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine)
2021-10-06 12:04:30 +01:00
ELFDump.h
…
llvm-objdump.cpp
[llvm] Fix bugprone argument comments (NFC)
2022-01-08 11:56:38 -08:00
llvm-objdump.h
[llvm] Remove unused forward declarations (NFC)
2022-01-07 20:00:34 -08:00
MachODump.cpp
[llvm-objdump] Use cast<> instead of dyn_cast<> to avoid dereference of nullptr
2022-01-23 12:45:12 +00:00
MachODump.h
…
ObjdumpOptID.h
…
ObjdumpOpts.td
[llvm-objdump][docs] Add details to the help output and command guide
2021-10-07 16:30:12 +01:00
OtoolOpts.td
…
SourcePrinter.cpp
…
SourcePrinter.h
[llvm] Remove redundant member initialization (NFC)
2022-01-08 11:56:44 -08:00
WasmDump.cpp
[llvm-objdump] Use cast<> instead of dyn_cast<> to avoid dereference of nullptr
2022-01-23 12:50:12 +00:00
WasmDump.h
…
XCOFFDump.cpp
[AIX]implement the --syms and using "symbol index and qualname" for --sym --symbol--description for llvm-objdump for xcoff
2021-10-01 12:37:51 -04:00
XCOFFDump.h
[AIX]implement the --syms and using "symbol index and qualname" for --sym --symbol--description for llvm-objdump for xcoff
2021-10-01 12:37:51 -04:00