2011-02-06 |
Oscar Fuentes | CLANG_BINARY_DIR is not the same thing as LLVM_BINARY_D... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Chris Lattner | add some missing builtins. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Oscar Fuentes | Support running tests from the VS IDE and XCode. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Oscar Fuentes | Remove the clang++ symlink with `make clean'. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Douglas Gregor | Add a __has_feature check for default template argument... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Oscar Fuentes | CMake: libclang shall be named libclang.so, not liblibc... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Douglas Gregor | Improve our uniquing of file entries when files are... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Sebastian Redl | Basic implementation of inherited constructors. Only... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Oscar Fuentes | Support `make clang-test' when Clang is compiled outsid... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Anders Carlsson | Pass a 'ForVTable' flag to GetAddrOfThunk and pass... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Add support for different kind of... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Get the string representation of a... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Add CodeCompletionResults |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Add support for translationUnit.reparse(). |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Include local headers the right way. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Remove unneeded instruction |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: fix Diagnostics.range iterator |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Use python Diagnostics as function... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Tobias Grosser | python bindings: Synchronize cursor kinds |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Argyrios Kyrtzidis | [analyzer] Fix a false positive of the 'self' initializ... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Argyrios Kyrtzidis | When the out-of-line definition differs from the declar... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Anders Carlsson | Re-land r124768, with a fix for PR9130. |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Ted Kremenek | Don't suggest -Wuninitialized fixits for uninitialized... |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Ted Kremenek | Don't crash when generating USRs for ObjC methods in... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Fariborz Jahanian | Restore a test which I accientally overwrote in my... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Fariborz Jahanian | -Wselector should warn on implemented selectors only |
commit | commitdiff | tree | snapshot |
2011-02-04 |
John McCall | Assert during instantiation of blocks that we've captur... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Bob Wilson | Add better support for ARM EABI triples. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Daniel Dunbar | Driver: Fix spurious warning (from -cc1) about unused... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Daniel Dunbar | build: Prevent duplicate inclusion of Makefile.rules... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Douglas Gregor | Improve our handling of the current instantiation for... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Douglas Gregor | Before checking bitfield initialization, make sure... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Douglas Gregor | When calling a bound pointer to member function, check the |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Douglas Gregor | Tweak my fix for PR8748, and update the incorrect PR... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Douglas Gregor | Implement proper (de-)serialization for explicit templa... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Douglas Gregor | Fix test for previous commit |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Douglas Gregor | Fix a crash-on-invalid where we were trying to parse... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Ted Kremenek | USRs for Objective-C methods use the USR of the @interf... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Ted Kremenek | Downgrade error about attribute 'iboutlet' and 'ibactio... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Douglas Gregor | Tighten up the semantics of default template arguments... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Douglas Gregor | When a function template's template parameter has a... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Daniel Dunbar | build: Add support for DISABLE_DEFAULT_STRICT_ALIASING... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Daniel Dunbar | Fix 80-col violins. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Fariborz Jahanian | minor refactoring of -fapple-kext stuff. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Fariborz Jahanian | What was I thinking? |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Fariborz Jahanian | -fapple-kext cannot have 'weak' visibility in this |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Douglas Gregor | If any Fix-Its attached to a diagnostic have invalid... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Oscar Fuentes | Moved here from LLVM Clang's configuration options... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Argyrios Kyrtzidis | [analyzer] Fix a crash until we can handle temporary... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Douglas Gregor | Add __has_feature() for each of the type traits |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Oscar Fuentes | Optionally, Clang now builds using LLVM as an external... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Fariborz Jahanian | Clean up of -fapple-kext abi code. No change otherwise. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Argyrios Kyrtzidis | Implement -Woverloaded-virtual. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Douglas Gregor | Teach SourceManager::getLocation() how to cope with... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Axel Naumann | Remove unnecessary RUN: directive. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
John McCall | More tweaks to the compatibility page. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
John McCall | More minor documentation tweaks. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
John McCall | Rework the __block jump-checking section, including... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
John McCall | Rework and embellish the C99 inline compatibility section. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
NAKAMURA Takumi | CMake: Fix test. CMake has not built unittests yet. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
John McCall | Capture a few implicit references to 'self'. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
John McCall | More capturing of 'this': implicit member expressions... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Ted Kremenek | Reenable -Wuninitialized warning for captured block... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Rafael Espindola | Add test from PR9130. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Rafael Espindola | Revert 124768. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Jeffrey Yasskin | Add gTest unittests to clang, and write the first one. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Rafael Espindola | Revert 124754 and 124760 as they made clang unusable... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Daniel Dunbar | Frontend: Switch -header-include-file output to use... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Anders Carlsson | Don't try to mark virtual members referenced for classe... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Francois Pichet | Fix Microsoft bit field problem. This resolves the... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Douglas Gregor | Improve the performance of filename canonicalization... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Ted Kremenek | Based on user feedback, swap -Wuninitialized diagnostic... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Fariborz Jahanian | -fapple-kext, elimination of all direct calls to virtua... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Devang Patel | Emit debug info for template value parameters. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Douglas Gregor | Canonicalize path names in the file manager before... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Devang Patel | Emit debug info for template type parameters. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Daniel Dunbar | clang: Add support for a CC_PRINT_HEADERS environment... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Daniel Dunbar | Frontend: Add -header-include-file option, for allowing... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Daniel Dunbar | Frontend: Add support (unused) for showing all "interes... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Fariborz Jahanian | Turn test for // rdar://8945175 into a sema test. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Fariborz Jahanian | For gcc compatibility, size of a class which is zero |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Douglas Gregor | Revert r124704, which uniqued code-completion strings... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Benjamin Kramer | Add NetBSD target support. Patch by Joerg Sonnenberger. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Argyrios Kyrtzidis | Don't warn for -Wnon-virtual-dtor for dependent classes. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Daniel Dunbar | Frontend: Factor out header include dumping (-H) into... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
John McCall | An insomniac stab at making block declarations list... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Nick Lewycky | Fix test by fully specifying the platform. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Nick Lewycky | Turn on -momit-leaf-frame-pointer by default on all... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Dan Gohman | Update this test following recent optimizer changes. |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Ted Kremenek | Remove redundant check to not warn for warn_equality_wi... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Douglas Gregor | Unique code-completion strings. On Cocoa.h, this costs... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
John McCall | When diagnosing address-space changes, apply array... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Fariborz Jahanian | -fapple-kext support for indirect call to virtuals... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Douglas Gregor | Fix name lookup issue |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Nick Lewycky | Add support for x86-64 Mandriva 2010.2. Reported by... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Douglas Gregor | Create a special allocator class for code completion... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Matt Beaumont-Gay | Use tempfiles for the .o outputs. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Ted Kremenek | Enable the self-init checker in scan-build. |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Ted Kremenek | Don't warn about extraneous '()' around a comparison... |
commit | commitdiff | tree | snapshot |
2011-02-01 |
Argyrios Kyrtzidis | Don't warn for "if ((a == b))" if the parens came from... |
commit | commitdiff | tree | snapshot |
next |