summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Merge branch 'release-3.2' into embtk-support-release-3.2Abdoulaye Walsimou Gaye2012-11-24
|\
| * Merging r168355: into the 3.2 release branch.Pawel Wodnicki2012-11-22
| * Merging r168063 into 3.2 release branchPawel Wodnicki2012-11-21
| * Merging r168297 into 3.2 release branchPawel Wodnicki2012-11-21
* | Merge branch 'release-3.2' into embtk-support-release-3.2Abdoulaye Walsimou Gaye2012-11-20
|\|
| * Merging r168124 into 3.2 release branchPawel Wodnicki2012-11-19
| * Merging r168024 from trunk into 3.2 release branch Pawel Wodnicki2012-11-19
* | Merge branch 'release-3.2' into embtk-support-release-3.2Abdoulaye Walsimou Gaye2012-11-19
|\|
| * Merging r167884,r167920 from trunk into 3.2 release branch Pawel Wodnicki2012-11-19
| * Merge r168260 from trunk:Benjamin Kramer2012-11-19
| * Fix a Malloc Checker FP by tracking return values from initWithCharacterAnna Zaks2012-11-13
* | Support -r linker optionAbdoulaye Walsimou Gaye2012-11-17
|/
* [analyzer] Follow up to r167762 - precisely determine the adjustmentAnna Zaks2012-11-13
* Merged 167788, and bad CFG construction bug, into the LLVM 3.2 release.Ted Kremenek2012-11-13
* Merge in analyzer fix r167762, which was a recent regression.Ted Kremenek2012-11-12
* Merge in r167749, per discussion on cfe-dev that we want -Wimplicit-fallthrou...Ted Kremenek2012-11-12
* In Sema::MergeVarDecl we handle merging of storage classes and visibilityRafael Espindola2012-11-12
* Fix binding of nodes in case of forEach..() matchers.Daniel Jasper2012-11-11
* Remove unneeded includes from IdentifierTableNico Weber2012-11-11
* s/BCPLComment/LineComment/Nico Weber2012-11-11
* objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31.Fariborz Jahanian2012-11-10
* Rework my implementation of circular-reference finding to not useDouglas Gregor2012-11-10
* Add clang support of RTM from TSXMichael Liao2012-11-10
* Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...Ted Kremenek2012-11-10
* Disable -Wimplicit-fallthrough when not using C++.Ted Kremenek2012-11-10
* [analyzer] When invalidating symbolic offset regions, take fields into account.Jordan Rose2012-11-10
* Handle redeclarations of catch variables in catch blocks.David Blaikie2012-11-10
* Diagnostic circular inheritance involving dependent base classes. WeDouglas Gregor2012-11-10
* PR14296: function parameter name collisions in function try/catchDavid Blaikie2012-11-10
* Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou...Eli Friedman2012-11-10
* -Wobjc-literal-compare: look through implicit casts.Jordan Rose2012-11-09
* PR13788: Don't perform checks on the initializer of a dependently-typedRichard Smith2012-11-09
* PR14303: Add a NoDriverOption flag to those options which are not accepted byRichard Smith2012-11-09
* Add a SourceLocation::printToString() that returns in a std::string what dump()Argyrios Kyrtzidis2012-11-09
* Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBufferArgyrios Kyrtzidis2012-11-09
* Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis2012-11-09
* Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,Argyrios Kyrtzidis2012-11-09
* Implement -mstrict-align using '-backend-option -arm-strict-align' as this savesChad Rosier2012-11-09
* [driver] Add a -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-09
* Improved support for removing the comma preceding __VA_ARGS__ where __VA_ARGS__Andy Gibbs2012-11-09
* Use isInvalidDecl() instead of isStatic() as suggested by dblaikie.Nico Weber2012-11-09
* Don't crash on calling static member overloaded operator, PR14120Nico Weber2012-11-09
* Remove old driver code to grab the iOS simulator version from the -D option.Bob Wilson2012-11-09
* [ms] Implement int64_t version of mangleNumber() in terms of the APSInt version.Nico Weber2012-11-09
* [Windows] Fix mangling of number literal '0'Nico Weber2012-11-08
* Remove more code related to invoking llvm-gcc. <rdar://problem/11991320>Bob Wilson2012-11-08
* Fix a source range regression in C++ new expressions with call initializers.David Blaikie2012-11-08
* Fix a bug I found while preparing my devmtg talk: When passing NULL to aMatt Beaumont-Gay2012-11-08
* LiteralSupport: Don't overflow the temporary buffer when decoding invalid str...Benjamin Kramer2012-11-08
* LiteralSupport: Clean up style violations. No functionality change.Benjamin Kramer2012-11-08