summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov2017-11-081-0/+1
* [analyzer] Make StmtDataCollector customizableJohannes Altmanninger2017-08-231-0/+1
* Update libdeps to add BinaryFormat, introduced in r304864.NAKAMURA Takumi2017-06-071-0/+1
* Reorder and reformat.NAKAMURA Takumi2017-06-071-1/+3
* [ASTImporter] Move structural equivalence context to its own file. NFCIBruno Cardoso Lopes2017-04-281-0/+1
* [clang-import-test] Lookup inside contextsSean Callanan2017-04-111-0/+1
* Add more ODR checking.Richard Trieu2017-02-221-0/+1
* Revert r295421, new ODR checker for modules, to fix build bot.Richard Trieu2017-02-171-1/+0
* Add better ODR checking for modules.Richard Trieu2017-02-171-0/+1
* Revert r295284: Add better ODR checking for modules.Richard Trieu2017-02-161-1/+0
* Add better ODR checking for modules.Richard Trieu2017-02-161-0/+1
* Revert r293585 "Add better ODR checking for modules."Sam McCall2017-01-311-1/+0
* Add better ODR checking for modules.Richard Trieu2017-01-311-0/+1
* Move functions declared in Stmt{ObjC,CXX}.h and OpenMPClause.h intoJames Y Knight2015-10-021-0/+4
* Move functions declared in ExprObjC.h into ExprObjC.cpp.James Y Knight2015-09-291-0/+1
* MS ABI: Don't use the Itanium scheme for numbering lambdasDavid Majnemer2014-08-221-1/+0
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-21/+0
* Update RecursiveASTVisitor so that it visits attributes. This is currentlyDeLesley Hutchins2013-12-301-0/+1
* Remove -ast-dump-xml.Richard Smith2013-10-071-1/+0
* Fix CMakeLists.txt.Eli Friedman2013-07-011-1/+1
* Enhancements for the DynTypedNodeSamuel Benzaquen2013-06-191-0/+1
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+1
* Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko2013-02-011-0/+1
* Comment parsing: resolve more named character referencesDmitri Gribenko2013-01-301-0/+1
* Revert unintended changeDmitri Gribenko2013-01-301-1/+0
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-301-0/+1
* Dump comments in -ast-dump.Alexander Kornienko2013-01-141-1/+0
* Implement Attr dumping for -ast-dump.Alexander Kornienko2013-01-071-0/+1
* Rename StmtDumper to ASTDumper.Alexander Kornienko2012-12-131-1/+1
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-0/+1
* Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko2012-08-311-0/+2
* Add new file CommentCommandTraits.cpp to CMakeLists.txt.Dmitri Gribenko2012-08-091-0/+1
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+2
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-271-2/+2
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-0/+1
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+5
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-0/+2
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-4/+14
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-201-0/+1
* 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