aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Index
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker1-1/+0
2013-11-12Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko2-3/+93
2013-11-09Comment parsing: recognize \def (but processing is a no-op, like the rest ofDmitri Gribenko1-8/+36
2013-11-08Improve the missing ASM parser test for MS-style assemblyAlp Toker1-11/+0
2013-11-07XFAIL the test for non-x86 targets for which this message cannot be generated.Richard Barton1-0/+1
2013-10-30Fix triple / REQUIRES in test from r193685Alp Toker1-1/+2
2013-10-30Recover instead of crashing on MS assembly when no target is loadedAlp Toker1-0/+9
2013-10-28Allow a new syntax in a module requires-declaration:Richard Smith1-0/+2
2013-10-15[libclang] When querying for the availability of an enumerator, pick up the a...Argyrios Kyrtzidis1-0/+10
2013-10-11[libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...Argyrios Kyrtzidis1-0/+8
2013-10-07[libclang] Add some tests by Loïc Jaquemet that I forgot to add earlier.Argyrios Kyrtzidis1-0/+10
2013-10-03[libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis1-0/+6
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola1-1/+1
2013-09-25[libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis2-9/+8
2013-09-20Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith1-1/+1
2013-09-16[libclang] Don't report a DecayedType as "unexposed", report it as the origin...Argyrios Kyrtzidis1-1/+4
2013-09-13Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville2-1/+3
2013-09-11Fix the end-location of a CXXTemporaryObjectExpr when it is created with a in...Argyrios Kyrtzidis1-0/+44
2013-08-23Comment parsing: fix a bug where a line with whitespace between two paragraphsDmitri Gribenko2-6/+6
2013-08-19Comment parsing tests: move tests where they belongDmitri Gribenko2-65/+52
2013-08-19Comment parsing tests: move tests where they belongDmitri Gribenko2-28/+78
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover11-44/+44
2013-08-07[PCH] Fix a PCH serialization crash, with invalid code related to forward enu...Argyrios Kyrtzidis3-3/+14
2013-08-07Patch to fix doxygen trailing comments for ObjectiveC methods.Fariborz Jahanian1-0/+5
2013-08-06Patch to fix doxygen trailing comments for ObjectiveC properties.Fariborz Jahanian1-0/+24
2013-07-26[libclang] Remove comma from the blacklist of characters that prevent a comme...Argyrios Kyrtzidis1-1/+9
2013-07-25Move not past env.Rafael Espindola1-1/+1
2013-07-24Documentation parsing: if typedef name is being declaredFariborz Jahanian1-0/+11
2013-07-23[libclang] Expose the rest of the array types.Argyrios Kyrtzidis2-1/+10
2013-07-18Fix crash in libclang if code completion is used with unknown flags.Manuel Klimek1-0/+3
2013-07-08clang/test/Index/comment-custom-block-command.cpp: This has not been failing ...NAKAMURA Takumi1-1/+1
2013-07-05[libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d...Argyrios Kyrtzidis1-0/+24
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola6-22/+22
2013-06-24[AST] Introduce a new DecayedType sugar nodeReid Kleckner1-1/+1
2013-06-24Add some invalid-decl checks to clang_Type_getOffsetOf.Matt Beaumont-Gay1-37/+11
2013-06-24Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko4-40/+77
2013-06-22Comment parsing: followup to r184610: allow multiple \returnsDmitri Gribenko2-9/+12
2013-06-21[document parsing]: Allow multiple adjacent \return and the likeFariborz Jahanian1-6/+7
2013-06-19[libclang] Make sure crash-recovery for module-building does not interfere wi...Argyrios Kyrtzidis1-0/+15
2013-06-11[libclang] Allow building a precompiled preamble with compiler errorsArgyrios Kyrtzidis1-2/+4
2013-06-08Revert "[Sema] Make FunctionType's TSI use unadjusted argument types"Reid Kleckner2-2/+2
2013-06-08[Sema] Make FunctionType's TSI use unadjusted argument typesReid Kleckner2-2/+2
2013-06-05When the template specialization header is missing, set a valid source locati...Argyrios Kyrtzidis1-0/+13
2013-06-04[libclang] When annotating tokens, don't override a property annotation with ...Argyrios Kyrtzidis1-0/+22
2013-05-31Fix test error caused by r183008.Daniel Jasper1-2/+2
2013-05-29[libclang] When indexing a @synthesize, don't consider that it defines a gett...Argyrios Kyrtzidis1-0/+19
2013-05-29[libclang] For "@import .." code-completion results, associate a CXCursor_Mod...Argyrios Kyrtzidis1-4/+4
2013-05-17libclang: add a function to check whether a member function is pure virtualDmitri Gribenko1-0/+7
2013-05-15Fix test breakage caused by change in clang-format.Daniel Jasper1-2/+2
2013-05-10[libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to...Argyrios Kyrtzidis1-0/+23