Age | Commit message (Expand) | Author |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-20 | Basic support for name mangling of C++11 lambda expressions. Because | Douglas Gregor |
2011-10-03 | Allow getting all source locations of selector identifiers in a ObjCMessageExpr. | Argyrios Kyrtzidis |
2011-09-26 | Move VTable builder to AST | Peter Collingbourne |
2011-09-26 | Move VTT builder to AST | Peter Collingbourne |
2011-07-23 | lib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not to miss symbols with build... | NAKAMURA Takumi |
2011-02-28 | Unbreak CMake build | Douglas Gregor |
2011-02-11 | Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. | Jeffrey Yasskin |
2011-02-10 | CMake: LLVM_NO_RTTI must be obsolete now! | NAKAMURA Takumi |
2011-01-13 | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne |
2010-12-07 | Kill FullExpr, as it was not, in fact, used anywhere in the code base. | John McCall |
2010-11-24 | Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals | John McCall |
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-08 | Clean up some of the CMake dependencies | Douglas Gregor |
2010-08-18 | Generate Attr subclasses with TableGen. | Sean Hunt |
2010-08-16 | Implement support for member pointers under the Microsoft C++ ABI in the | Charles Davis |
2010-06-28 | Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the cl... | Sebastian Redl |
2010-06-17 | Update CMake build system for ARM NEON generation. | Douglas Gregor |
2010-06-17 | Update CMake build for new attribute changes. | Sean Hunt |
2010-05-30 | Convert DeclNodes to use TableGen. | Sean Hunt |
2010-05-05 | Unbreak CMake build. | Douglas Gregor |
2010-03-22 | Sort calls to add_clang_library() | Kovarththanan Rajaratnam |
2010-03-11 | Split C++ friend declarations into their own header/implementation file. | John McCall |
2010-03-08 | Allocate ASTRecordLayout objects using the allocator associated with ASTContext. | Ted Kremenek |
2010-02-09 | Move the diagnostic argument formatting function out of Sema and make | Douglas Gregor |
2010-02-05 | Initial skeleton of an AST "importer", which will take AST elements from | Douglas Gregor |
2010-01-10 | Make clone() method out-of-line for Attr classes. | Anton Korobeynikov |
2009-12-23 | Remove CharUnits::toString() to eliminate dependence on <string>. | Ken Dyck |
2009-12-18 | Add and tidy doxygen comments and move implementation of toString() to newly | Ken Dyck |
2009-12-16 | Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Ac... | Anders Carlsson |
2009-11-10 | Move all of the type-printing logic to its own C++ source file | Douglas Gregor |
2009-10-29 | Extract TemplateArgument into a new header just for common template | John McCall |
2009-10-06 | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor |
2009-08-19 | Update CMakeLists. | Benjamin Kramer |
2009-07-28 | Add a Profile function for statements so that we can (eventually) determine | Douglas Gregor |
2009-07-19 | Update CMake | Daniel Dunbar |
2009-07-16 | Move the source-level CFG from libAST to libAnalysis. | Ted Kremenek |
2009-07-15 | Lexically order files in CMakeLists.txt files. | Ted Kremenek |
2009-07-06 | Update CMake files. | Argyrios Kyrtzidis |
2009-07-06 | Rename 'ASTNode' -> 'ASTLocation'. | Argyrios Kyrtzidis |
2009-07-05 | Introduce the DeclReferenceMap class inside the AST library. | Argyrios Kyrtzidis |
2009-07-05 | Introduce ASTNode class into the AST library. | Argyrios Kyrtzidis |
2009-06-14 | move the various builtins stuff from libast to libbasic. This | Chris Lattner |
2009-05-30 | Refactor and clean up the AST printer, so that it uses a DeclVisitor, | Douglas Gregor |
2009-05-21 | Fix CMake build for AST XML dumper | Douglas Gregor |
2009-05-21 | AST XML dump, from Olaf Krzikalla! | Douglas Gregor |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-04-01 | Update CMake file. Patch by Brian Diekelman! | Ted Kremenek |
2009-03-28 | CMake: remove TranslationUnit.cpp from build (file has been removed). | Cedric Venet |