aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CMakeLists.txt
AgeCommit message (Expand)Author
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-02-01Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko
2013-01-30Comment parsing: resolve more named character referencesDmitri Gribenko
2013-01-30Revert unintended changeDmitri Gribenko
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko
2013-01-14Dump comments in -ast-dump.Alexander Kornienko
2013-01-07Implement Attr dumping for -ast-dump.Alexander Kornienko
2012-12-13Rename StmtDumper to ASTDumper.Alexander Kornienko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-08-31Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko
2012-08-09Add new file CommentCommandTraits.cpp to CMakeLists.txt.Dmitri Gribenko
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-06-26Implement a lexer for structured comments.Dmitri Gribenko
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth
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