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
/
clang
/
tools
/
libclang
/
Indexing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[index] Allow calling createIndexingAction() without passing another action t...
Argyrios Kyrtzidis
2016-02-14
1
-2
/
+3
*
[libclang] Separate the underlying indexing functionality of libclang and int...
Argyrios Kyrtzidis
2016-02-12
1
-111
/
+57
*
libclang: Enable skip-parsed-bodies on win32.
NAKAMURA Takumi
2016-02-10
1
-22
/
+0
*
[libclang] indexing: handle 'TopLevelDeclInObjCContainers' at the point where...
Argyrios Kyrtzidis
2016-02-09
1
-3
/
+2
*
Refactor: Simplify boolean conditional return statements in tools/libclang
Alexander Kornienko
2015-12-28
1
-3
/
+1
*
[libclang] Add a flag to create the precompiled preamble on the first parse.
Benjamin Kramer
2015-12-15
1
-1
/
+9
*
[libclang] Make sure to use the raw module format for libclang parsing.
Argyrios Kyrtzidis
2015-11-20
1
-0
/
+4
*
[libclang] Add entry points that take a full command line including argv[0].
Benjamin Kramer
2015-11-18
1
-0
/
+16
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+3
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-3
/
+1
*
[libclang] Use lambdas instead of explicit structs when storing arguments.
Benjamin Kramer
2015-07-25
1
-100
/
+46
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
1
-13
/
+8
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-2
/
+2
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-6
/
+1
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-2
/
+2
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-3
/
+3
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-6
/
+5
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-5
/
+6
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-6
/
+5
*
libclang: pass return code out argument by reference
Alp Toker
2014-07-07
1
-8
/
+6
*
libclang: refactor handling of unsaved_files
Alp Toker
2014-07-07
1
-33
/
+30
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-4
/
+4
*
Remove 'const' from MemoryBuffers used through the SourceManager
David Blaikie
2014-06-27
1
-2
/
+2
*
[C++11] Use 'nullptr'. Tools edition.
Craig Topper
2014-06-08
1
-24
/
+24
*
Honour -ivfsoverlay in ASTUnit to match clang
Ben Langmuir
2014-04-15
1
-0
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-36
/
+28
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-10
/
+11
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
libclang: report error code for bad PCH files
Dmitri Gribenko
2014-02-12
1
-10
/
+28
*
Fix a typo in the function name that I just introduced (r201155)
Dmitri Gribenko
2014-02-11
1
-1
/
+1
*
libclang: audit all APIs that accept a CXTranslationUnit to make sure that
Dmitri Gribenko
2014-02-11
1
-1
/
+3
*
Use cstdio instead of stdio.h
Dmitri Gribenko
2013-08-19
1
-1
/
+1
*
libclang: cleanup unused includes in public header
Dmitri Gribenko
2013-08-18
1
-0
/
+1
*
Assume UniqueID is zero for invalid PPRegion to fix uninitialized reads repor...
Alexey Samsonov
2013-08-02
1
-1
/
+1
*
Use llvm::sys::fs::UniqueID for windows and unix.
Rafael Espindola
2013-08-01
1
-21
/
+22
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-6
/
+1
*
[Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...
Argyrios Kyrtzidis
2013-05-03
1
-1
/
+1
*
[libclang] If libclang logging is enabled, print all compiler diagnostics to ...
Argyrios Kyrtzidis
2013-03-29
1
-3
/
+7
*
[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...
Argyrios Kyrtzidis
2013-02-24
1
-3
/
+4
*
libclang: remove 'using namespace cxstring'
Dmitri Gribenko
2013-02-03
1
-1
/
+0
*
Attempt to fix Windows build breakage.
Evgeniy Stepanov
2013-01-31
1
-1
/
+2
*
libclang: type safety for CXTranslationUnitImpl::CIdx
Dmitri Gribenko
2013-01-26
1
-1
/
+1
*
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-26
1
-1
/
+1
*
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-20
1
-2
/
+0
*
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-19
1
-1
/
+1
*
[libclang] Enhance logging capabilities of libclang.
Argyrios Kyrtzidis
2013-01-10
1
-0
/
+9
*
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-02
1
-2
/
+2
*
[libclang] Introduce a new indexing mode where we skip function bodies
Argyrios Kyrtzidis
2012-12-06
1
-14
/
+273
[next]