summaryrefslogtreecommitdiff
path: root/lib/AST/CMakeLists.txt
Commit message (Expand)AuthorAge
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-26
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-21
* Update RecursiveASTVisitor so that it visits attributes. This is currentlyDeLesley Hutchins2013-12-30
* Remove -ast-dump-xml.Richard Smith2013-10-07
* Fix CMakeLists.txt.Eli Friedman2013-07-01
* Enhancements for the DynTypedNodeSamuel Benzaquen2013-06-19
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-22
* Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko2013-02-01
* Comment parsing: resolve more named character referencesDmitri Gribenko2013-01-30
* Revert unintended changeDmitri Gribenko2013-01-30
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-30
* Dump comments in -ast-dump.Alexander Kornienko2013-01-14
* Implement Attr dumping for -ast-dump.Alexander Kornienko2013-01-07
* Rename StmtDumper to ASTDumper.Alexander Kornienko2012-12-13
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-10
* Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko2012-08-31
* Add new file CommentCommandTraits.cpp to CMakeLists.txt.Dmitri Gribenko2012-08-09
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-27
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-27
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-11
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-06
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-26
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-20
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-06
* Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor2012-02-20
* Allow getting all source locations of selector identifiers in a ObjCMessageExpr.Argyrios Kyrtzidis2011-10-03
* Move VTable builder to ASTPeter Collingbourne2011-09-26
* Move VTT builder to ASTPeter Collingbourne2011-09-26
* lib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not to miss symbols with build...NAKAMURA Takumi2011-07-23
* Unbreak CMake buildDouglas Gregor2011-02-28
* Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.Jeffrey Yasskin2011-02-11
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-10
* Move name mangling support from CodeGen to AST. In thePeter Collingbourne2011-01-13
* Kill FullExpr, as it was not, in fact, used anywhere in the code base.John McCall2010-12-07
* Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall2010-11-24
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-13
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-10
* Clean up some of the CMake dependenciesDouglas Gregor2010-09-08
* Generate Attr subclasses with TableGen.Sean Hunt2010-08-18
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-16
* Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the cl...Sebastian Redl2010-06-28
* Update CMake build system for ARM NEON generation.Douglas Gregor2010-06-17
* Update CMake build for new attribute changes.Sean Hunt2010-06-17
* Convert DeclNodes to use TableGen.Sean Hunt2010-05-30
* Unbreak CMake build.Douglas Gregor2010-05-05
* Sort calls to add_clang_library()Kovarththanan Rajaratnam2010-03-22
* Split C++ friend declarations into their own header/implementation file.John McCall2010-03-11
* Allocate ASTRecordLayout objects using the allocator associated with ASTContext.Ted Kremenek2010-03-08
* Move the diagnostic argument formatting function out of Sema and makeDouglas Gregor2010-02-09