2010-10-09 |
Abramo Bagnara | Fixed __builtin_constant_p return type. |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Argyrios Kyrtzidis | Fix g++.dg regressions introduced at r115347 (rdar... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
John McCall | Secure this test against slightly different number... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
John McCall | Permit constant evaluation of const floating-point... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Nico Weber | Add support for UCNs for character literals |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Implement C++0x scoped enumerations, from Daniel Wallin... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Fariborz Jahanian | Rename test name. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Fariborz Jahanian | Method implemented in class's implementation may implement |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Fariborz Jahanian | When dealing with an assignment with LHS being a proper... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Improve XML output for class/struct/union declarations... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Fix a typo in the Clang man page, from Alexander Best. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Revert the hack Chris Lattner added in r97981 to work... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | This patch fixes multiple issues in clang's designated... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Fix the mapping of vertical-space cursor kinds to produ... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Eric Christopher | Try to disable this again. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Daniel Dunbar | libclang: Disable LLVM pretty stack trace functionality... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Eric Christopher | Disable this test temporarily in an attempt to green... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Devang Patel | Tighter check in r116060 blcoked enums also. Emit enum... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
John McCall | __attribute__((aligned(n))) directly specifies the... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Devang Patel | Do not repeat debug info for file variable constants. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Douglas Gregor | Fix three related, wily issues with the recompilation... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Argyrios Kyrtzidis | When we encounter a '==' in a context expecting a ... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
John McCall | Track the location of the context requiring an implicit... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Argyrios Kyrtzidis | Implement -fshort-enums (rdar://8490496). |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Devang Patel | Identify functions with prototype appropriately in... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Argyrios Kyrtzidis | Fix an infinite loop, caused by unintended syntax bug... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Fariborz Jahanian | Fix a crash encoding ivars of vector types and |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Abramo Bagnara | Fixed cast to union with anonymous bitfields. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Douglas Gregor | Bugs should go to Bugzilla, not the mailing list |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Daniel Dunbar | tests: Force a triple to avoid wchar_t differences. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Daniel Dunbar | tests: Tweak test to also match MSVC format. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Fariborz Jahanian | Start and end location of a property-dot syntax expression |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Douglas Gregor | Don't force spell checking when code-completing. Let... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Daniel Dunbar | Driver: When clang is built with a VENDOR set, include... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Daniel Dunbar | www: Grammar, etc. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Chris Lattner | clang++ sorta works now |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Fariborz Jahanian | Patch for adding message to unavailable attribute. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Tom Care | UnreachableCodeChecker cleanup and improvements |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Fariborz Jahanian | Simplified code for deprecated attribute wih message... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Fariborz Jahanian | Add message to attribute(deprecated). |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Douglas Gregor | Fix a double-free error that can occur in rare cases... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Devang Patel | Mark FunctionNoProtoType's argument as unspecified... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
John McCall | Re-enable EH cleanups to destroy __block variables... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Nick Lewycky | Silence unused variable warning in Release builds. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Devang Patel | Do not emit subrange for incomplete array type. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Fariborz Jahanian | Issue deprecated warning when typeof uses typedef |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Douglas Gregor | Reject the allocation of variably-modified types in... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Devang Patel | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Francois Pichet | _inline is an alias for inline in MSVC. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Chandler Carruth | Remove hard CRLF end-of-line markers from two files... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Nico Weber | Add support for 4-byte UCNs like \U12345678. Warn about... |
commit | commitdiff | tree | snapshot |
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 |
next |