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