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
/
Symbol
/
ClangASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[lldb][NFC] Remove ClangASTContext::FieldIsBitfield overload
Raphael Isemann
2019-11-20
1
-11
/
+4
*
[lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overload
Raphael Isemann
2019-11-20
1
-10
/
+0
*
Properly propagate is_variadic.
Adrian Prantl
2019-11-08
1
-1
/
+1
*
Adapt LLDB to clang API change in ObjCMethodDecl::create().
Adrian Prantl
2019-11-08
1
-12
/
+20
*
[lldb][NFC] Refactor some IsClangType checks in ClangASTContext
Raphael Isemann
2019-11-08
1
-2
/
+2
*
[Symbol] Change ClangASTContext::GetCXXClassName return type
Alex Langford
2019-10-31
1
-14
/
+14
*
Add support for DW_AT_export_symbols for anonymous structs
shafik
2019-10-28
1
-10
/
+5
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-0
/
+1
*
[lldb-test] Modify lldb-test to print out ASTs from symbol file
Shafik Yaghmour
2019-10-11
1
-0
/
+33
*
Add test coverage to printing of enums and fix display of unsigned values
Frederic Riss
2019-10-08
1
-6
/
+9
*
Fix sign extension handling in DumpEnumValue
Frederic Riss
2019-10-08
1
-0
/
+1
*
Add pretty printing of Clang "bitfield" enums
Frederic Riss
2019-10-08
1
-8
/
+65
*
Extract and simplify DumpEnumValue
Frederic Riss
2019-10-08
1
-39
/
+29
*
[Symbol] Remove unused method ClangASTContext::GetObjCClassName
Alex Langford
2019-10-07
1
-19
/
+0
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-2
/
+2
*
[lldb][NFC] Remove ClangASTContext::Clear
Raphael Isemann
2019-10-02
1
-13
/
+0
*
[lldb][NFC] Create the ASTContext in ClangASTContext exactly once.
Raphael Isemann
2019-10-02
1
-56
/
+58
*
[lldb][NFC] Remove unused ClangASTContext::GetHasExternalStorage
Raphael Isemann
2019-10-01
1
-68
/
+0
*
[lldb][NFC] Remove unused ClangASTContext functions for checking/removing the...
Raphael Isemann
2019-10-01
1
-17
/
+0
*
[lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after cons...
Raphael Isemann
2019-10-01
1
-9
/
+8
*
[lldb][NFC] Modernize ClangASTContext constructor
Raphael Isemann
2019-10-01
1
-11
/
+6
*
Use llvm for dumping DWARF expressions
Pavel Labath
2019-09-30
1
-1
/
+1
*
[Mangle] Add flag to asm labels to disable '\01' prefixing
Vedant Kumar
2019-09-25
1
-2
/
+2
*
[lldb] Fix LLDB build after r372538
Raphael Isemann
2019-09-23
1
-1
/
+2
*
For PR17164: split -fno-lax-vector-conversion into three different
Richard Smith
2019-09-13
1
-1
/
+1
*
[Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...
Alex Langford
2019-09-09
1
-0
/
+1
*
[Core] Remove use of ClangASTContext in DumpDataExtractor
Alex Langford
2019-09-06
1
-0
/
+16
*
[lldb][NFC] Refactor and document ClangASTContext::IsOperator
Raphael Isemann
2019-08-28
1
-209
/
+72
*
[Symbol] Decouple clang from DeclVendor
Alex Langford
2019-08-23
1
-0
/
+10
*
[LLDB] Address post-commit code review feedback.
Jonas Devlieghere
2019-08-23
1
-2
/
+2
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-23
/
+27
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-27
/
+23
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-23
/
+27
*
Add char8_t support (C++20)
Jonas Devlieghere
2019-08-21
1
-3
/
+4
*
Fix two compiler warnings
Pavel Labath
2019-08-21
1
-0
/
+2
*
Fix an unused variable warning in ClangASTContext.cpp
Pavel Labath
2019-08-21
1
-2
/
+1
*
[Symbol] Move VerifyDecl to ClangASTContext
Alex Langford
2019-08-20
1
-1
/
+5
*
Improve anonymous class heuristic in ClangASTContext::CreateRecordType
Shafik Yaghmour
2019-08-14
1
-4
/
+34
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[Symbol] Decouple clang from CompilerType
Alex Langford
2019-08-13
1
-441
/
+528
*
[Symbol] Remove redundant include
Alex Langford
2019-08-13
1
-1
/
+0
*
[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.
Davide Italiano
2019-08-12
1
-1
/
+2
*
[Symbol] GetTypeBitAlign() should return None in case of failure.
Davide Italiano
2019-08-12
1
-2
/
+3
*
[lldb][NFC] Fix warning about missing switch cases
Raphael Isemann
2019-08-09
1
-0
/
+14
*
[lldb][NFC] Remove commented out code in ClangASTContext::AddMethodToCXXRecor...
Raphael Isemann
2019-08-07
1
-18
/
+0
*
[CompilerType] Remove an unused function.
Davide Italiano
2019-08-05
1
-33
/
+0
*
[lldb][clang] Reflect LangStandard.h move to clang/Basic
Rainer Orth
2019-08-05
1
-19
/
+20
*
Fix ClangASTContext::CreateParameterDeclaration to not call addDecl
Shafik Yaghmour
2019-08-02
1
-2
/
+4
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-1
/
+1
*
Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...
Shafik Yaghmour
2019-07-17
1
-3
/
+4
[prev]
[next]