index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Expression
/
ClangASTSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-2095
/
+0
*
Eliminate a potential crash in the struct layout code with a gracefull fallback
Tamas Berghammer
2015-09-25
1
-1
/
+2
*
Rename clang_type_t to opaque_compiler_type_t.
Bruce Mitchener
2015-09-22
1
-1
/
+1
*
Search variables based on clang::DeclContext and clang::Decl tree
Paul Herman
2015-09-15
1
-1
/
+1
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-1
/
+0
*
Use LLVM casting for TypeSystem so you can cast it to subclasses.
Greg Clayton
2015-09-08
1
-8
/
+5
*
When looking up types, find the first type we can import rather than just taking
Sean Callanan
2015-09-01
1
-26
/
+33
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-30
/
+37
*
Fix evaluation of global operators in C++
Paul Herman
2015-08-19
1
-4
/
+6
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-13
/
+13
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-8
/
+20
*
Update lldb's ExternalASTSources to match Clang r244161.
Richard Smith
2015-08-06
1
-19
/
+14
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-20
/
+8
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-8
/
+20
*
If we see an external function in the symbols, make
Sean Callanan
2015-05-28
1
-5
/
+16
*
Fix resolution of certain recursive types.
Stephane Sezer
2015-04-08
1
-0
/
+37
*
Fix build broken by missing `typename` keyword.
Zachary Turner
2015-03-24
1
-2
/
+3
*
Fix error introduced by changing function signatures.
Zachary Turner
2015-03-24
1
-30
/
+46
*
Fix record layout when synthesizing class types.
Zachary Turner
2015-03-24
1
-49
/
+35
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Don't #include ClangASTContext.h from Module.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Update for Clang API change in r230123 -- lookup_result was always
Chandler Carruth
2015-02-21
1
-1
/
+1
*
Added support to the expression parser for finding
Sean Callanan
2014-12-10
1
-20
/
+162
*
Additional changes required by r223433.
Sean Callanan
2014-12-05
1
-34
/
+27
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-206
/
+206
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-297
/
+291
*
Fixed a problem where the expression parser was
Sean Callanan
2014-03-11
1
-0
/
+16
*
Removed spurious lookup of the $__lldb_expr
Sean Callanan
2014-02-06
1
-0
/
+3
*
Build fix following clang r199686
Alp Toker
2014-01-20
1
-2
/
+2
*
Fixed the AST importer to ensure that base classes
Sean Callanan
2013-12-20
1
-0
/
+4
*
Report all methods in an Objective-C class that
Sean Callanan
2013-09-04
1
-22
/
+25
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-44
/
+46
*
Missed a place where we have to pass the source location twice to FunctionDec...
Jim Ingham
2013-06-28
1
-0
/
+1
*
Default parameters are evil and should not be used. Case and point this check...
Greg Clayton
2013-06-28
1
-5
/
+8
*
Fixed a bug in ClangASTSource where we would return
Sean Callanan
2013-06-25
1
-9
/
+9
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-1
/
+1
*
Add all Decls found through FindExternalLexicalDecls
Sean Callanan
2013-05-09
1
-0
/
+12
*
Fixed a crash in ClangASTSource when logging is
Sean Callanan
2013-04-25
1
-1
/
+2
*
Fixed a problem where the expression parser would
Sean Callanan
2013-04-24
1
-0
/
+5
*
Fix build.
Rafael Espindola
2013-04-03
1
-2
/
+0
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-14
/
+12
*
Fixed a potential crash if layout for a structure
Sean Callanan
2013-03-25
1
-1
/
+4
*
Modified the way we report fields of records.
Sean Callanan
2013-03-21
1
-5
/
+1
*
Fixed a problem where we didn't return TypedefNameDecls
Sean Callanan
2013-03-14
1
-0
/
+8
*
Match the new declaration of clang::ASTContext::getFunctionType introduced in...
Sylvestre Ledru
2013-03-10
1
-2
/
+1
*
Added very lightweight, statically-allocated
Sean Callanan
2013-03-08
1
-2
/
+10
*
Fixed some problems with type deportation:
Sean Callanan
2013-02-28
1
-2
/
+3
*
Made LLDB build with the latest Clang. This meant
Sean Callanan
2013-02-12
1
-14
/
+32
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-6
/
+2
[next]