| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add Darwin dylib versioning support to libclang when build with CMake. | Douglas Gregor | 2010-08-02 | 1 | -8/+13 |
| * | build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do | Daniel Dunbar | 2010-07-31 | 1 | -2/+1 |
| * | Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://... | Ted Kremenek | 2010-07-30 | 3 | -0/+9 |
| * | Check for an invalid SourceLocation in clang_getCursor(). This avoids a poss... | Ted Kremenek | 2010-07-29 | 1 | -1/+6 |
| * | Visit the children of CXXOperatorCallExprs in source order within | Douglas Gregor | 2010-07-29 | 1 | -0/+15 |
| * | Revert r109546, it broke linux build. | Argyrios Kyrtzidis | 2010-07-27 | 1 | -1/+1 |
| * | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis | 2010-07-27 | 1 | -1/+1 |
| * | When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-com... | Douglas Gregor | 2010-07-26 | 1 | -0/+15 |
| * | Basic plumbing for generating a precompiled preamble for an | Douglas Gregor | 2010-07-23 | 1 | -4/+15 |
| * | Improve performance during cursor traversal when a region of interest | Douglas Gregor | 2010-07-22 | 1 | -62/+51 |
| * | Fix '<rdar://problem/8214263> MakeCXCursor null dereference when body of bloc... | Ted Kremenek | 2010-07-22 | 1 | -1/+4 |
| * | Switch USR generation to use file offsets instead of line/columns for anonymo... | Ted Kremenek | 2010-07-22 | 1 | -4/+4 |
| * | Introduce a new C API function, clang_parseTranslationUnit(), which | Douglas Gregor | 2010-07-21 | 3 | -2/+20 |
| * | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor | 2010-07-19 | 3 | -0/+21 |
| * | Rename clang.dll to libclang.dll, to fix Windows build. | John Thompson | 2010-07-11 | 1 | -1/+0 |
| * | Document my otherwise-inexplicable change | Douglas Gregor | 2010-07-09 | 1 | -0/+15 |
| * | Introduce -f{no-}spell-checking options to enable/disable | Douglas Gregor | 2010-07-09 | 1 | -0/+2 |
| * | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -1/+1 |
| * | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
| * | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
| * | libclang: When invoking external clang process to get code completion results, | Daniel Dunbar | 2010-06-30 | 1 | -0/+3 |
| * | Per Doug's suggestion, move check for invalid SourceLocation into | Ted Kremenek | 2010-06-28 | 2 | -3/+4 |
| * | Add CXType support for querying the return type of Objective-C methods. This... | Ted Kremenek | 2010-06-21 | 3 | -0/+14 |
| * | Add CXType support for FunctionNoProto and FunctionProto types. This include... | Ted Kremenek | 2010-06-21 | 3 | -1/+19 |
| * | Add clang_getCursorType() support for @property declarations. | Ted Kremenek | 2010-06-21 | 1 | -0/+2 |
| * | introduce a new CharSourceRange class, and enhance the diagnostics routines | Chris Lattner | 2010-06-18 | 2 | -4/+4 |
| * | Implement first TD-based usage of attributes. | Alexis Hunt | 2010-06-16 | 1 | -3/+3 |
| * | don't make libclang depend on codegen. Patch by Peter Collingbourne! | Chris Lattner | 2010-06-12 | 1 | -1/+0 |
| * | Makefiles: Remove unnecessary early include of Makefile.config. | Daniel Dunbar | 2010-06-08 | 1 | -5/+0 |
| * | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar | 2010-06-08 | 1 | -2/+0 |
| * | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar | 2010-06-08 | 1 | -3/+3 |
| * | Teach the PrintFunctionNames example to be a proper module, so that | Douglas Gregor | 2010-06-08 | 1 | -1/+2 |
| * | Added AccessSpecDecl node. | Abramo Bagnara | 2010-06-05 | 1 | -0/+1 |
| * | Add indexing support for the block and @property type location information | John McCall | 2010-06-04 | 1 | -4/+5 |
| * | Return a proper null CXSourceLocation from clang_getLocation() when the Sourc... | Ted Kremenek | 2010-06-03 | 1 | -1/+3 |
| * | Delete a blank line to make it easier to process this file with a script. | Dan Gohman | 2010-06-01 | 1 | -1/+0 |
| * | Add check for an invalid CXType in clang_getTypeDeclaration. | Ted Kremenek | 2010-05-29 | 1 | -0/+7 |
| * | When handling raw_ostream errors manually, use clear_error() so that | Dan Gohman | 2010-05-27 | 1 | -0/+1 |
| * | Silence warning about "enumeral and non-enumeral type in conditional | Bill Wendling | 2010-05-27 | 1 | -1/+1 |
| * | Remove clang_isFromMainFile(). It doesn't work correctly with CXDiagnostics,... | Ted Kremenek | 2010-05-27 | 3 | -12/+0 |
| * | Introduce priorities into the code-completion results. | Douglas Gregor | 2010-05-26 | 3 | -8/+40 |
| * | Turn vertical spacing into horizontal spacing in code-completion results | Douglas Gregor | 2010-05-25 | 1 | -1/+4 |
| * | Make clang_isFromMainFile() robust against NULL source locations. | Douglas Gregor | 2010-05-23 | 1 | -0/+3 |
| * | Make crashreport data in libclang a compile-time option. | Ted Kremenek | 2010-05-22 | 1 | -2/+1 |
| * | Fix __crashreport_info__ declaration. | Daniel Dunbar | 2010-05-20 | 1 | -1/+2 |
| * | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara | 2010-05-20 | 1 | -1/+1 |
| * | Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManage... | Ted Kremenek | 2010-05-20 | 3 | -0/+9 |
| * | Move CXCursor_FirstDecl definition later to make the results more readable in... | Ted Kremenek | 2010-05-19 | 1 | -4/+5 |
| * | Remove clang_isDeclarationADefinition() since its functionality is already pr... | Ted Kremenek | 2010-05-19 | 3 | -10/+0 |
| * | Add clang support for IBOutletCollection. | Ted Kremenek | 2010-05-19 | 2 | -0/+3 |