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
/
c-index-test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[c-index-test] Fix memory leak in c-index-test tool.
Argyrios Kyrtzidis
2017-03-21
1
-0
/
+1
*
[index/AST] Determine if a typedef shares a name and spelling location with i...
Argyrios Kyrtzidis
2017-03-21
1
-0
/
+9
*
[index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...
Argyrios Kyrtzidis
2017-02-26
1
-2
/
+7
*
[c-index-test] For the 'core' invocation, avoid running it under a new thread.
Argyrios Kyrtzidis
2017-02-23
1
-3
/
+3
*
Fix the static build.
Rafael Espindola
2017-02-15
1
-0
/
+1
*
[c-index-test] CMake: add missing reference to clangSerialization library.
Argyrios Kyrtzidis
2017-01-30
1
-0
/
+1
*
[c-index-test] Provide capability to index module file imports and dump their...
Argyrios Kyrtzidis
2017-01-30
1
-3
/
+32
*
[c-index-test] Provide capability for 'c-index-test core' to dump symbol info...
Argyrios Kyrtzidis
2017-01-29
2
-0
/
+46
*
[index] Introduce SymbolSubKind for reporting language-specific details.
Argyrios Kyrtzidis
2017-01-08
1
-0
/
+2
*
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...
David Blaikie
2017-01-06
1
-3
/
+2
*
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...
David Blaikie
2017-01-06
1
-3
/
+4
*
IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...
David Blaikie
2017-01-05
1
-4
/
+3
*
[libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArgume...
Argyrios Kyrtzidis
2016-12-16
1
-15
/
+22
*
[libclang] Add APIs to check the result of an integer expression in CXEvalRes...
Argyrios Kyrtzidis
2016-12-01
1
-2
/
+8
*
[index] Rename SymbolSubKind -> SymbolProperty, NFC.
Argyrios Kyrtzidis
2016-11-11
1
-2
/
+2
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
[c-index-test] Make sure to check that clang_Cursor_getNumTemplateArguments d...
Argyrios Kyrtzidis
2016-07-30
1
-2
/
+5
*
Update to match LLVM r272232.
Richard Smith
2016-06-09
2
-5
/
+6
*
Indexer: add CXObjCPropertyAttr_class for class properties.
Manman Ren
2016-05-31
1
-0
/
+1
*
clang-c: Add the clang_getCursorVisibility() API
Ehsan Akhgari
2016-05-31
1
-0
/
+30
*
Revert r253909 because it was committed with an incorrect message
Ehsan Akhgari
2016-05-31
1
-30
/
+0
*
[scan-build] fix dead store warnings emitted on clang code base
David Blaikie
2016-05-03
1
-2
/
+2
*
Expose cxx constructor and method properties through libclang and python bind...
Jonathan Coe
2016-04-27
1
-1
/
+12
*
[index] Add a SymbolSubKind for an ObjC unit test.
Argyrios Kyrtzidis
2016-04-22
1
-1
/
+2
*
[index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.
Argyrios Kyrtzidis
2016-04-22
1
-2
/
+3
*
[c-index-test] Fix leak in print_completion_result, NFC
Vedant Kumar
2016-04-03
1
-3
/
+5
*
[c-index-test] Delete dead function, NFC
Vedant Kumar
2016-03-30
1
-19
/
+0
*
Optionally demote fatal errors to non-fatal errors.
Manuel Klimek
2016-03-01
1
-0
/
+2
*
[index] Print and test module import references.
Argyrios Kyrtzidis
2016-02-29
1
-0
/
+20
*
[c-index-test] CMake: When installing c-index-test to a different prefix dire...
Argyrios Kyrtzidis
2016-02-20
1
-0
/
+2
*
[AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in pr...
Argyrios Kyrtzidis
2016-02-15
1
-4
/
+1
*
[index] Factor libclang's functionality to determing the mangled name of symb...
Argyrios Kyrtzidis
2016-02-14
1
-0
/
+10
*
Don't leak the ASTUnit when done with testing.
Benjamin Kramer
2016-02-14
1
-3
/
+2
*
c-index-test: Fix libdeps corresponding to r260841.
NAKAMURA Takumi
2016-02-14
1
-0
/
+3
*
[c-index-test] Fix a gcc build error.
Argyrios Kyrtzidis
2016-02-14
1
-1
/
+1
*
[index] Fix gcc builds.
Argyrios Kyrtzidis
2016-02-14
1
-1
/
+2
*
[index] Enhance c-index-test tool and have it link and test the clangIndex li...
Argyrios Kyrtzidis
2016-02-14
3
-4
/
+220
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-58
/
+0
*
[libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...
Argyrios Kyrtzidis
2016-01-16
1
-70
/
+195
*
[libclang] Handle AutoType in clang_getTypeDeclaration
Sergey Kalinichev
2016-01-07
1
-0
/
+20
*
Show inclusions from a preamble in clang_getInclusions.
Erik Verbruggen
2016-01-06
1
-0
/
+21
*
[libclang] Add a flag to create the precompiled preamble on the first parse.
Benjamin Kramer
2015-12-15
1
-1
/
+3
*
Make clang_Cursor_getMangling not mangle if the declaration isn't mangled
Ehsan Akhgari
2015-11-23
1
-0
/
+30
*
[CMake] Don't install c-index-test when LLVM_INSTALL_TOOLCHAIN_ONLY=ON.
Argyrios Kyrtzidis
2015-11-13
1
-14
/
+16
*
[CMake] If 'INTERNAL_INSTALL_PREFIX' is set, use it for determining the insta...
Argyrios Kyrtzidis
2015-11-13
1
-6
/
+15
*
Fix c-index-test install path
Ismail Donmez
2015-11-12
1
-1
/
+1
*
libclang: add clang_Cursor_getCXXManglings
Saleem Abdulrasool
2015-11-12
1
-0
/
+21
*
[CMake] Setup an install component for libclang and c-index-test.
Argyrios Kyrtzidis
2015-11-12
1
-0
/
+9
*
Index: expose is_mutable_field
Saleem Abdulrasool
2015-10-27
1
-0
/
+2
*
Fix a -Wdeclaration-after-statement warning.
Craig Topper
2015-10-08
1
-1
/
+1
[next]