Age | Commit message (Expand) | Author |
2011-10-14 | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-05-06 | Modify some deleted function methods to better reflect reality: | Sean Hunt |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-02-13 | Give some convenient idiomatic accessors to Stmt::child_range and | John McCall |
2011-02-10 | CMake: LLVM_NO_RTTI must be obsolete now! | NAKAMURA Takumi |
2010-09-20 | Fix CMake clangIndex library dependencies, from Logan Chien | Douglas Gregor |
2010-09-13 | Revert "CMake: Update to use standard CMake dependency tracking facilities in... | Michael J. Spencer |
2010-09-10 | CMake: Update to use standard CMake dependency tracking facilities instead | Michael J. Spencer |
2010-09-09 | Clean up CMake dependencies | Douglas Gregor |
2010-09-08 | Clean up some of the CMake dependencies | Douglas Gregor |
2010-08-26 | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall |
2010-07-19 | Remove unused location-to-AST-node resolver. libclang's implementation superc... | Douglas Gregor |
2010-07-18 | BUILD_ARCHIVE is the default for libraries, no need to set it. | Chris Lattner |
2010-07-06 | Collect function definitions in the Indexer when indexing through the ASTs. | Zhongxing Xu |
2010-07-06 | Local variables have no linkage, make invalid Entities. | Zhongxing Xu |
2010-07-05 | Refrase comments. | Zhongxing Xu |
2010-07-05 | Although in C++ class name has external linkage, usually the definition of the | Zhongxing Xu |
2010-07-05 | Make FieldDecl an invalid Entity since it has no linkage. | Zhongxing Xu |
2010-07-05 | Indexer: make FieldDecl an internal Entity. | Zhongxing Xu |
2010-07-02 | Change CallGraph::Prog to be a reference. idx::Program means to be a global o... | Zhongxing Xu |
2010-06-08 | Simplify libIndex Makefile, which doesn't need to worry about altivec support. | Daniel Dunbar |
2010-06-08 | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar |
2010-06-08 | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar |
2010-05-20 | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-04-21 | Overhaul the AST representation of Objective-C message send | Douglas Gregor |
2010-04-17 | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer |
2010-03-12 | Allow users to set CPPFLAGS and CXXFLAGS on the make command line. | Jeffrey Yasskin |
2010-03-12 | Cleanup using StringRef | Kovarththanan Rajaratnam |
2010-03-08 | Extend ObjCMessageExpr for class method sends with the source location | Douglas Gregor |
2010-01-24 | -fno-rtti is now the default. | Chris Lattner |
2010-01-15 | Add -cursor-at=file:line:column command line option to c-index-test, | Douglas Gregor |
2009-12-07 | Add the BlockDecl to the DeclContext. | Ted Kremenek |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-12-03 | Update CMake for CallGraph.cpp move. | Daniel Dunbar |
2009-12-03 | Fix layering violation by moving Analysis/CallGraph to Index | Daniel Dunbar |
2009-11-28 | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer |
2009-11-18 | Add special clang_getCursor() support for @class. Handles <rdar://problem/73... | Ted Kremenek |
2009-11-17 | Silence some warnings produced by Clang, and add a missing header | Douglas Gregor |
2009-11-04 | Preserve type source information in sizeof/alignof expressions, and pass it | John McCall |
2009-10-28 | Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <... | Steve Naroff |
2009-10-24 | Preserve type source information in TypedefDecls. Preserve it across | John McCall |
2009-10-22 | When building types from declarators, instead of building two types (one for | John McCall |
2009-10-21 | Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc... | Steve Naroff |
2009-10-18 | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar |