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
/
Plugins
/
ExpressionParser
/
Clang
/
ClangModulesDeclVendor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Remove GetASTContext call in ClangDeclVendor
Raphael Isemann
2019-12-28
1
-3
/
+3
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
1
-11
/
+1
*
[lldb][NFC] Fix LLDB build after ModuleManager->ASTReader rename
Raphael Isemann
2019-11-23
1
-1
/
+1
*
[lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after cons...
Raphael Isemann
2019-10-01
1
-3
/
+1
*
[clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSource
Raphael Isemann
2019-10-01
1
-2
/
+3
*
[ClangExpressionParser] Add ClangDeclVendor
Alex Langford
2019-08-20
1
-1
/
+2
*
[clang] Change FileManager to use llvm::ErrorOr instead of null on failure
Harlan Haskins
2019-08-01
1
-2
/
+2
*
[lldb] Fix crash when looking up type coming from the ClangModuleDeclVendor
Raphael Isemann
2019-07-21
1
-1
/
+11
*
[lldb] Make log for ClangModulesDeclVendor's compiler flag less verbose
Raphael Isemann
2019-07-17
1
-11
/
+6
*
Lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-04-23
1
-1
/
+1
*
Frontend: Remove CompilerInstance::VirtualFileSystem, NFC
Duncan P. N. Exon Smith
2019-03-26
1
-1
/
+1
*
Improve error handling for Clang module imports.
Adrian Prantl
2019-03-19
1
-3
/
+11
*
Add more logging to ClangModulesDeclVendor.cpp
Adrian Prantl
2019-03-12
1
-0
/
+9
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-2
/
+2
*
[Reproducers] Make clang use lldb's VFS.
Jonas Devlieghere
2019-02-18
1
-0
/
+2
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
1
-27
/
+43
*
[Reproducers] Integrate FileProvider with clang
Jonas Devlieghere
2019-02-13
1
-0
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ExpressionParser] Reserve size before copying over args
Jonas Devlieghere
2018-12-21
1
-1
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Add convenience method to check for directories.
Jonas Devlieghere
2018-11-08
1
-1
/
+1
*
Remove dependency from Host to clang.
Zachary Turner
2018-06-04
1
-13
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-5
/
+4
*
Fix clang-3.8 build
Pavel Labath
2018-03-13
1
-1
/
+1
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
1
-6
/
+5
*
Make LLDB's clang module cache path customizable
Adrian Prantl
2018-02-09
1
-7
/
+6
*
[Expression parser] Setting to enable use of ExternalASTMerger
Sean Callanan
2017-09-28
1
-0
/
+8
*
Fixing LLDB build after refactoring of clang's MacroInfo
Eugene Zemtsov
2017-07-17
1
-4
/
+4
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-1
/
+2
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-2
/
+1
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-1
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+3
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Reapply "Fixes for Clang API changes to use std::shared_ptr"
David Blaikie
2017-01-06
1
-16
/
+17
*
Revert "Fixes for Clang API changes to use std::shared_ptr"
David Blaikie
2017-01-06
1
-17
/
+16
*
Fixes for Clang API changes to use std::shared_ptr
David Blaikie
2017-01-06
1
-16
/
+17
*
Silence some -Wstring-conversion warnings
Pavel Labath
2017-01-05
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-636
/
+579
*
Add missing headers after header cleanup in r275882.
Chaoren Lin
2016-07-18
1
-0
/
+2
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
Enable the use of modules in the expression parser by default.
Sean Callanan
2016-01-14
1
-0
/
+2
*
Revert "Clang module compilation options need to be per-platform."
Adrian McCarthy
2015-10-26
1
-1
/
+12
*
Clang module compilation options need to be per-platform.
Sean Callanan
2015-10-26
1
-12
/
+1
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-31
/
+31
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-0
/
+731