summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Allow to pass from syntactic form of InitListExpr to semantic form (just as v...Abramo Bagnara2012-11-08
* Avoid to write function name in comment. Thanks to Dmitri Gribenko.Abramo Bagnara2012-11-08
* Readded line removed by mistake.Abramo Bagnara2012-11-08
* Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara2012-11-08
* Fixed range of implicit MemberExpr.Abramo Bagnara2012-11-08
* Set TLSSupported to false on Haiku.Benjamin Kramer2012-11-08
* Driver/Darwin: The -arch argument values aren't exactly the arch names from aDaniel Dunbar2012-11-08
* Rip out a bunch of code for invoking gcc from clang.Bob Wilson2012-11-08
* Remove code to fall back to llvm-gcc for i386 kexts.Bob Wilson2012-11-08
* PR14284: crash on ext-valid returning NULL from a void functionDavid Blaikie2012-11-08
* When deciding whether to convert an array construction loop into a memcpy, lookRichard Smith2012-11-07
* [Driver] Fix -Wp,-MMD pr13959Michael J. Spencer2012-11-07
* Reduce nesting. No functionality change.Nico Weber2012-11-07
* When template deduction fails on a derived class, try a template deduction onRichard Trieu2012-11-07
* objective-C blocks: bring back the CharUnit patch forFariborz Jahanian2012-11-07
* PR12713 - crash on invalid due to unmatched parens in decltypeDavid Blaikie2012-11-07
* objective-C modern translator. Start the lineFariborz Jahanian2012-11-07
* When loading a module fails because it is out of date, rebuild thatDouglas Gregor2012-11-07
* [analyzer] Check that the argument to CFMakeCollectable is non-NULL.Jordan Rose2012-11-07
* Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note thatDavid Chisnall2012-11-07