aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2009-08-02Fix regression caused by recent refactoring where HTML and plist files would ...Ted Kremenek
2009-08-01Additional AuroraUX header path.Eli Friedman
2009-08-01Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan.Eli Friedman
2009-07-31Rename Action::TagKind to Action::TagUseKind, which removes both a misnomerJohn McCall
2009-07-31Add a CastKind enum to CastExpr. Right now it's not used for much but it will...Anders Carlsson
2009-07-31Fix use-after-release bug introduced in r77585 where the PathDiagnosticClientTed Kremenek
2009-07-30Initialize an otherwise-wild pointer. Fixes a crashy analyzerDouglas Gregor
2009-07-30simple fixes.Zhongxing Xu
2009-07-30Make AnalysisManager into its own source file and a pure data management class. Zhongxing Xu
2009-07-30This patch collects all analysis context data into a new class Zhongxing Xu
2009-07-29Make tag declarations redeclarable. This change has three purposes:Douglas Gregor
2009-07-29Change uses of:Ted Kremenek
2009-07-29Don't use a formatted ostream when writing .ll either.Daniel Dunbar
2009-07-29Don't use a formatted ostream when writing .bc files. I don't really understandDaniel Dunbar
2009-07-29Add missing '"'Daniel Dunbar
2009-07-28Make longjmp a real builtin.Mike Stump
2009-07-27(1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"Ted Kremenek
2009-07-27Make ObjCImplDecl inherit from ObjCContainerDecl.Argyrios Kyrtzidis
2009-07-26add gentoo 2009.0 g++ header locationsNuno Lopes
2009-07-26Update for API change.Daniel Dunbar
2009-07-26Lookup targets by Triple instead of Module.Daniel Dunbar
2009-07-24Allow front-end 'isa' access on object's of type 'id'.Steve Naroff
2009-07-23Clean up the ActOnTag action, so that there is only a single entryDouglas Gregor
2009-07-23Add initial implementation of checking for uses of floating point as a loop c...Ted Kremenek
2009-07-21Add the location of the tag keyword into TagDecl. From EneaDouglas Gregor
2009-07-21define __STDC_VERSION__ processor token for c94Ryan Flynn
2009-07-21Remove the ObjCCategoryImpls vector from Sema class.Argyrios Kyrtzidis
2009-07-20Add yet more analysis for CFGs involving conditionals that are actually const...Mike Stump
2009-07-20Reuse VarDecl::Init to store the default argument of a ParmVarDecl,Douglas Gregor
2009-07-18Remove ObjCQualifiedInterfaceType:-)Steve Naroff
2009-07-18Fix a comment.Zhongxing Xu
2009-07-18Location should be passed to setLocEnd() not to setAtEndLoc() which belongs t...Argyrios Kyrtzidis
2009-07-17Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek
2009-07-17Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek
2009-07-16Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.Ted Kremenek
2009-07-16Move the source-level CFG from libAST to libAnalysis.Ted Kremenek
2009-07-15Lexically order files in CMakeLists.txt files.Ted Kremenek
2009-07-15Reapply r75764: [llvm up] Switch to using the new TargetRegistryDaniel Dunbar
2009-07-15Revert r75764 "[llvm up] Switch to using the new TargetRegistry" to fix build.Argyrios Kyrtzidis
2009-07-15Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu...Steve Naroff
2009-07-15Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman
2009-07-15[llvm up] Switch to using the new TargetRegistry.Daniel Dunbar
2009-07-14fix fallout of the LLVM codegen switching to formatted_raw_ostream.Chris Lattner
2009-07-14Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella.Steve Naroff
2009-07-14Basic support for C++0x unicode types. Support for literals will follow in a...Alisdair Meredith
2009-07-14Read/write a CXXOperatorCallExpr from/to PCH files.Argyrios Kyrtzidis
2009-07-14Read/write TagDecl's RBraceLoc from/to PCH files.Argyrios Kyrtzidis
2009-07-10This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff
2009-07-08Patch adds test to my previous patch for assigning toFariborz Jahanian
2009-07-07Make ASTContext explicitly keep track of the declaration for the CDouglas Gregor