2011-11-29 |
Ted Kremenek | Place "use @dynamic or provide a method implementation... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Douglas Gregor | Teach the module import mechanism how to rebuild module... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Douglas Gregor | Start refactoring to use module maps when rebuilding... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Argyrios Kyrtzidis | Initialize NumWarningsInPreamble in ASTUnit's construct... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Douglas Gregor | Expose the printing of module maps as part of the Modul... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Benjamin Kramer | The cheap version of getName() is sufficient here. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Benjamin Kramer | Preserve constness. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Benjamin Kramer | Silence GCC warnings, RefCountedBase is meant to be... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Richard Smith | Add fix-it to remove 'typedef' from function template... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Argyrios Kyrtzidis | Fix leaking of LexedMethod objects created for caching... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Argyrios Kyrtzidis | [libclang] Fix leak in clang_indexSourceFile_Impl |
commit | commitdiff | tree | snapshot |
2011-11-29 |
NAKAMURA Takumi | [Win32] Catch exceptions (eg. segfault) on waiting... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Argyrios Kyrtzidis | [libclang] Make the test portable. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Richard Smith | PR10101: Recover better from a common copy-paste error... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Argyrios Kyrtzidis | [libclang] Make clang_findReferencesInFile also work... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Peter Collingbourne | Add Clang release notes for OpenCL C support. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Peter Collingbourne | Fix URL typo. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Fariborz Jahanian | objc: warn if NSObject attribute appears other than... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Ted Kremenek | Fix serialized diagnostics to handle FixIts that only... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Chandler Carruth | Fix a spelling error pointed out by Sebastien, and... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Chandler Carruth | Remove the last of my notes. I don't think these really... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Chandler Carruth | Last major chunk of features. This covers a couple... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Chandler Carruth | And sink the GNU runtime bit into this section as a... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Chandler Carruth | Flesh out the Objective-C section a bit. This may well... |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Bill Wendling | The _setjmp builtin library function should have the... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Eli Friedman | Add a couple more GCC versions to C++ search paths... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Rafael Espindola | CFI is mentioned on the LLVM releases as the clang... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Eli Friedman | A couple driver fixes for PPC Linux. Patches by Michae... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Francois Pichet | Update release notes with 2 features now supported... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Richard Smith | Release notes: add link to ISO C++ 2011 standard from... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Francois Pichet | Update release notes with information on MSVC mode. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Tanya Lattner | Correct the code generation for function arguments... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Richard Smith | Release notes: fix up formatting of diagnostic example. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Douglas Gregor | When attempting to load a module that is not in the... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Extract a Windows section in the release notes. Hopeful... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Create a stub for Nick to hack on, nuking another of... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Pull the uninitialized values rewrite into the diagnost... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Remove some features that don't really seem major enoug... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Richard Smith | Add a release notes section for C1X language features... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Pull out the libclang section and try to clean it up... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Argyrios Kyrtzidis | [libclang] Protect against the declaration's SourceRang... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | We now have text (or comment stubs for others) for... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Expand and clean up the diagnostics section. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Kostya Serebryany | fix html markup |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Daniel Dunbar | Fix some possible gcc-4.2 may be used uninitialized... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Create a more organized (but still commented out as... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Benjamin Kramer | Add missing equals. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Create a 3.1 notes section in a comment so that the... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Peter says this shouldn't make it to the relnotes,... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Flesh out and pretty-up the driver section. This could... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Add a brief mention of the warning flag name updates... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Tidy up, wrap lines, and use <code> tags more consistently. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Anna Zaks | Cleanup the Release Notes for the static analyzer: |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Kostya Serebryany | First version of AddressSanitizer docs; documentation... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Anna Zaks | [analyzer] Add more simple taint tests. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Anna Zaks | [analyzer] Minor cleanup of SValBuilder: Comments ... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Rafael Espindola | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Douglas Gregor | When synthesizing an implicitly-defined copy or move... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Richard Smith | Add a release notes section on new C++11 language featu... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Fariborz Jahanian | Remove code made redundant by my previous patch. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Fariborz Jahanian | pinpoint name/location of deprecated/unavailable enumerator |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Add a proper blurb for the PPCallbacks features. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | This doesn't really seem worthy of a relnote... Shout... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Fill in a section for the instantiation -> expansion... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Add proper text for the Diagnostic API changes. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Fariborz Jahanian | objc: turn warning for property type mismatch in |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Douglas Gregor | Add a release note for Objective-C related result types |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Douglas Gregor | Note that code completion now works better for in-class... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Douglas Gregor | When checking a call to a builtin atomic operation... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | And that completes my sweep through commits for things... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Finished with August's commits, and actually added... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | July's notes.. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Nicola Gigante | Removed useless ImplicitCast nodes in explicit cstyle... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | July was a bit quiet to... except for ARC. ;] |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | June was a quiet month... I can't imagine why... ;] |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Notes through another month... a *really* busy month... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Add the first month's commit notes. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Bob Wilson | Install c-index-test and clang-c/Index.h as internal... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Chandler Carruth | Begin sketching out the Clang release notes. The plan... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
NAKAMURA Takumi | test/lit.cfg: Enhance getRegisteredTargets() to retriev... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Argyrios Kyrtzidis | [libclang] Indexing API: If the client requested to... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Argyrios Kyrtzidis | [libclang] Indexing API: Capture diagnostics during... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Peter Collingbourne | Another silly workaround for MSVC. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Argyrios Kyrtzidis | [arcmt] Integrate GC __weak into property attributes... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Peter Collingbourne | Sigh, another workaround for MSVC. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Argyrios Kyrtzidis | [arcmt] Don't add __weak if there is already a GC __wea... |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Peter Collingbourne | Work around a gcc4.2 bug. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Peter Collingbourne | In Sema::MaybeBindToTemporary, create a CXXBindTemporar... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Peter Collingbourne | When destroying temporaries, instead of a custom cleanu... |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Rafael Espindola | Make our handling of MMX x SSE closer to what gcc does: |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Rafael Espindola | Add inreg attributes to reference arguments. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Sebastian Redl | Reference initialization with initializer lists. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Rafael Espindola | Error on non x86 architectures. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Rafael Espindola | Fix file name in comments. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Bob Wilson | Use libcxx makefile's do-installhdrs target. <rdar... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Rafael Espindola | Add the minimum implementation of cpuid.h. This works... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Nicola Gigante | Test commit |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Abramo Bagnara | Fixed lexical declaration context when instantiating... |
commit | commitdiff | tree | snapshot |
2011-11-26 |
Rafael Espindola | Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches... |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Francois Pichet | In Microsoft mode, make "Unqualified lookup into depend... |
commit | commitdiff | tree | snapshot |
next |