aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-05Thread PerFileData through the ASTReader again, this time with the LLVM changes.Sebastian Redl
2010-10-05Register the __builtin_va_list_type node when we parse it, rather thanDouglas Gregor
2010-10-05Remove a rogue typoDouglas Gregor
2010-10-05Register the __builtin_va_list_type node when we parse it, rather thanDouglas Gregor
2010-10-05* Simplify codeZhongxing Xu
2010-10-05Added support for base and member destructors in destructor.Marcin Swiderski
2010-10-05Add test case for r115588.Argyrios Kyrtzidis
2010-10-05In Sema's TryRefInitWithConversionFunction, suppress user conversions for the...Argyrios Kyrtzidis
2010-10-05If we're resolving all outstanding fixups, and there are multiple fixupsJohn McCall
2010-10-04In the fragile ObjC ABI, save the caught exception to the side if there areJohn McCall
2010-10-04dyn_cast is more appropriate here.Devang Patel
2010-10-04Add missing '}' :)Devang Patel
2010-10-04Emit debug info for an aggregate while processing MemberExpr if the aggregate...Devang Patel
2010-10-04Fix filename in header comment.Devang Patel
2010-10-04When a type comes from a previously-loaded PCH/AST file, don't try to write i...Douglas Gregor
2010-10-04www: Add a "Clang Related Projects" page, to collect links to external projectsDaniel Dunbar
2010-10-04Added support for C++ initializers in CFG.Marcin Swiderski
2010-10-03Change to match 115473.Chris Lattner
2010-10-03Do x86_64.Bill Wendling
2010-10-03Test to verify that all of the MMX builtins are handled by the front-end.Bill Wendling
2010-10-02When providing a block literal as a code completion for aDouglas Gregor
2010-10-02Introduce a new libclang function, clang_getCursorDisplayName(), whichDouglas Gregor
2010-10-02Teach clang_getCursorType() about base specifiers and other referencesDouglas Gregor
2010-10-02the mmx intrinsic for pshufw should map to the IR intrinsic, notChris Lattner
2010-10-02When we insert a category (or class extension) into an interface, markDouglas Gregor
2010-10-02Don't add -fno-spell-checking in libclang if a spell-checking-related argumen...Douglas Gregor
2010-10-02Provide proper source location and range information for C++ baseDouglas Gregor
2010-10-02Implement chained PCH support for the macro definitions stored withinDouglas Gregor
2010-10-02Use ParseObjCSelectorPiece for parsing getter and setter names in @property d...Anders Carlsson
2010-10-02Rename a test in preparation for fixing PR8169.Anders Carlsson
2010-10-02when expanding a builtin, if the argument is required to be a constant,Chris Lattner
2010-10-01Don't add an imported function into its lexical context until *after*Douglas Gregor
2010-10-01tidyChris Lattner
2010-10-01kill off CheckX86BuiltinFunctionCallChris Lattner
2010-10-01move imperative code to declarative definitions.Chris Lattner
2010-10-01Mark explict methods as explict in debug info.Devang Patel
2010-10-01diagnose errors when a builtin that require constant arguments don't have them.Chris Lattner
2010-10-01enhance ASTContext::GetBuiltinType to return a bitmask indicating which argum...Chris Lattner
2010-10-01random cleanups, no functionality change.Chris Lattner
2010-10-01Doug's feedbackGabor Greif
2010-10-01Factor out enumerator APSInt adjustment intoGabor Greif
2010-10-01Restore test. Is for //rdar://8493239Fariborz Jahanian
2010-10-01Better diagnostic for superfluous scope specifier inside a class definition f...Francois Pichet
2010-10-01Teach clang_getCursorReferenced() about Objective-C property referenceDouglas Gregor
2010-10-01UnreachableCodeChecker does not need to inherit from CheckerVisitor, only Che...Tom Care
2010-10-01Revert r115336 ("Thread PerFileData through everything."), becauseDouglas Gregor
2010-10-01Extend libclang with an API that determines, given a C++ virtualDouglas Gregor
2010-10-01Thread PerFileData through everything. This allows us to remap stuff later.Sebastian Redl
2010-10-01Record module loaders and module source order.Sebastian Redl
2010-10-01fix a bogus "I" that I added to the per-function attribute list.Chris Lattner