summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang
Commit message (Expand)AuthorAgeFilesLines
* Add Darwin dylib versioning support to libclang when build with CMake.Douglas Gregor2010-08-021-8/+13
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-311-2/+1
* Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://...Ted Kremenek2010-07-303-0/+9
* Check for an invalid SourceLocation in clang_getCursor(). This avoids a poss...Ted Kremenek2010-07-291-1/+6
* Visit the children of CXXOperatorCallExprs in source order withinDouglas Gregor2010-07-291-0/+15
* Revert r109546, it broke linux build.Argyrios Kyrtzidis2010-07-271-1/+1
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-271-1/+1
* When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-com...Douglas Gregor2010-07-261-0/+15
* Basic plumbing for generating a precompiled preamble for anDouglas Gregor2010-07-231-4/+15
* Improve performance during cursor traversal when a region of interestDouglas Gregor2010-07-221-62/+51
* Fix '<rdar://problem/8214263> MakeCXCursor null dereference when body of bloc...Ted Kremenek2010-07-221-1/+4
* Switch USR generation to use file offsets instead of line/columns for anonymo...Ted Kremenek2010-07-221-4/+4
* Introduce a new C API function, clang_parseTranslationUnit(), whichDouglas Gregor2010-07-213-2/+20
* Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor2010-07-193-0/+21
* Rename clang.dll to libclang.dll, to fix Windows build.John Thompson2010-07-111-1/+0
* Document my otherwise-inexplicable changeDouglas Gregor2010-07-091-0/+15
* Introduce -f{no-}spell-checking options to enable/disableDouglas Gregor2010-07-091-0/+2
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-1/+1
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-1/+1
* Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor2010-07-071-1/+1
* libclang: When invoking external clang process to get code completion results,Daniel Dunbar2010-06-301-0/+3
* Per Doug's suggestion, move check for invalid SourceLocation intoTed Kremenek2010-06-282-3/+4
* Add CXType support for querying the return type of Objective-C methods. This...Ted Kremenek2010-06-213-0/+14
* Add CXType support for FunctionNoProto and FunctionProto types. This include...Ted Kremenek2010-06-213-1/+19
* Add clang_getCursorType() support for @property declarations.Ted Kremenek2010-06-211-0/+2
* introduce a new CharSourceRange class, and enhance the diagnostics routinesChris Lattner2010-06-182-4/+4
* Implement first TD-based usage of attributes.Alexis Hunt2010-06-161-3/+3
* don't make libclang depend on codegen. Patch by Peter Collingbourne!Chris Lattner2010-06-121-1/+0
* Makefiles: Remove unnecessary early include of Makefile.config.Daniel Dunbar2010-06-081-5/+0
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-081-2/+0
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-3/+3
* Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor2010-06-081-1/+2
* Added AccessSpecDecl node.Abramo Bagnara2010-06-051-0/+1
* Add indexing support for the block and @property type location informationJohn McCall2010-06-041-4/+5
* Return a proper null CXSourceLocation from clang_getLocation() when the Sourc...Ted Kremenek2010-06-031-1/+3
* Delete a blank line to make it easier to process this file with a script.Dan Gohman2010-06-011-1/+0
* Add check for an invalid CXType in clang_getTypeDeclaration.Ted Kremenek2010-05-291-0/+7
* When handling raw_ostream errors manually, use clear_error() so thatDan Gohman2010-05-271-0/+1
* Silence warning about "enumeral and non-enumeral type in conditionalBill Wendling2010-05-271-1/+1
* Remove clang_isFromMainFile(). It doesn't work correctly with CXDiagnostics,...Ted Kremenek2010-05-273-12/+0
* Introduce priorities into the code-completion results.Douglas Gregor2010-05-263-8/+40
* Turn vertical spacing into horizontal spacing in code-completion resultsDouglas Gregor2010-05-251-1/+4
* Make clang_isFromMainFile() robust against NULL source locations.Douglas Gregor2010-05-231-0/+3
* Make crashreport data in libclang a compile-time option.Ted Kremenek2010-05-221-2/+1
* Fix __crashreport_info__ declaration.Daniel Dunbar2010-05-201-1/+2
* Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...Abramo Bagnara2010-05-201-1/+1
* Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManage...Ted Kremenek2010-05-203-0/+9
* Move CXCursor_FirstDecl definition later to make the results more readable in...Ted Kremenek2010-05-191-4/+5
* Remove clang_isDeclarationADefinition() since its functionality is already pr...Ted Kremenek2010-05-193-10/+0
* Add clang support for IBOutletCollection.Ted Kremenek2010-05-192-0/+3
OpenPOWER on IntegriCloud