summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Basic implementation of inherited constructors. Only generates declarations, ...Sebastian Redl2011-02-055-6/+281
* Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV...Anders Carlsson2011-02-052-6/+8
* [analyzer] Fix a false positive of the 'self' initialization checker.Argyrios Kyrtzidis2011-02-051-4/+20
* When the out-of-line definition differs from the declaration in the return type,Argyrios Kyrtzidis2011-02-051-1/+5
* Re-land r124768, with a fix for PR9130.Anders Carlsson2011-02-055-21/+24
* Don't suggest -Wuninitialized fixits for uninitialized enum types.Ted Kremenek2011-02-051-1/+3
* -Wselector should warn on implemented selectors onlyFariborz Jahanian2011-02-041-1/+5
* Assert during instantiation of blocks that we've captured everything thatJohn McCall2011-02-041-39/+61
* Add better support for ARM EABI triples.Bob Wilson2011-02-041-10/+22
* Driver: Fix spurious warning (from -cc1) about unused -fapple-kext on C inputs.Daniel Dunbar2011-02-041-1/+1
* Improve our handling of the current instantiation for qualifiedDouglas Gregor2011-02-041-25/+11
* Before checking bitfield initialization, make sure that neither theDouglas Gregor2011-02-041-0/+7
* When calling a bound pointer to member function, check theDouglas Gregor2011-02-041-0/+20
* Tweak my fix for PR8748, and update the incorrect PR number in the test case.Douglas Gregor2011-02-042-2/+4
* Implement proper (de-)serialization for explicit template argumentDouglas Gregor2011-02-044-67/+77
* Fix a crash-on-invalid where we were trying to parse C++ constructs inDouglas Gregor2011-02-041-2/+3
* Downgrade error about attribute 'iboutlet' and 'ibaction' being applied to an...Ted Kremenek2011-02-041-3/+3
* Tighten up the semantics of default template arguments, per C++0xDouglas Gregor2011-02-042-4/+17
* When a function template's template parameter has a default argument,Douglas Gregor2011-02-041-2/+2
* build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what oneDaniel Dunbar2011-02-042-3/+10
* minor refactoring of -fapple-kext stuff.Fariborz Jahanian2011-02-041-8/+6
* What was I thinking?Fariborz Jahanian2011-02-041-3/+1
* -fapple-kext cannot have 'weak' visibility in thisFariborz Jahanian2011-02-042-17/+39
* If any Fix-Its attached to a diagnostic have invalid source locationsDouglas Gregor2011-02-031-0/+13
* Moved here from LLVM Clang's configuration options and related macros.Oscar Fuentes2011-02-032-0/+8
* [analyzer] Fix a crash until we can handle temporary struct objects properly.Argyrios Kyrtzidis2011-02-031-1/+5
* Add __has_feature() for each of the type traitsDouglas Gregor2011-02-031-0/+19
* Clean up of -fapple-kext abi code. No change otherwise.Fariborz Jahanian2011-02-034-12/+10
* Implement -Woverloaded-virtual.Argyrios Kyrtzidis2011-02-032-1/+103
* Teach SourceManager::getLocation() how to cope with a source fileDouglas Gregor2011-02-031-18/+84
* Capture a few implicit references to 'self'.John McCall2011-02-031-3/+37
* More capturing of 'this': implicit member expressions. Getting thatJohn McCall2011-02-0310-195/+211
* Revert 124768.Rafael Espindola2011-02-035-25/+21
* Revert 124754 and 124760 as they made clang unusable in the presence of symbolicRafael Espindola2011-02-031-84/+0
* Frontend: Switch -header-include-file output to use unbuffered raw_ostreams withDaniel Dunbar2011-02-031-14/+22
* Don't try to mark virtual members referenced for classes where the key functionAnders Carlsson2011-02-035-21/+25
* Improve the performance of filename canonicalization by avoidingDouglas Gregor2011-02-031-1/+8
* Based on user feedback, swap -Wuninitialized diagnostics to have the warning ...Ted Kremenek2011-02-021-32/+37
* -fapple-kext, elimination of all direct calls to virtual dtors.Fariborz Jahanian2011-02-021-0/+4
* Emit debug info for template value parameters.Devang Patel2011-02-021-0/+7
* Canonicalize path names in the file manager before performing a lookupDouglas Gregor2011-02-021-0/+77
* Emit debug info for template type parameters.Devang Patel2011-02-021-1/+18
* clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrorsDaniel Dunbar2011-02-022-2/+8
* Frontend: Add -header-include-file option, for allowing saving header includeDaniel Dunbar2011-02-023-7/+41
* Frontend: Add support (unused) for showing all "interesting" headers, not justDaniel Dunbar2011-02-021-21/+16
* For gcc compatibility, size of a class which is zeroFariborz Jahanian2011-02-021-2/+11
* Revert r124704, which uniqued code-completion strings. The spaceDouglas Gregor2011-02-021-31/+0
* Add NetBSD target support. Patch by Joerg Sonnenberger.Benjamin Kramer2011-02-028-3/+318
* Don't warn for -Wnon-virtual-dtor for dependent classes.Argyrios Kyrtzidis2011-02-021-1/+1
* Frontend: Factor out header include dumping (-H) into its own preprocessorDaniel Dunbar2011-02-025-39/+99