Commit History

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