aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CMakeLists.txt
AgeCommit message (Expand)Author
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
2009-03-19Introduce a representation for types that we referred to via aDouglas Gregor
2009-03-16Build system changes to use TableGen to generate the variousDouglas Gregor
2009-02-04Basic representation of C++ class templates, from Andrew Sutton.Douglas Gregor
2008-11-19CMake: Added some source files.Oscar Fuentes
2008-11-17Introduction the DeclarationName class, as a single, general method ofDouglas Gregor
2008-10-26CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes