Age | Commit message (Expand) | Author |
2009-08-24 | Fix build of clang with gcc-4.4: #include <cstdio> was missing. | Torok Edwin |
2009-08-24 | Switch to StringRef based BitstreamWriter APIs, where appropriate. | Daniel Dunbar |
2009-08-24 | Switch TargetInfo to store an llvm::Triple. | Daniel Dunbar |
2009-08-24 | prune #includes. | Chris Lattner |
2009-08-23 | API changes to match llvm ToT. | Chris Lattner |
2009-08-23 | Replace cerr with errs(). | Benjamin Kramer |
2009-08-23 | use errs() instead of cerr. | Chris Lattner |
2009-08-23 | Don't install Clang libraries. | Douglas Gregor |
2009-08-23 | adjust for raw_fd_ostream api change. | Chris Lattner |
2009-08-22 | Add a -fno-elide-constructors option to clang-cc. | Anders Carlsson |
2009-08-21 | Tie the local check NSErrorCheck to a Decl to pave the way | Zhongxing Xu |
2009-08-21 | Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec... | Argyrios Kyrtzidis |
2009-08-21 | Make the new Objective-C "id" and "Class" redefinition types special | Douglas Gregor |
2009-08-20 | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian |
2009-08-19 | Remove now unnecessary helper methods. | Daniel Dunbar |
2009-08-19 | Switch to SmallString::str from SmallString::c_str. | Daniel Dunbar |
2009-08-19 | Convert parts of Rewriter to StringRef based API. | Daniel Dunbar |
2009-08-19 | Store/load type source info from/to PCH files. | Argyrios Kyrtzidis |
2009-08-19 | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis |
2009-08-18 | Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr | Fariborz Jahanian |
2009-08-18 | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian |
2009-08-18 | Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the... | Anders Carlsson |
2009-08-16 | AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and c... | Anders Carlsson |
2009-08-15 | Add an additional C++ hardcoded search path. | Eli Friedman |
2009-08-15 | Extend the ProgramPoint to include the context information LocationContext, | Zhongxing Xu |
2009-08-14 | PR4715 | Shantonu Sen |
2009-08-12 | Transition the PCH support for ShuffleVectorExpr over to ASTContext allocation | Nate Begeman |
2009-08-10 | Take 2 on AltiVec-style vector initializers. | Nate Begeman |
2009-08-10 | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar |
2009-08-09 | map previously ignored __attribute((malloc)) to noalias attribute of llvm fun... | Ryan Flynn |
2009-08-09 | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman |
2009-08-08 | Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed... | Anders Carlsson |
2009-08-08 | Patch should implement packed enums - PR4098. Credit to Anders Johnsen. | Edward O'Callaghan |
2009-08-08 | Introduce reference counting for statements and expressions, using it | Douglas Gregor |
2009-08-07 | add support for opensuse 11.1/11.2 search paths, patch by Stefan Reinauer | Chris Lattner |
2009-08-06 | Predefine __cplusplus to the right value (199711L), except when in GNU mode. | Douglas Gregor |
2009-08-06 | Support nested-name-specifiers for C++ member access expressions, e.g., | Douglas Gregor |
2009-08-06 | As GRState seems general enough, it is time to merge some template classes | Zhongxing Xu |
2009-08-05 | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor |
2009-08-04 | Update for LLVM API change | Daniel Dunbar |
2009-08-03 | Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug ... | Ted Kremenek |
2009-08-03 | Update for LLVM API change. | Daniel Dunbar |
2009-08-03 | Update for LLVM API change. | Daniel Dunbar |
2009-08-03 | now we can let AnalysisManager to own the PathDiagnosticClient. | Zhongxing Xu |
2009-08-03 | Create only one AnalysisManager for each translation unit. In HandleCode(), | Zhongxing Xu |
2009-08-02 | Fix regression caused by recent refactoring where HTML and plist files would ... | Ted Kremenek |
2009-08-01 | Additional AuroraUX header path. | Eli Friedman |
2009-08-01 | Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan. | Eli Friedman |
2009-07-31 | Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer | John McCall |
2009-07-31 | Add a CastKind enum to CastExpr. Right now it's not used for much but it will... | Anders Carlsson |