summaryrefslogtreecommitdiffstats
path: root/lib/AST/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+1
* Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor2012-02-201-0/+1
* Allow getting all source locations of selector identifiers in a ObjCMessageExpr.Argyrios Kyrtzidis2011-10-031-0/+1
* Move VTable builder to ASTPeter Collingbourne2011-09-261-0/+1
* Move VTT builder to ASTPeter Collingbourne2011-09-261-0/+1
* lib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not to miss symbols with build...NAKAMURA Takumi2011-07-231-1/+1
* Unbreak CMake buildDouglas Gregor2011-02-281-0/+1
* Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.Jeffrey Yasskin2011-02-111-0/+2
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-131-0/+3
* Kill FullExpr, as it was not, in fact, used anywhere in the code base.John McCall2010-12-071-1/+0
* Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall2010-11-241-0/+1
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-13/+4
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-4/+13
* Clean up some of the CMake dependenciesDouglas Gregor2010-09-081-0/+2
* Generate Attr subclasses with TableGen.Sean Hunt2010-08-181-1/+1
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-161-0/+2
* Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the cl...Sebastian Redl2010-06-281-0/+1
* Update CMake build system for ARM NEON generation.Douglas Gregor2010-06-171-2/+2
* Update CMake build for new attribute changes.Sean Hunt2010-06-171-1/+2
* Convert DeclNodes to use TableGen.Sean Hunt2010-05-301-1/+1
* Unbreak CMake build.Douglas Gregor2010-05-051-1/+1
* Sort calls to add_clang_library()Kovarththanan Rajaratnam2010-03-221-2/+2
* Split C++ friend declarations into their own header/implementation file.John McCall2010-03-111-0/+1
* Allocate ASTRecordLayout objects using the allocator associated with ASTContext.Ted Kremenek2010-03-081-1/+2
* Move the diagnostic argument formatting function out of Sema and makeDouglas Gregor2010-02-091-0/+1
* Initial skeleton of an AST "importer", which will take AST elements fromDouglas Gregor2010-02-051-0/+1
* Make clone() method out-of-line for Attr classes.Anton Korobeynikov2010-01-101-0/+1
* Remove CharUnits::toString() to eliminate dependence on <string>.Ken Dyck2009-12-231-1/+0
* Add and tidy doxygen comments and move implementation of toString() to newlyKen Dyck2009-12-181-0/+1
* Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Ac...Anders Carlsson2009-12-161-0/+1
* Move all of the type-printing logic to its own C++ source fileDouglas Gregor2009-11-101-0/+1
* Extract TemplateArgument into a new header just for common templateJohn McCall2009-10-291-0/+1
* Refactor the code that walks a C++ inheritance hierarchy, searchingDouglas Gregor2009-10-061-0/+1
* Update CMakeLists.Benjamin Kramer2009-08-191-0/+1
* Add a Profile function for statements so that we can (eventually) determineDouglas Gregor2009-07-281-0/+1
* Update CMakeDaniel Dunbar2009-07-191-0/+1
* Move the source-level CFG from libAST to libAnalysis.Ted Kremenek2009-07-161-1/+0
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-151-3/+3
* Update CMake files.Argyrios Kyrtzidis2009-07-061-2/+0
* Rename 'ASTNode' -> 'ASTLocation'.Argyrios Kyrtzidis2009-07-061-1/+1
* Introduce the DeclReferenceMap class inside the AST library.Argyrios Kyrtzidis2009-07-051-0/+1
* Introduce ASTNode class into the AST library.Argyrios Kyrtzidis2009-07-051-0/+1
* move the various builtins stuff from libast to libbasic. ThisChris Lattner2009-06-141-1/+0
* Refactor and clean up the AST printer, so that it uses a DeclVisitor,Douglas Gregor2009-05-301-0/+1
* Fix CMake build for AST XML dumperDouglas Gregor2009-05-211-2/+0
* AST XML dump, from Olaf Krzikalla!Douglas Gregor2009-05-211-0/+2
* Remove the serialization code that predates precompiledDouglas Gregor2009-04-221-3/+0
* Update CMake file. Patch by Brian Diekelman!Ted Kremenek2009-04-011-0/+1
* CMake: remove TranslationUnit.cpp from build (file has been removed).Cedric Venet2009-03-281-1/+0