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
3f287c26bf68684ff97e804ef3b2e70fcdbde04d
clang-p2996
/
lldb
/
source
/
Plugins
/
SymbolFile
History
Greg Clayton
d49a8f9b54
Watch out for compilers that generate bad bitfield info. If the bit size of a bitfield member doesn't lie within the bit bounds of the type itself, just leave it out so we don't get clang asserting and killing our IDE when it gets unhappy with the information.
...
https://llvm.org/bugs/show_bug.cgi?id=27515
<rdar://problem/21082998> llvm-svn: 268110
2016-04-29 21:26:46 +00:00
..
DWARF
Watch out for compilers that generate bad bitfield info. If the bit size of a bitfield member doesn't lie within the bit bounds of the type itself, just leave it out so we don't get clang asserting and killing our IDE when it gets unhappy with the information.
2016-04-29 21:26:46 +00:00
PDB
Initial support for reading type information from PDBs.
2016-04-15 00:21:26 +00:00
Symtab
Remove autoconf support from source directories.
2016-01-28 22:05:24 +00:00
CMakeLists.txt
Add support for reading line tables from PDB files.
2016-03-02 22:05:52 +00:00