summaryrefslogtreecommitdiff
path: root/test/Index
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Fix crash when code-completing inside constructor initializer for ...Argyrios Kyrtzidis2015-03-131-0/+14
* [libclang] During member ref expression visitation, ignore base anonymous str...Argyrios Kyrtzidis2015-03-132-1/+29
* [ASTUnit] Fix crash when trying to load a module file via ASTUnit::LoadFromAS...Argyrios Kyrtzidis2015-03-031-0/+5
* Add -frtti/-fexceptions to some more tests that assume they're onFilipe Cabecinhas2015-02-261-1/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-255-5/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-255-2/+5
* This reverts commit r227432, r227438 and r227448.Rafael Espindola2015-01-292-6/+4
* Fix Index/print-type.cpp test following r227432.Francois Pichet2015-01-291-1/+1
* libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet2015-01-292-4/+6
* Improves overload completion result chunks.Francisco Lopes da Silva2015-01-286-73/+148
* Sema: require a complete type before lookup.Francisco Lopes da Silva2015-01-251-12/+28
* Add tests for code completion of variadic prototypesFrancisco Lopes da Silva2015-01-231-2/+30
* Sema: code completion for pointer and reference to functions.Francisco Lopes da Silva2015-01-221-0/+34
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-215-11/+1117
* PR13699: Include friend declarations in code completion results if they had aRichard Smith2015-01-151-0/+33
* Teach compile_commands.json test that windows-gnu is the new name for mingw32.Yaron Keren2014-12-171-1/+1
* clang/test/Index/usrs.cpp: Appease targeting msvc.NAKAMURA Takumi2014-12-081-1/+1
* [libclang] Encode InjectedClassNameType in the USR.Argyrios Kyrtzidis2014-12-081-0/+7
* [libclang] Encode location info for anonymous embedded tag decls.Argyrios Kyrtzidis2014-12-081-0/+6
* [libclang] Use same USR encoding for 'class' as 'struct'.Argyrios Kyrtzidis2014-12-085-58/+58
* [libclang] Encode C++11 rvalue reference types in the USR.Argyrios Kyrtzidis2014-12-081-0/+2
* [libclang] Encode the C++11 method reference qualifier in the USR.Argyrios Kyrtzidis2014-12-081-0/+8
* [libclang] Reflect in USR generation that 'signed char' and 'unsigned char' c...Argyrios Kyrtzidis2014-12-081-0/+9
* [libclang] Function templates can be 'overloaded' by return type, so encode t...Argyrios Kyrtzidis2014-12-085-21/+27
* [libclang] Make sure to visit the body of a CXXForRangeStmt.Argyrios Kyrtzidis2014-11-131-2/+5
* [liblang] Handle CXXForRangeStmt during AST visitation.Argyrios Kyrtzidis2014-11-131-0/+13
* [libclang] When initializing an ObjC object via the "[[ClassName alloc] init*...Argyrios Kyrtzidis2014-11-101-0/+14
* clang-format: Fix tests after recent change to ObjC block formatting.Daniel Jasper2014-10-222-2/+2
* [libclang] If the code-completion point is inside the preamble, adjust the po...Argyrios Kyrtzidis2014-10-181-0/+4
* [libclang] Allow code-completion when pointing at the end-of-file.Argyrios Kyrtzidis2014-10-182-0/+8
* Fix for PR21254 - Assertion in comment parserDario Domizioli2014-10-151-0/+295
* Add libclang capabilities to retriete template arguments from specializations.Eli Bendersky2014-10-102-2/+12
* Avoid a crash after loading an #undef'd macro in code completionBen Langmuir2014-09-303-0/+12
* Add ubsan/not_ubsan features to Clang lit tests and useAlexey Samsonov2014-09-033-2/+8
* [libclang] Fixup the cursor spelling range for C++ destructors, operator over...Argyrios Kyrtzidis2014-08-261-0/+115
* Fix the rececl chain for redeclarations of predefined declsBen Langmuir2014-08-182-0/+12
* clang/test/Index/index-module.m: Tweak expressions to meet dos path on win32.NAKAMURA Takumi2014-08-131-2/+2
* Expose the CUDA shared attribute to the C API.Eli Bendersky2014-08-081-2/+5
* Add IR Mangler for more stable mangling.Eli Bendersky2014-08-011-1/+8
* Exposes a C API to name mangling for a given cursor.Eli Bendersky2014-07-311-0/+23
* [test] Add '-target' option to fix bot failure.Argyrios Kyrtzidis2014-06-211-1/+1
* [PCH] Remove the BackingIvarReferencedInAccessor field from DECL_OBJC_IVAR ab...Argyrios Kyrtzidis2014-06-211-0/+10
* No longer allow the -std options to entirely override the -x language option....Aaron Ballman2014-05-291-2/+1
* Fixing a test case which was failing the MSVC build bots. When -std isn't spe...Aaron Ballman2014-05-291-1/+1
* Expose CUDA function attributes to the C interface.Eli Bendersky2014-05-281-0/+16
* This test is XFAILed on Windows, but I cannot see a reason as to why it shoul...Aaron Ballman2014-05-191-2/+0
* [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis2014-05-151-1/+1
* [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis2014-05-141-7/+7
* [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly2014-05-011-0/+10
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-302-11/+11