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
e3f91e31abc0fda2a3fccc4e7c5583f2d7635fc2
clang-p2996
/
lldb
/
source
/
Plugins
/
ExpressionParser
History
James Y Knight
dc395b9d2b
Update after r262737 in clang changed the accessor.
...
llvm-svn: 262739
2016-03-04 19:30:53 +00:00
..
Clang
Update after r262737 in clang changed the accessor.
2016-03-04 19:30:53 +00:00
Go
Now that SymbolFileDWARF supports having types in completely separate .pcm file with "-fmodules -gmodules", each SymbolFileDWARF can reference module DWARF info by looking in other DWARF files. Then if you have 1000 .o files that each reference one or more .pcm files in their debug info, a simple Module::FindTypes(...) call can end up searching the same .pcm file over and over and over. Now all internal FindTypes methods in classes (ModuleList, Module, SymbolFile) now take an extra argument:
2016-02-10 21:28:13 +00:00
CMakeLists.txt
Create an expression parser for Go.
2015-11-02 19:30:40 +00:00