2010-10-06 |
Bill Wendling | Erm...this isn't the same as PR6658. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Bill Wendling | MMX conversion work is done. We can remove the FIXMEs. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Bill Wendling | Add same hack to mmx-builtins.c as in Headers/c89.c... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Anders Carlsson | When checking for uninitialized fields in member initia... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
John McCall | Teach the driver to pass -fexceptions in Objective... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
John McCall | Provide a slightly specialized diagnostic for tautologi... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
John McCall | Use a more conventional/efficient implementation for... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Fariborz Jahanian | Ue TagType, added a FIXME. Per John's comment. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Fariborz Jahanian | Issue deprecated warning when typeof uses an |
commit | commitdiff | tree | snapshot |
2010-10-05 |
John McCall | When instantiating a new-expression, force a rebuild... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Fariborz Jahanian | Method declaration and its implementation must match... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
John McCall | ...without leaving a temporary file behind. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
John McCall | Er, this test should actually run IR generation. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
John McCall | Teach PopCleanupBlock to correctly handle the possibili... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Serialize the "inline" bit for namespaces. Fixes <rdar... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Fix a marvelous chained AST writing bug, where we end... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Fariborz Jahanian | Fix a block rewriter bug where copy/dispose entries in |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Zhanyong Wan | Fix handling of the 'Invalid' argument in SourceManager... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Sebastian Redl | Give every file that ASTReader loads a type: module... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Sebastian Redl | Thread PerFileData through the ASTReader again, this... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Register the __builtin_va_list_type node when we parse... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Remove a rogue typo |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Douglas Gregor | Register the __builtin_va_list_type node when we parse... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Zhongxing Xu | * Simplify code |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Marcin Swiderski | Added support for base and member destructors in destru... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Argyrios Kyrtzidis | Add test case for r115588. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Argyrios Kyrtzidis | In Sema's TryRefInitWithConversionFunction, suppress... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
John McCall | If we're resolving all outstanding fixups, and there... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
John McCall | In the fragile ObjC ABI, save the caught exception... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Devang Patel | dyn_cast is more appropriate here. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Devang Patel | Add missing '}' :) |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Devang Patel | Emit debug info for an aggregate while processing Membe... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Devang Patel | Fix filename in header comment. |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Douglas Gregor | When a type comes from a previously-loaded PCH/AST... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Daniel Dunbar | www: Add a "Clang Related Projects" page, to collect... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Marcin Swiderski | Added support for C++ initializers in CFG. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Chris Lattner | Change to match 115473. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Bill Wendling | Do x86_64. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Bill Wendling | Test to verify that all of the MMX builtins are handled... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | When providing a block literal as a code completion... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | Introduce a new libclang function, clang_getCursorDispl... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | Teach clang_getCursorType() about base specifiers and... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | the mmx intrinsic for pshufw should map to the IR intri... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | When we insert a category (or class extension) into... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | Don't add -fno-spell-checking in libclang if a spell... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | Provide proper source location and range information... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Douglas Gregor | Implement chained PCH support for the macro definitions... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Anders Carlsson | Use ParseObjCSelectorPiece for parsing getter and sette... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Anders Carlsson | Rename a test in preparation for fixing PR8169. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Chris Lattner | when expanding a builtin, if the argument is required... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Don't add an imported function into its lexical context... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | tidy |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | kill off CheckX86BuiltinFunctionCall |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | move imperative code to declarative definitions. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Devang Patel | Mark explict methods as explict in debug info. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | diagnose errors when a builtin that require constant... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | enhance ASTContext::GetBuiltinType to return a bitmask... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | random cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Gabor Greif | Doug's feedback |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Gabor Greif | Factor out enumerator APSInt adjustment into |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Fariborz Jahanian | Restore test. Is for //rdar://8493239 |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Francois Pichet | Better diagnostic for superfluous scope specifier insid... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Teach clang_getCursorReferenced() about Objective-C... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Tom Care | UnreachableCodeChecker does not need to inherit from... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Revert r115336 ("Thread PerFileData through everything... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Extend libclang with an API that determines, given... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Sebastian Redl | Thread PerFileData through everything. This allows... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Sebastian Redl | Record module loaders and module source order. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | fix a bogus "I" that I added to the per-function attrib... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Implement the C++0x "trailing return type" feature... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | Various builtins a require an integer constant. Not... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | __builtin_ia32_psrldqi128 too |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Chris Lattner | the second argument to __builtin_ia32_pslldqi128 must... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Zhongxing Xu | Now the whether adding implicit dtors is controlled... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Zhongxing Xu | The return value is never used. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Zhongxing Xu | Use default augument. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Zhongxing Xu | Simplify interface for addLocalScopeForStmt(). |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Zhongxing Xu | The old logic would add non-struct and non C++ struct... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Added generating CFGAutomaticObjDtors for exception... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Added generating CFGAutomaticObjDtors for init statemen... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | dded generating CFGAutomaticObjDtors for condition... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | If we get a TU_CONTEXT update from a chained PCH file... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Added generating CFGAutomaticObjDtors for condition... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | Enable chained precompiled headers for use with precomp... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Douglas Gregor | When an identifier that has a macro definition in the... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Fariborz Jahanian | Remove test until further notice. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Added generating CFGAutomaticObjDtors for condition... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Fixed checking for trivial destructor in CFGBuilder... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Fariborz Jahanian | Fix test. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Marcin Swiderski | Added: |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Fariborz Jahanian | Output debug info. for ivars declared in class |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Argyrios Kyrtzidis | Add test case I forgot for r115159 (support implicit... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Dale Johannesen | Clang part of MMX rewrite (goes with 115243). |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Marcin Swiderski | Added methods for adding LocalScopes and CFGAutomaticOb... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Marcin Swiderski | Added methods for inserting CFGAutomaticObjDtors to... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Marcin Swiderski | Added: |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Dawn Perchik | perform_code_completion(): fix type declaration for TU. |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Nick Lewycky | Correct this name so I stop giving out the wrong email... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Fariborz Jahanian | Rewriting array element type of qualified-id. |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Daniel Dunbar | c-index-test: Run inside a separate thread iff we have... |
commit | commitdiff | tree | snapshot |
next |