提交历史

作者 SHA1 备注 提交日期
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Eugene Zelenko 125689b7aa [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 年之前
  Chandler Carruth 430fa3f40a [ptr-traits] Stop using two bogus types as stand-ins for flags 9 年之前
  Benjamin Kramer 6baffe87cd StmtIterator: Put stmt and decl group pointer into a union. 10 年之前
  Craig Topper 613c4e1cde [C++11] Use 'nullptr'. AST edition. 11 年之前
  Eli Friedman 6887ff2c70 Simplify StmtIterator. 12 年之前
  Richard Smith 162e1c1b48 Support for C++11 (non-template) alias declarations. 14 年之前
  John McCall f4c7371fb1 Change QualType::getTypePtr() to return a const pointer, then change a 14 年之前
  Ted Kremenek 35628d1f17 Add StmtIterator support for iterating over both the condition 15 年之前
  Ted Kremenek b03f630a5d Increase StmtIterator size by one pointer (separating out the Stmt** from the union including Decl* and Decl**). 15 年之前
  Mike Stump 1eb4433ac4 Remove tabs, and whitespace cleanups. 16 年之前
  Douglas Gregor 78d1583d0b When evaluating a VarDecl as a constant or determining whether it is 16 年之前
  Chris Lattner 682bf92db4 Push DeclGroup much farther throughout the compiler. Now the various 16 年之前
  Ted Kremenek 344d4c8726 Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would 16 年之前
  Douglas Gregor 4afa39deaa Remove ScopedDecl, collapsing all of its functionality into Decl, so 16 年之前
  Douglas Gregor 898574e749 Introduce basic support for dependent types, type-dependent 16 年之前
  Ted Kremenek 8a213de1a8 A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent commit actually introduced a regression, not fixed a bug. 17 年之前
  Ted Kremenek 3e6d1203b3 Add StmtIterator support for DeclGroups. 17 年之前
  Daniel Dunbar acc5f3e423 More #include cleaning 17 年之前
  Ted Kremenek b306404158 Fix some strict-aliasing warnings by using Stmt* instead of Expr* in VariableArrayType, EnumConstantDecl, and VarDecl. 17 年之前
  Eli Friedman b0c0554bd6 PR2347: Fix crash iterating over VLAs; this started triggering because 17 年之前
  Chris Lattner bda0b626e7 Make a major restructuring of the clang tree: introduce a top-level 17 年之前