Age | Commit message (Expand) | Author |
2011-11-04 | Switch the C++ include interface in the ToolChain to use the same naming | Chandler Carruth |
2011-11-04 | [arcmt] In GC, error out when there is a call that returns a pointer to | Argyrios Kyrtzidis |
2011-11-04 | In ARC, when applying an ownership to a non-objc pointer, instead of ignoring it | Argyrios Kyrtzidis |
2011-11-04 | Enable -flimit-debug-info by default. Now, clang lazily emits debug info for ... | Devang Patel |
2011-11-04 | [driver] Don't blindly accept all -g options. | Chad Rosier |
2011-11-04 | Revert r143551. It is causing g++.dg/template/crash52.C test failure. | Devang Patel |
2011-11-04 | objc: fixed enum type is supported in objc mode. | Fariborz Jahanian |
2011-11-04 | [arcmt] For GC, cleanup and turn -finalize to -dealloc. | Argyrios Kyrtzidis |
2011-11-04 | [arcmt] In GC, error for use of CFMakeCollectable because it will leak the | Argyrios Kyrtzidis |
2011-11-04 | In C++ keep unavailable function calls in the AST, like in C/ObjC. | Argyrios Kyrtzidis |
2011-11-04 | [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. | Argyrios Kyrtzidis |
2011-11-04 | Remove unused variables. | Benjamin Kramer |
2011-11-04 | Sink the strange '-stdlib=...' flag handling into the C++ include | Chandler Carruth |
2011-11-04 | Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc | Chandler Carruth |
2011-11-04 | Add a FIXME to cleanup the CPATH handling. It's currently burried with | Chandler Carruth |
2011-11-04 | Add a system include management interface to the toolchain, and call it | Chandler Carruth |
2011-11-04 | Constant expression evaluation: refactor to start the groundwork for coping with | Richard Smith |
2011-11-04 | Constant expression evaluation: track the manner in which an lvalue was written, | Richard Smith |
2011-11-04 | Constant expression evaluation: although we don't know whether a literal will | Richard Smith |
2011-11-03 | In the AST dump, add a space between the type and value for CharacterLiteral. | Richard Trieu |
2011-11-03 | Use a single integer type for a sub-doubleword part of a byval structure. | Akira Hatanaka |
2011-11-03 | Fix alignment on alloca's for parameters using ABIArgInfo::Expand. | Eli Friedman |
2011-11-03 | Parse the warning options twice. The first pass sets diagnostic state, while | Chad Rosier |
2011-11-03 | After resetting the diagnostic state, set the number of warning occurring in ... | Argyrios Kyrtzidis |
2011-11-03 | Fix the alignment on scalar parameter variables so that it matches what the A... | Eli Friedman |
2011-11-03 | [libclang] Fix crash when a #pragma diagnostic is included in the preamble. | Argyrios Kyrtzidis |
2011-11-03 | Extend IsSimplyAccessible to check for Objective-C instance variable | Douglas Gregor |
2011-11-03 | Teach the ASTImporter to import DefinitionData bits. | Douglas Gregor |
2011-11-03 | Class can't be null in this context | Douglas Gregor |
2011-11-03 | Refactor Sema::IsSimplyAccessible slightly, to work on a DeclContext rather t... | Douglas Gregor |
2011-11-03 | When we're checking a friend function template in an out-of-line class | Douglas Gregor |
2011-11-03 | [libclang] Add infrastructure to be able to only deserialize decls in a file ... | Argyrios Kyrtzidis |
2011-11-03 | Do not add "byval" attribute to records with non-trivial copy constructors | Jan Wen Voung |
2011-11-03 | Add a printing policy flag to suppress printing "<anonymous>::" prior | Douglas Gregor |
2011-11-03 | Set MinABIStackAlignInBytes to 8 if ABI is N32/64. | Akira Hatanaka |
2011-11-02 | Convert the type of a structure passed by value if it has double precision | Akira Hatanaka |
2011-11-02 | Return function results whose size is smaller than 128-bits in registers if ABI | Akira Hatanaka |
2011-11-02 | Use native endianness for writing out character escapes to the result buffer ... | Eli Friedman |
2011-11-02 | Don't build member initializers for zero-length or incomplete arrays, | Douglas Gregor |
2011-11-02 | back out changes in r143399 and r143475. | Fariborz Jahanian |
2011-11-02 | In addition to dumping preprocessed source, dump a script with the command line | Chad Rosier |
2011-11-02 | Fix various minor issues find via unreachable code warnings, from | Douglas Gregor |
2011-11-02 | Add the newest Gentoo GCC version based on the reported installed | Chandler Carruth |
2011-11-02 | Drastically simplify the mapping from the declaration corresponding to | Douglas Gregor |
2011-11-02 | Use StringLiteral::getBytes(), not StringLiteral::getString(), when profiling... | Douglas Gregor |
2011-11-02 | Remove virtually empty file. | Benjamin Kramer |
2011-11-02 | Invoke the Darwin assembler with -g instead of --gdwarf2. | Bob Wilson |
2011-11-02 | Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI. | Bob Wilson |
2011-11-02 | Add an option to emulate the strange Apple gcc behavior of #pragma pack. | Eli Friedman |
2011-11-01 | objc: warn if a readonly property has a setter attribute too. | Fariborz Jahanian |