Age | Commit message (Expand) | Author |
2009-03-24 | Move <root>/Driver into <root>/tools/clang-cc. | Daniel Dunbar |
2009-03-11 | Eliminate CXXClassVarDecl. It doesn't add anything | Douglas Gregor |
2009-03-07 | Fix warnings in build on clang-x86_64-freebsd buildbot. | Mike Stump |
2009-03-02 | Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* | Daniel Dunbar |
2009-02-28 | Eliminate CXXRecordType | Douglas Gregor |
2009-02-26 | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor |
2009-02-20 | remove some more methods from objc decls, using the iterator | Chris Lattner |
2009-02-20 | Change ObjCForwardProtocolDecl to use an ObjCList. | Chris Lattner |
2009-02-20 | move the interace list of @class to use ObjCList. | Chris Lattner |
2009-02-16 | castToDeclContext/castFromDeclContext are not meant to be used directly; they... | Argyrios Kyrtzidis |
2009-02-13 | Fix typo in printing of __private_extern__. | Daniel Dunbar |
2009-02-10 | Add private extern to pretty printer(s). | Mike Stump |
2009-02-10 | Fixup -ast-print so that: | Mike Stump |
2009-02-04 | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor |
2009-01-23 | Make -ast-dump print Objective-C method declarations (and other | Douglas Gregor |
2009-01-20 | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor |
2009-01-17 | this massive patch introduces a simple new abstraction: it makes | Chris Lattner |
2009-01-13 | DeclContext::KindTrait was not meant to be used outside of DeclContext::CastT... | Argyrios Kyrtzidis |
2009-01-13 | Print function parameters in DeclContextPrinter. | Zhongxing Xu |
2009-01-13 | Improve c++ methods printing in DeclContextPrinter. | Zhongxing Xu |
2009-01-13 | Improve DeclContextPrinter: print enum name. | Zhongxing Xu |
2009-01-13 | Add an initial framework of a DeclContextPrinter. It can print DeclContext and | Zhongxing Xu |
2009-01-09 | Provide a new kind of iterator, the specific_decl_iterator, that | Douglas Gregor |
2009-01-09 | Move property API's up to ObjCContainerDecl (removing a lot of duplicate code). | Steve Naroff |
2009-01-05 | Introduce support for "transparent" DeclContexts, which are | Douglas Gregor |
2008-12-17 | Make sure that enumerators show up within the enumeration declaration. Fixes.... | Douglas Gregor |
2008-12-16 | Make linkage-specifications hold on to all of their declarations | Douglas Gregor |
2008-12-16 | Fix crash with -ast-dump in C++. | Eli Friedman |
2008-11-24 | Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of | Chris Lattner |
2008-11-24 | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner |
2008-11-03 | Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h' | Ted Kremenek |
2008-10-24 | Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mod... | Douglas Gregor |
2008-10-23 | Added driver option "-cxx-inheritance-view" for viewing the C++ hierarchy of ... | Ted Kremenek |
2008-10-21 | Commito, didn't mean to remove this header. | Daniel Dunbar |
2008-10-21 | [LLVM up] Add basic -S option to clang. | Daniel Dunbar |
2008-10-05 | Add dummy -ast-dump support for ObjC category implementations. | Daniel Dunbar |
2008-09-13 | Patch by Csaba Hruska! | Ted Kremenek |
2008-08-26 | Rename ObjCPropertyImplDecl::PropertyImplKind (consistency) | Daniel Dunbar |
2008-08-24 | Moved HTMLDiagnostics to lib/Driver. | Zhongxing Xu |
2008-08-23 | adjust to changes in various APIs from LLVM. We can't print | Chris Lattner |
2008-08-22 | improve pretty printing of objc method declaration, | Chris Lattner |
2008-08-10 | Do not crash with -serialize. | Nico Weber |
2008-08-09 | do not serialize invalid asts. this fixes bug #2637 | Nico Weber |
2008-08-07 | Let LLVMCodeGenWriter forward all the methods defined in ASTConsumer, to | Matthijs Kooijman |
2008-08-05 | Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer... | Ted Kremenek |
2008-07-21 | introduce a new ObjCList templated class and start moving | Chris Lattner |
2008-07-02 | Moved logic for -dump-cfg and -view-cfg into AnalysisConsumer. | Ted Kremenek |
2008-07-02 | Move -dump-live-variables logic to AnalysisConsumer. | Ted Kremenek |
2008-07-02 | Migrate CheckerConsumer diagnostics to the new AnalysisConsumer interface. | Ted Kremenek |
2008-07-02 | Move logic for "-checker-simple" to the new AnalysisConsumer interface. | Ted Kremenek |