summaryrefslogtreecommitdiffstats
path: root/clang/test/Index
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-275-5/+6
* For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...Argyrios Kyrtzidis2011-12-211-3/+4
* Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor2011-12-151-1/+1
* [libclang] Suppress indexing references for occurrences of the interfaceArgyrios Kyrtzidis2011-12-152-0/+21
* [libclang] Indexing API: Fix indexing of missed references.Argyrios Kyrtzidis2011-12-131-0/+37
* [libclang] Indexing API: Fix suppressing of references in macros and suppressArgyrios Kyrtzidis2011-12-132-0/+32
* [libclang] API enhancements by Joe Groff!Argyrios Kyrtzidis2011-12-062-0/+12
* Extend warnings for missing '@end'.Erik Verbruggen2011-12-061-1/+1
* [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initializedArgyrios Kyrtzidis2011-12-031-0/+16
* [libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr.Argyrios Kyrtzidis2011-12-031-0/+4
* [libclang] Allow indexing/get-cursor/etc. for the exception variable in a C++...Argyrios Kyrtzidis2011-12-031-0/+9
* ParmVarDecls have no linkage. Previously we would report that parametersArgyrios Kyrtzidis2011-12-011-2/+6
* Test case for fix committed in r145441.Lang Hames2011-11-301-0/+3
* Revert r145244. It causes us to create broken ASTs with missing type informationRichard Smith2011-11-292-0/+4
* [libclang] Make the test portable.Argyrios Kyrtzidis2011-11-291-1/+1
* [libclang] Make clang_findReferencesInFile also work on macros (find all expa...Argyrios Kyrtzidis2011-11-291-0/+12
* Removed useless ImplicitCast nodes in explicit cstyle and static castsNicola Gigante2011-11-282-4/+0
* [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations.Argyrios Kyrtzidis2011-11-232-3/+5
* [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil...Argyrios Kyrtzidis2011-11-232-0/+40
* [libclang] Make clang_annotateTokens use "file-targeted" deserialization and ...Argyrios Kyrtzidis2011-11-161-0/+99
* [libclang] Make clang_findReferencesInFile use "file-targeted" deserializatio...Argyrios Kyrtzidis2011-11-161-0/+59
* [libclang] Fix crash on invalid code. Fixes rdar://10451854Argyrios Kyrtzidis2011-11-161-0/+15
* [libclang] In lazyCreateDiags, recreate the diagnostic set if the number of d...Argyrios Kyrtzidis2011-11-161-0/+13
* [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderF...Argyrios Kyrtzidis2011-11-134-0/+23
* Introduce proper spacing after the Objective-C parameter qualifiersDouglas Gregor2011-11-091-1/+1
* [PCH] Fix reading from PCH of diagnostic pragmas.Argyrios Kyrtzidis2011-11-092-1/+4
* Add missing part of testDouglas Gregor2011-11-071-0/+14
* ASTConsumer::handleTopLevelDecl will end up getting called forDouglas Gregor2011-11-071-0/+7
* [libclang] Fix crash when a #pragma diagnostic is included in the preamble.Argyrios Kyrtzidis2011-11-031-4/+9
* Force test to use the non-fragile ABIDouglas Gregor2011-11-031-4/+4
* [libclang] Make sure pointing inside the #include of the fields will return t...Argyrios Kyrtzidis2011-11-031-0/+7
* [libclang] Add a test for "targeting" a field inside an #include that onlyArgyrios Kyrtzidis2011-11-031-0/+6
* Extend IsSimplyAccessible to check for Objective-C instance variableDouglas Gregor2011-11-031-0/+69
* [libclang] Add infrastructure to be able to only deserialize decls in a file ...Argyrios Kyrtzidis2011-11-035-0/+83
* Add a printing policy flag to suppress printing "<anonymous>::" priorDouglas Gregor2011-11-031-4/+6
* Test code completion for constructor initializers within the classDouglas Gregor2011-11-021-0/+18
* [libclang] Fix non-darwin buildbots.Argyrios Kyrtzidis2011-11-011-1/+2
* [libclang] For a class extension, give it a unique USR but for any property o...Argyrios Kyrtzidis2011-11-011-2/+16
* Mark these tests as requiring use of the shell.Ted Kremenek2011-10-272-0/+2
* Move ASTUnit's handling of temporary files and the preamble file into a lazil...Ted Kremenek2011-10-272-2/+2
* Disalbe more Microsoft-specific stuff.Douglas Gregor2011-10-261-1/+1
* Try to appease the Windows buildersDouglas Gregor2011-10-261-1/+1
* Eliminate a hang while loading a sequence of redeclarable entities. InDouglas Gregor2011-10-262-0/+42
* Turn off delayed template parsing for this testDouglas Gregor2011-10-251-1/+1
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-251-0/+24
* Tweak this test to test more directly what we want, and hopefully work around...Douglas Gregor2011-10-191-2/+10
* Minor tweak to testDouglas Gregor2011-10-181-1/+1
* Provide result types for code completions that describe built-inDouglas Gregor2011-10-187-21/+24
* [libclang] Since an objc extension semantically continues the interface of th...Argyrios Kyrtzidis2011-10-181-2/+2
* Add code completions for C++0x expressionsDouglas Gregor2011-10-181-2/+5
OpenPOWER on IntegriCloud