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
bcffcdfd18fd261cd271f58be03f2a0f9d91b115
clang-p2996
/
lldb
/
source
/
Expression
History
Sean Callanan
585c0ec8e1
Fixed a potential crash if a metadata category
...
we write into doesn't already exist. <rdar://problem/11775508> llvm-svn: 159700
2012-07-04 01:26:26 +00:00
..
ASTDumper.cpp
…
ASTResultSynthesizer.cpp
Enabled C++11 in the expression parser. auto and
2012-05-16 21:03:38 +00:00
ASTStructExtractor.cpp
…
ClangASTSource.cpp
We were accessing the ModuleList in the target without locking it for tasks like
2012-05-30 02:19:25 +00:00
ClangExpressionDeclMap.cpp
Updated the object-pointer lookup logic to fix
2012-05-21 22:25:52 +00:00
ClangExpressionParser.cpp
Minor fixes for ARM/iOS targets:
2012-06-08 22:20:41 +00:00
ClangExpressionVariable.cpp
…
ClangFunction.cpp
Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not AND unwind on error.
2012-05-11 18:43:38 +00:00
ClangPersistentVariables.cpp
…
ClangUserExpression.cpp
…
ClangUtilityFunction.cpp
…
DWARFExpression.cpp
…
ExpressionSourceCode.cpp
Made nil resolve as (id)0 and not be looked up
2012-05-31 17:49:31 +00:00
IRDynamicChecks.cpp
Insert dynamic checks only if the appropriate
2012-05-29 23:46:46 +00:00
IRForTarget.cpp
Fixed a potential crash if a metadata category
2012-07-04 01:26:26 +00:00
IRInterpreter.cpp
Implemented zext as a no-op cast in the IR
2012-04-23 17:25:38 +00:00
Makefile
…
ProcessDataAllocator.cpp
…
RecordingMemoryManager.cpp
…