2011-09-19 |
John McCall | In apple-kext mode, use external linkage for explicit... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Fariborz Jahanian | CurContext cannot be null ever. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Erik Verbruggen | Removed an unused field and its accessors methods. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Erik Verbruggen | First test commit. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Richard Smith | In constructors, don't generate implicit initializers... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Richard Smith | Remove function which is unused as of r139996. Thanks... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Francois Pichet | Do not use builtin includes if -fms-compatibility is... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Francois Pichet | Move the "jump bypasses variable initialization" error... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Francois Pichet | In Microsoft mode(-fms-compatibility), prefer an integr... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Richard Smith | PR10304: Do not call destructors for data members from... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Richard Smith | PR10954: variant members should not be implicitly initi... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Richard Smith | Fix PR10531. Attach an initializer to anonymous unions... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Nico Weber | Let -Warray-bounds handle casted array types without... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Fariborz Jahanian | objc - Treat type of 'self' in class methods as root of |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Fariborz Jahanian | objc: Don't crash with decl context for property impl. |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Francois Pichet | Rename LangOptions::Microsoft to LangOptions::Microsoft... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Douglas Gregor | When we load header file information from the external... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Francois Pichet | As per discussion with Doug Gregor on the IRC channel... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Douglas Gregor | Pass -fmodule-cache-path along to -cc1 properly |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Douglas Gregor | With modules, we can end up loading a new module after... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Francois Pichet | In Microsoft mode, warn if an indirect goto jump over... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Ted Kremenek | Fix massive LiveVariables regression (due to LiveVariab... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Eli Friedman | Fix search paths for Ubuntu 11.04 x86. Patch by Stepan... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Anna Zaks | [analyzer] Refactor: make PathDiagnosticLocation respon... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
NAKAMURA Takumi | test/CodeGen/sse-builtins.c: Make this host-independent... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Richard Trieu | Moves calls of checkArithmeticNull() from CreateBuiltin... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Caitlin Sadowski | Thread safety: Adding FIXMEs and a couple cleanups |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Douglas Gregor | Tweak the module auto-import heuristics a bit |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Richard Trieu | Remove no longer needed LHSType and RHSType from checkA... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Richard Trieu | Change checkArithmeticNull() to use a NonNullType,... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Eli Friedman | Remove standard library includes from test; they explod... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Eli Friedman | Tweak *mmintrin.h so that they don't make any bad assum... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Douglas Gregor | Add an experimental flag -fauto-module-import that... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Richard Trieu | Finish the lex->LHS and rex->RHS cleanup in Sema. |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Douglas Gregor | Add test case for mutually recursive modules |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Douglas Gregor | Comment what's going on when we compile a module |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Fariborz Jahanian | reverse patch in r139818 to focus on 'self' |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Douglas Gregor | Detect cyclic module dependencies in a manner that... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Anna Zaks | [analyzer] Refactor: make PathDiagnosticLocation respon... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Douglas Gregor | Eliminate the list of modules from the preprocessor... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Douglas Gregor | Eliminate the unused -create-module cc1-level option |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Bill Wendling | Refactor the load of the exception pointer and the... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Anna Zaks | [analyzer] Refactor: make PathDiagnosticLocation respon... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Douglas Gregor | When we load the first module, make sure that we wire... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Fariborz Jahanian | Objective-c: Conversion from type Class to any root... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Caitlin Sadowski | Thread safety: changing naming in error messages based... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Caitlin Sadowski | Thread safety: test cases originally from gcc annotalys... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Argyrios Kyrtzidis | [PCH] Overhaul how preprocessed entities are [de]serial... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Caitlin Sadowski | Thread safety: cleaning up FIXME for trylocks |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Caitlin Sadowski | Thread safety: completeing the implementation of shared... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Caitlin Sadowski | Thread safety: refactoring various out of scope warning... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Douglas Gregor | Teach LangOptions::resetNonModularOptions to actually... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Justin Holewinski | PTX: Define target options |
commit | commitdiff | tree | snapshot |
2011-09-15 |
John McCall | Rewrite this loop to use partial destruction; I'm... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
John McCall | Sorry, that assertion actually already exists. |
commit | commitdiff | tree | snapshot |
2011-09-15 |
John McCall | We don't generate null initializer expressions anymore... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Anna Zaks | [analyzer] Refactor: make PathDiagnosticLocation respon... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Devang Patel | Emit debug info for c++0x nullptr. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Douglas Gregor | Make -E work with module imports |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Douglas Gregor | Don't try to write a macro offset for an identifier... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Douglas Gregor | Revert my exported-macro hackery. Something is amiss |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Caitlin Sadowski | Thread safety: small fixes in comments |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Douglas Gregor | Make sure that we actually keep the key length and... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Douglas Gregor | Disable this test on win32. My "sleep 2" trick didn... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Douglas Gregor | Don't try to write a macro offset for an identifier... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Douglas Gregor | Add test for the driver's handling of modules |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Douglas Gregor | Teach the driver to always pass down a module cache... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Caitlin Sadowski | Thread safety: reverting to use separate warning for... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Caitlin Sadowski | Thread safety: adding additional documentation to the... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Caitlin Sadowski | Thread safety: adding test cases for unparseable lock... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Kaelyn Uhrain | Plug an abstraction leak and fix a crasher in DiagnoseI... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Eli Friedman | PR10864: make sure we correctly delay type-checking... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Fariborz Jahanian | Use a group for a diagnostics I added late. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Argyrios Kyrtzidis | [arcmt] Use __bridge_retained when passing an objc... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Fariborz Jahanian | objc-arc: warn when a 'retain' block property is |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Anna Zaks | [analyzer] Remove redundant copy constructor. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Anna Zaks | [analyzer] After CFG has been linearized, we can have... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Akira Hatanaka | Add comment. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Douglas Gregor | Encode the module hash in base-36, to reduce the length... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Eli Friedman | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Chad Rosier | [driver] Add support for the COMPILER_PATH environment... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Anna Zaks | [analyzer] Refactor: Make PathDiagnosticLocation respon... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Douglas Gregor | Assert that the module hash produced after stripping... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Douglas Gregor | For modules, use a hash of the compiler version, langua... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Argyrios Kyrtzidis | [libclang] Remove libclang.darwin.exports, it's not... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
John McCall | In general, don't look through explicit casts when... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
John McCall | Correctly generate IR for casted "builtin" functions... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Akira Hatanaka | O64 will not be supported. |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Akira Hatanaka | mips*-*-psp is no longer supported as a target. |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Kaelyn Uhrain | Split the two invalid uses of the unqualified Foobar... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Eli Friedman | Re-commit r139643. |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Eli Friedman | Revert r139643 while I look into it; it's breaking... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Argyrios Kyrtzidis | [libclang] Introduce clang_getPresumedLocation which... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Argyrios Kyrtzidis | [PCH] Fix a regression that r139441 introduced (decls... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Eli Friedman | Make clang use Acquire loads and Release stores where... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Eli Friedman | Turn off the generation of unaligned atomic load/store... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Douglas Gregor | When building a module on-demand, clear out the "non... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Argyrios Kyrtzidis | [libclang] Correct annotation and taking of cursor... |
commit | commitdiff | tree | snapshot |
next |