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