]> granicus.if.org Git - clang/history - lib/AST/CMakeLists.txt
[OPENMP] Initial support for 'task_reduction' clause.
[clang] / lib / AST / CMakeLists.txt
2017-06-07 NAKAMURA TakumiUpdate libdeps to add BinaryFormat, introduced in r304864.
2017-06-07 NAKAMURA TakumiReorder and reformat.
2017-04-28 Bruno Cardoso Lopes[ASTImporter] Move structural equivalence context to...
2017-04-11 Sean Callanan[clang-import-test] Lookup inside contexts
2017-02-22 Richard TrieuAdd more ODR checking.
2017-02-17 Richard TrieuRevert r295421, new ODR checker for modules, to fix...
2017-02-17 Richard TrieuAdd better ODR checking for modules.
2017-02-16 Richard TrieuRevert r295284: Add better ODR checking for modules.
2017-02-16 Richard TrieuAdd better ODR checking for modules.
2017-01-31 Sam McCallRevert r293585 "Add better ODR checking for modules."
2017-01-31 Richard TrieuAdd better ODR checking for modules.
2015-10-02 James Y KnightMove functions declared in Stmt{ObjC,CXX}.h and OpenMPC...
2015-09-29 James Y KnightMove functions declared in ExprObjC.h into ExprObjC...
2014-08-22 David MajnemerMS ABI: Don't use the Itanium scheme for numbering...
2014-02-26 NAKAMURA Takumi[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-21 NAKAMURA Takumi[CMake] Get rid of explicit dependencies to include...
2013-12-30 DeLesley HutchinsUpdate RecursiveASTVisitor so that it visits attributes...
2013-10-07 Richard SmithRemove -ast-dump-xml.
2013-07-01 Eli FriedmanFix CMakeLists.txt.
2013-06-19 Samuel BenzaquenEnhancements for the DynTypedNode
2013-03-22 Alexey BataevOpenMP threadprivate directive parsing and semantic...
2013-02-01 Dmitri GribenkoComment parsing: improve the fidelity of XML output...
2013-01-30 Dmitri GribenkoComment parsing: resolve more named character references
2013-01-30 Dmitri GribenkoRevert unintended change
2013-01-30 Dmitri GribenkoMove UTF conversion routines from clang/lib/Basic to...
2013-01-14 Alexander KornienkoDump comments in -ast-dump.
2013-01-07 Alexander KornienkoImplement Attr dumping for -ast-dump.
2012-12-13 Alexander KornienkoRename StmtDumper to ASTDumper.
2012-09-10 Dmitri GribenkoComment AST: TableGen'ize all command lists in CommentC...
2012-08-31 Dmitri GribenkoComment HTML tag name machers: move from StringSwitch...
2012-08-09 Dmitri GribenkoAdd new file CommentCommandTraits.cpp to CMakeLists...
2012-07-27 NAKAMURA Takumiclang/lib: [CMake] Update tblgen'd dependencies.
2012-07-27 NAKAMURA Takumiclang/lib: [CMake] Reformat, alphabetize lists.
2012-07-11 Dmitri GribenkoEnable comment parsing and semantic analysis to emit...
2012-07-06 Dmitri GribenkoImplement AST classes for comments, a real parser for...
2012-06-26 Dmitri GribenkoImplement a lexer for structured comments.
2012-06-21 Chandler CarruthRemove a goofy CMake hack and use the standard CMake...
2012-06-20 Chandler CarruthFix a big layering violation introduced by r158771.
2012-03-06 Ted KremenekAdd clang support for new Objective-C literal syntax...
2012-02-20 Douglas GregorBasic support for name mangling of C++11 lambda express...
2011-10-03 Argyrios KyrtzidisAllow getting all source locations of selector identifi...
2011-09-26 Peter CollingbourneMove VTable builder to AST
2011-09-26 Peter CollingbourneMove VTT builder to AST
2011-07-23 NAKAMURA Takumilib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not...
2011-02-28 Douglas GregorUnbreak CMake build
2011-02-11 Jeffrey YasskinAdd CMake dependencies so that LLVM_USED_LIBS order...
2011-02-10 NAKAMURA TakumiCMake: LLVM_NO_RTTI must be obsolete now!
2011-01-13 Peter CollingbourneMove name mangling support from CodeGen to AST. In the
2010-12-07 John McCallKill FullExpr, as it was not, in fact, used anywhere...
2010-11-24 John McCallAdd -cc1 -ast-dump-xml, an excessively detailed XML...
2010-09-13 Michael J. SpencerRevert "CMake: Update to use standard CMake dependency...
2010-09-10 Michael J. SpencerCMake: Update to use standard CMake dependency tracking...
2010-09-08 Douglas GregorClean up some of the CMake dependencies
2010-08-18 Sean HuntGenerate Attr subclasses with TableGen.
2010-08-16 Charles DavisImplement support for member pointers under the Microso...
2010-06-28 Sebastian RedlIntroduce Expr::Classify and Expr::ClassifyModifiable...
2010-06-17 Douglas GregorUpdate CMake build system for ARM NEON generation.
2010-06-17 Sean HuntUpdate CMake build for new attribute changes.
2010-05-30 Sean HuntConvert DeclNodes to use TableGen.
2010-05-05 Douglas GregorUnbreak CMake build.
2010-03-22 Kovarththanan Raja... Sort calls to add_clang_library()
2010-03-11 John McCallSplit C++ friend declarations into their own header...
2010-03-08 Ted KremenekAllocate ASTRecordLayout objects using the allocator...
2010-02-09 Douglas GregorMove the diagnostic argument formatting function out...
2010-02-05 Douglas GregorInitial skeleton of an AST "importer", which will take...
2010-01-10 Anton KorobeynikovMake clone() method out-of-line for Attr classes.
2009-12-23 Ken DyckRemove CharUnits::toString() to eliminate dependence...
2009-12-18 Ken DyckAdd and tidy doxygen comments and move implementation...
2009-12-16 Anders CarlssonCheck in a rudimentary FullExpr class that isn't used...
2009-11-10 Douglas GregorMove all of the type-printing logic to its own C++...
2009-10-29 John McCallExtract TemplateArgument into a new header just for...
2009-10-06 Douglas GregorRefactor the code that walks a C++ inheritance hierarch...
2009-08-19 Benjamin KramerUpdate CMakeLists.
2009-07-28 Douglas GregorAdd a Profile function for statements so that we can...
2009-07-19 Daniel DunbarUpdate CMake
2009-07-16 Ted KremenekMove the source-level CFG from libAST to libAnalysis.
2009-07-15 Ted KremenekLexically order files in CMakeLists.txt files.
2009-07-06 Argyrios KyrtzidisUpdate CMake files.
2009-07-06 Argyrios KyrtzidisRename 'ASTNode' -> 'ASTLocation'.
2009-07-05 Argyrios KyrtzidisIntroduce the DeclReferenceMap class inside the AST...
2009-07-05 Argyrios KyrtzidisIntroduce ASTNode class into the AST library.
2009-06-14 Chris Lattnermove the various builtins stuff from libast to libbasic...
2009-05-30 Douglas GregorRefactor and clean up the AST printer, so that it uses...
2009-05-21 Douglas GregorFix CMake build for AST XML dumper
2009-05-21 Douglas GregorAST XML dump, from Olaf Krzikalla!
2009-04-22 Douglas GregorRemove the serialization code that predates precompiled
2009-04-01 Ted KremenekUpdate CMake file. Patch by Brian Diekelman!
2009-03-28 Cedric VenetCMake: remove TranslationUnit.cpp from build (file...
2009-03-19 Douglas GregorIntroduce a representation for types that we referred...
2009-03-16 Douglas GregorBuild system changes to use TableGen to generate the...
2009-02-04 Douglas GregorBasic representation of C++ class templates, from Andre...
2008-11-19 Oscar FuentesCMake: Added some source files.
2008-11-17 Douglas GregorIntroduction the DeclarationName class, as a single...
2008-10-26 Oscar FuentesCMake: Builds and installs clang binary and libs (no...