Age | Commit message (Expand) | Author |
2013-03-22 | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev |
2013-02-01 | Comment parsing: improve the fidelity of XML output for many block commands | Dmitri Gribenko |
2013-01-30 | Comment parsing: resolve more named character references | Dmitri Gribenko |
2013-01-30 | Revert unintended change | Dmitri Gribenko |
2013-01-30 | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko |
2013-01-14 | Dump comments in -ast-dump. | Alexander Kornienko |
2013-01-07 | Implement Attr dumping for -ast-dump. | Alexander Kornienko |
2012-12-13 | Rename StmtDumper to ASTDumper. | Alexander Kornienko |
2012-09-10 | Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. | Dmitri Gribenko |
2012-08-31 | Comment HTML tag name machers: move from StringSwitch to an efficient | Dmitri Gribenko |
2012-08-09 | Add new file CommentCommandTraits.cpp to CMakeLists.txt. | Dmitri Gribenko |
2012-07-27 | clang/lib: [CMake] Update tblgen'd dependencies. | NAKAMURA Takumi |
2012-07-27 | clang/lib: [CMake] Reformat, alphabetize lists. | NAKAMURA Takumi |
2012-07-11 | Enable comment parsing and semantic analysis to emit diagnostics. A few | Dmitri Gribenko |
2012-07-06 | Implement AST classes for comments, a real parser for Doxygen comments and a | Dmitri Gribenko |
2012-06-26 | Implement a lexer for structured comments. | Dmitri Gribenko |
2012-06-21 | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth |
2012-06-20 | Fix a big layering violation introduced by r158771. | Chandler Carruth |
2012-03-06 | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek |
2012-02-20 | Basic support for name mangling of C++11 lambda expressions. Because | Douglas Gregor |
2011-10-03 | Allow getting all source locations of selector identifiers in a ObjCMessageExpr. | Argyrios Kyrtzidis |
2011-09-26 | Move VTable builder to AST | Peter Collingbourne |
2011-09-26 | Move VTT builder to AST | Peter Collingbourne |
2011-07-23 | lib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not to miss symbols with build... | NAKAMURA Takumi |
2011-02-28 | Unbreak CMake build | Douglas Gregor |
2011-02-11 | Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. | Jeffrey Yasskin |
2011-02-10 | CMake: LLVM_NO_RTTI must be obsolete now! | NAKAMURA Takumi |
2011-01-13 | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne |
2010-12-07 | Kill FullExpr, as it was not, in fact, used anywhere in the code base. | John McCall |
2010-11-24 | Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals | John McCall |
2010-09-13 | Revert "CMake: Update to use standard CMake dependency tracking facilities in... | Michael J. Spencer |
2010-09-10 | CMake: Update to use standard CMake dependency tracking facilities instead | Michael J. Spencer |
2010-09-08 | Clean up some of the CMake dependencies | Douglas Gregor |
2010-08-18 | Generate Attr subclasses with TableGen. | Sean Hunt |
2010-08-16 | Implement support for member pointers under the Microsoft C++ ABI in the | Charles Davis |
2010-06-28 | Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the cl... | Sebastian Redl |
2010-06-17 | Update CMake build system for ARM NEON generation. | Douglas Gregor |
2010-06-17 | Update CMake build for new attribute changes. | Sean Hunt |
2010-05-30 | Convert DeclNodes to use TableGen. | Sean Hunt |
2010-05-05 | Unbreak CMake build. | Douglas Gregor |
2010-03-22 | Sort calls to add_clang_library() | Kovarththanan Rajaratnam |
2010-03-11 | Split C++ friend declarations into their own header/implementation file. | John McCall |
2010-03-08 | Allocate ASTRecordLayout objects using the allocator associated with ASTContext. | Ted Kremenek |
2010-02-09 | Move the diagnostic argument formatting function out of Sema and make | Douglas Gregor |
2010-02-05 | Initial skeleton of an AST "importer", which will take AST elements from | Douglas Gregor |
2010-01-10 | Make clone() method out-of-line for Attr classes. | Anton Korobeynikov |
2009-12-23 | Remove CharUnits::toString() to eliminate dependence on <string>. | Ken Dyck |
2009-12-18 | Add and tidy doxygen comments and move implementation of toString() to newly | Ken Dyck |
2009-12-16 | Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Ac... | Anders Carlsson |
2009-11-10 | Move all of the type-printing logic to its own C++ source file | Douglas Gregor |