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
*
[PDB] Restore AST from PDB symbols
Aleksandr Urakov
2018-09-10
1
-3
/
+17
*
[NFC] Minor update to comment
Aleksandr Urakov
2018-08-20
1
-1
/
+1
*
Fix compiler warnings after rL339649.
Aleksandr Urakov
2018-08-17
1
-4
/
+4
*
[PDB] Parse UDT symbols and pointers to members (combined patch)
Aleksandr Urakov
2018-08-14
1
-10
/
+100
*
Removed duplicated commented-out code [NFC]
Raphael Isemann
2018-08-07
1
-2
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Rollback r337070.
Sterling Augustine
2018-07-13
1
-2
/
+0
*
Update ClangASTContext for the new DependentVector type.
Sterling Augustine
2018-07-13
1
-0
/
+2
*
Fix -Wswitch after introduction of clang;:Type::DependentVector in r337036
Fangrui Song
2018-07-13
1
-0
/
+4
*
One ShortFract ought to be enough for everyone.
Benjamin Kramer
2018-06-14
1
-1
/
+0
*
Add remaining fixed-point types and saturated equivalents to fix -Wswitch of ...
Fangrui Song
2018-06-14
1
-0
/
+19
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-1
/
+1
*
Silence unhandled enums warning in ClangASTContext::GetEncoding
Ilya Biryukov
2018-06-05
1
-0
/
+9
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-1
/
+1
*
Update lldb to match clang r331244 (addition of char8_t).
Richard Smith
2018-05-02
1
-2
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-123
/
+97
*
Fix -Wswitch warning after r330790.
Benjamin Kramer
2018-04-25
1
-0
/
+3
*
Support template template parameters
Frederic Riss
2018-04-02
1
-0
/
+23
*
Use the DWARF linkage name when importing C++ methods.
Davide Italiano
2018-03-27
1
-1
/
+6
*
[ExpressionParser] Re-implement r327356 in a less disruptive way.
Davide Italiano
2018-03-20
1
-2
/
+2
*
[ClangASTContext] Remove dead code. NFCI.
Davide Italiano
2018-03-19
1
-45
/
+0
*
Handle typeof() expressions
Jonas Devlieghere
2018-02-20
1
-17
/
+65
*
[ClangASTContext] Remove dead stuff found fixing something else.
Davide Italiano
2017-12-14
1
-75
/
+0
*
Fix assertion in ClangASTContext
Pavel Labath
2017-11-30
1
-5
/
+5
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
CompilerType: Add ability to retrieve an integral template argument
Pavel Labath
2017-11-13
1
-77
/
+100
*
Fix an issue in r317563 causing a clang assert
Tamas Berghammer
2017-11-07
1
-3
/
+3
*
Support scoped enums in the DWARF AST parser
Tamas Berghammer
2017-11-07
1
-4
/
+4
*
Add cases for new type DependentAddressSpace, added in r314649
Ted Woodward
2017-10-11
1
-0
/
+9
*
Fix compilation error
Eugene Zemtsov
2017-09-29
1
-2
/
+2
*
[Expression parser] Setting to enable use of ExternalASTMerger
Sean Callanan
2017-09-28
1
-1
/
+9
*
Fix warning caused by new clang::BuiltinType::Float16 added in r312794
Ted Woodward
2017-09-20
1
-0
/
+1
*
[TypeSystem] Handle Clang AttributedTypes
Sean Callanan
2017-06-02
1
-0
/
+5
*
[TypeSystem] Fix inspection of Objective-C object types
Sean Callanan
2017-05-15
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
[DWARF parser] Produce correct template parameter packs
Sean Callanan
2017-05-11
1
-9
/
+44
*
Change UniqueCStringMap to use ConstString as the key
Pavel Labath
2017-05-02
1
-48
/
+33
*
Fix build for clang r301507
Pavel Labath
2017-04-27
1
-2
/
+2
*
Update lldb to match clang r301442.
Richard Smith
2017-04-26
1
-22
/
+15
*
[ClangASTContext] Placate `casts away qualifiers` warnings from GCC.
Davide Italiano
2017-04-17
1
-4
/
+8
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-14
/
+19
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Fix compiler warnings for missing switch cases in lldb.
Pavel Labath
2017-02-17
1
-0
/
+4
*
Fix build due to clang r295311
Pavel Labath
2017-02-16
1
-1
/
+0
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+2
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-5
/
+6
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix build for clang r291753
Pavel Labath
2017-01-12
1
-2
/
+1
*
Fix dereferencing of pointers to empty classes
Tamas Berghammer
2017-01-07
1
-30
/
+29
[next]