summaryrefslogtreecommitdiffstats
path: root/clang/Driver/ASTConsumers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-1074/+0
* Eliminate CXXClassVarDecl. It doesn't add anythingDouglas Gregor2009-03-111-5/+0
* Fix warnings in build on clang-x86_64-freebsd buildbot.Mike Stump2009-03-071-2/+3
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-1/+1
* Eliminate CXXRecordTypeDouglas Gregor2009-02-281-6/+7
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-2/+2
* remove some more methods from objc decls, using the iteratorChris Lattner2009-02-201-5/+5
* Change ObjCForwardProtocolDecl to use an ObjCList.Chris Lattner2009-02-201-4/+4
* move the interace list of @class to use ObjCList.Chris Lattner2009-02-201-5/+4
* castToDeclContext/castFromDeclContext are not meant to be used directly; they...Argyrios Kyrtzidis2009-02-161-18/+18
* Fix typo in printing of __private_extern__.Daniel Dunbar2009-02-131-1/+1
* Add private extern to pretty printer(s).Mike Stump2009-02-101-5/+6
* Fixup -ast-print so that:Mike Stump2009-02-101-10/+89
* Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor2009-02-041-0/+15
* Make -ast-dump print Objective-C method declarations (and otherDouglas Gregor2009-01-231-3/+3
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-4/+4
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-3/+3
* DeclContext::KindTrait was not meant to be used outside of DeclContext::CastT...Argyrios Kyrtzidis2009-01-131-2/+1
* Print function parameters in DeclContextPrinter.Zhongxing Xu2009-01-131-0/+37
* Improve c++ methods printing in DeclContextPrinter.Zhongxing Xu2009-01-131-16/+39
* Improve DeclContextPrinter: print enum name.Zhongxing Xu2009-01-131-2/+8
* Add an initial framework of a DeclContextPrinter. It can print DeclContext andZhongxing Xu2009-01-131-0/+219
* Provide a new kind of iterator, the specific_decl_iterator, thatDouglas Gregor2009-01-091-1/+1
* Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).Steve Naroff2009-01-091-6/+6
* Introduce support for "transparent" DeclContexts, which areDouglas Gregor2009-01-051-4/+4
* Make sure that enumerators show up within the enumeration declaration. Fixes....Douglas Gregor2008-12-171-0/+7
* Make linkage-specifications hold on to all of their declarationsDouglas Gregor2008-12-161-3/+13
* Fix crash with -ast-dump in C++.Eli Friedman2008-12-161-2/+3
* Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner2008-11-241-29/+31
* Rename Selector::getName() to Selector::getAsString(), and addChris Lattner2008-11-241-4/+4
* Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'Ted Kremenek2008-11-031-1/+1
* Move viewInheritance to CXXRecordDecl, and make sure it builds in Release mod...Douglas Gregor2008-10-241-2/+1
* Added driver option "-cxx-inheritance-view" for viewing the C++ hierarchy of ...Ted Kremenek2008-10-231-0/+29
* Commito, didn't mean to remove this header.Daniel Dunbar2008-10-211-0/+1
* [LLVM up] Add basic -S option to clang.Daniel Dunbar2008-10-211-84/+0
* Add dummy -ast-dump support for ObjC category implementations.Daniel Dunbar2008-10-051-0/+2
* Patch by Csaba Hruska!Ted Kremenek2008-09-131-5/+11
* Rename ObjCPropertyImplDecl::PropertyImplKind (consistency)Daniel Dunbar2008-08-261-2/+1
* Moved HTMLDiagnostics to lib/Driver.Zhongxing Xu2008-08-241-1/+1
* adjust to changes in various APIs from LLVM. We can't printChris Lattner2008-08-231-1/+1
* improve pretty printing of objc method declaration, Chris Lattner2008-08-221-4/+15
* Do not crash with -serialize.Nico Weber2008-08-101-14/+7
* do not serialize invalid asts. this fixes bug #2637Nico Weber2008-08-091-6/+12
* Let LLVMCodeGenWriter forward all the methods defined in ASTConsumer, toMatthijs Kooijman2008-08-071-1/+9
* Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...Ted Kremenek2008-08-051-0/+76
* introduce a new ObjCList templated class and start moving Chris Lattner2008-07-211-10/+8
* Moved logic for -dump-cfg and -view-cfg into AnalysisConsumer.Ted Kremenek2008-07-021-88/+0
* Move -dump-live-variables logic to AnalysisConsumer.Ted Kremenek2008-07-021-30/+0
* Migrate CheckerConsumer diagnostics to the new AnalysisConsumer interface.Ted Kremenek2008-07-021-98/+0
* Move logic for "-checker-simple" to the new AnalysisConsumer interface.Ted Kremenek2008-07-021-33/+0
OpenPOWER on IntegriCloud