1. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  2. c24a76e Comment HTML tag name machers: move from StringSwitch to an efficient by Dmitri Gribenko · 12 years ago
  3. 7b7af02 Add new file CommentCommandTraits.cpp to CMakeLists.txt. by Dmitri Gribenko · 12 years ago
  4. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  5. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  6. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  7. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  8. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  9. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  10. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  11. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago
  12. 9e8c92a Basic support for name mangling of C++11 lambda expressions. Because by Douglas Gregor · 12 years ago
  13. 2071808 Allow getting all source locations of selector identifiers in a ObjCMessageExpr. by Argyrios Kyrtzidis · 13 years ago
  14. 2401846 Move VTable builder to AST by Peter Collingbourne · 13 years ago
  15. 5c551f7 Move VTT builder to AST by Peter Collingbourne · 13 years ago
  16. 335608a lib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not to miss symbols with building shared lib. Thanks to Ryuta Suzuki. by NAKAMURA Takumi · 13 years ago
  17. b166e4a Unbreak CMake build by Douglas Gregor · 13 years ago
  18. 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 13 years ago
  19. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 13 years ago
  20. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 13 years ago
  21. 6f18fca Kill FullExpr, as it was not, in fact, used anywhere in the code base. by John McCall · 14 years ago
  22. f351424 Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals by John McCall · 14 years ago
  23. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  24. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  25. bfae8bd Clean up some of the CMake dependencies by Douglas Gregor · 14 years ago
  26. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  27. 071cc7d Implement support for member pointers under the Microsoft C++ ABI in the by Charles Davis · 14 years ago
  28. 2111c85 Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the classification of an expression under the C++0x taxology (value category). Reimplement isLvalue and isModifiableLvalue using these functions. No regressions in the test suite from this, and my rough performance check doesn't show any regressions either. by Sebastian Redl · 14 years ago
  29. 2390b62 Update CMake build system for ARM NEON generation. by Douglas Gregor · 14 years ago
  30. ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 14 years ago
  31. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  32. 71b1d0e Unbreak CMake build. by Douglas Gregor · 14 years ago
  33. 909e6aa Sort calls to add_clang_library() by Kovarththanan Rajaratnam · 14 years ago
  34. 92b7f70 Split C++ friend declarations into their own header/implementation file. by John McCall · 14 years ago
  35. 503524a Allocate ASTRecordLayout objects using the allocator associated with ASTContext. by Ted Kremenek · 14 years ago
  36. 79a9a34 Move the diagnostic argument formatting function out of Sema and make by Douglas Gregor · 14 years ago
  37. 1b2949d Initial skeleton of an AST "importer", which will take AST elements from by Douglas Gregor · 14 years ago
  38. fc5d513 Make clone() method out-of-line for Attr classes. by Anton Korobeynikov · 14 years ago
  39. 775f2eb Remove CharUnits::toString() to eliminate dependence on <string>. by Ken Dyck · 15 years ago
  40. c3c90b2 Add and tidy doxygen comments and move implementation of toString() to newly by Ken Dyck · 15 years ago
  41. 5ee56e9 Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Action::FullExpr to Action::MakeFullExpr to avoid name clashes. by Anders Carlsson · 15 years ago
  42. fee8a3c Move all of the type-printing logic to its own C++ source file by Douglas Gregor · 15 years ago
  43. 275c10a Extract TemplateArgument into a new header just for common template by John McCall · 15 years ago
  44. a8f32e0 Refactor the code that walks a C++ inheritance hierarchy, searching by Douglas Gregor · 15 years ago
  45. ad97866 Update CMakeLists. by Benjamin Kramer · 15 years ago
  46. 41ef0c3 Add a Profile function for statements so that we can (eventually) determine by Douglas Gregor · 15 years ago
  47. e464183 Update CMake by Daniel Dunbar · 15 years ago
  48. e41611a Move the source-level CFG from libAST to libAnalysis. by Ted Kremenek · 15 years ago
  49. b3b7364 Lexically order files in CMakeLists.txt files. by Ted Kremenek · 15 years ago
  50. 0daea7a Update CMake files. by Argyrios Kyrtzidis · 15 years ago
  51. 874012b Rename 'ASTNode' -> 'ASTLocation'. by Argyrios Kyrtzidis · 15 years ago
  52. 2c2ba3e Introduce the DeclReferenceMap class inside the AST library. by Argyrios Kyrtzidis · 15 years ago
  53. c082463 Introduce ASTNode class into the AST library. by Argyrios Kyrtzidis · 15 years ago
  54. 6b15cdc move the various builtins stuff from libast to libbasic. This by Chris Lattner · 15 years ago
  55. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago
  56. 100bb76 Fix CMake build for AST XML dumper by Douglas Gregor · 15 years ago
  57. ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  58. 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 15 years ago
  59. 4409a6d Update CMake file. Patch by Brian Diekelman! by Ted Kremenek · 15 years ago
  60. ec6986a CMake: remove TranslationUnit.cpp from build (file has been removed). by Cedric Venet · 15 years ago
  61. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 15 years ago
  62. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  63. aaba5e3 Basic representation of C++ class templates, from Andrew Sutton. by Douglas Gregor · 15 years ago
  64. 148f061 CMake: Added some source files. by Oscar Fuentes · 16 years ago
  65. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  66. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago