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