summaryrefslogtreecommitdiff
path: root/test/Index
Commit message (Expand)AuthorAge
* [test] Add '-target' option to fix bot failure.Argyrios Kyrtzidis2014-06-21
* [PCH] Remove the BackingIvarReferencedInAccessor field from DECL_OBJC_IVAR ab...Argyrios Kyrtzidis2014-06-21
* No longer allow the -std options to entirely override the -x language option....Aaron Ballman2014-05-29
* Fixing a test case which was failing the MSVC build bots. When -std isn't spe...Aaron Ballman2014-05-29
* Expose CUDA function attributes to the C interface.Eli Bendersky2014-05-28
* This test is XFAILed on Windows, but I cannot see a reason as to why it shoul...Aaron Ballman2014-05-19
* [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis2014-05-15
* [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis2014-05-14
* [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly2014-05-01
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-30
* [Index/DocComments] When cloning a full comment, pick the template parameters...Argyrios Kyrtzidis2014-04-27
* Comment parsing: close a hole in CDATA escaping in XML outputDmitri Gribenko2014-04-22
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-22
* clang/test/Index/pch-with-errors.c: Remove XFAIL added in r206294. It has bee...NAKAMURA Takumi2014-04-19
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-15
* Mark clang/test/Index/pch-with-errors.c as XFAIL:mingw for now. Investigating.NAKAMURA Takumi2014-04-15
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-14
* Handle difference in signedness of 'char' in test/Index/print-type.c{,pp}Anders Waldenborg2014-04-09
* Make c-index-test -test-print-type include pointeekind for pointer typesAnders Waldenborg2014-04-09
* [Preprocessor/CodeComplete] Don't add include guard macros to code-completion...Argyrios Kyrtzidis2014-04-09
* libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko2014-04-07
* libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko2014-03-28
* Comment parsing: use different comment styles in different test casesDmitri Gribenko2014-03-27
* Comment parsing: attach comments to enums declared using the NS_ENUM macroDmitri Gribenko2014-03-27
* Add a module cache path to the test that uses -fmodulesDmitri Gribenko2014-03-27
* Comment parsing: when comment ranges are deserialized from multiple modules,Dmitri Gribenko2014-03-27
* clang/test/Index/preamble-reparse-warn-*.c: Stabilize on win32.NAKAMURA Takumi2014-03-10
* clang/test/Index/preamble-reparse-warn-*.c: Use @LINE in FileCheck.NAKAMURA Takumi2014-03-10
* [libclang] Don't pad the main buffer for the preamble.Argyrios Kyrtzidis2014-03-09
* retain-comments-from-system-headers.c: Flush module cache, or incremental tes...NAKAMURA Takumi2014-03-09
* [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...Argyrios Kyrtzidis2014-03-07
* [code-completion] Add a couple of test cases suggested by Jordan, and a FIXME.Argyrios Kyrtzidis2014-03-05
* [AST] A "Class<P>" type should not have '*' when printed out.Argyrios Kyrtzidis2014-03-05
* [libclang] Have clang_getCursorSpelling() return the string for a CXCursor_Ob...Argyrios Kyrtzidis2014-03-03
* libclang: New functions clang_Type_getNumTemplateArguments,Dmitri Gribenko2014-02-27
* Pretty Printer: Print constexpr and ref qualifiers. Don't print return types ...Benjamin Kramer2014-02-25
* Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer2014-02-25
* [Index] Make the USRs more stable.Argyrios Kyrtzidis2014-02-23
* [code-completion] Style guideline for Cocoa has custom accessor in property d...Argyrios Kyrtzidis2014-02-20
* Introduce the feature "can-remove-opened-file" to suppress tests. [PR18856]NAKAMURA Takumi2014-02-16
* libclang: report error code for bad PCH filesDmitri Gribenko2014-02-12
* [libclang] While visiting a C++ destructor decl, keep the type identifier ass...Argyrios Kyrtzidis2014-02-09
* Report a correct end location for nameless parameters.Benjamin Kramer2014-02-02
* Fix this test and don't run it in ASan bootstrapAlexey Samsonov2014-01-28
* When formatting a C++-only declaration name, enable C++ mode in the formatter'sRichard Smith2014-01-22
* clang/test/Index/recursive-cxx-member-calls.cpp: Add "-target" rather than XF...NAKAMURA Takumi2014-01-14
* Disable this test for windows buildersDavid Majnemer2014-01-14
* Preserve -fretain-comments-from-system-headers in modulesBen Langmuir2014-01-09
* Add a test I forgot to svn add in r197755Dmitri Gribenko2013-12-20
* Objective-C. After providing a fix-it for aFariborz Jahanian2013-12-18