summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow constant-folding of references which were formed in a manner not permittedRichard Smith2012-01-121-10/+6
* Add IsImplicit field in ObjCMessageExpr that is true when the messageArgyrios Kyrtzidis2012-01-126-61/+116
* [analyzer] Rename Store::Retrieve() -> getBinding().Anna Zaks2012-01-123-64/+69
* [analyzer] Add taint transfer by strcpy & others (part 1).Anna Zaks2012-01-121-89/+100
* Formatting.Eric Christopher2012-01-121-1/+1
* Formatting.Eric Christopher2012-01-121-1/+1
* Take into account the pointer to an aggregate that is passed as a hiddenAkira Hatanaka2012-01-121-2/+6
* Call CodeGenTypes::ConvertType to get LLVM::Type*.Akira Hatanaka2012-01-121-25/+4
* Fix some edge cases with C++ casts and placeholder expressions.Eli Friedman2012-01-121-12/+15
* objective-c: fixes a regression in looking up namesFariborz Jahanian2012-01-121-2/+5
* Improve the diagnostic when trying to redefine a typedef with aDouglas Gregor2012-01-111-1/+12
* Fix the caching in CorrectTypo so that other non-keyword identifiersKaelyn Uhrain2012-01-112-2/+4
* minor refactoring to improve compile-time performance.Fariborz Jahanian2012-01-111-2/+2
* Add initial callback object support to Sema::CorrectTypo.Kaelyn Uhrain2012-01-112-103/+182
* objc-arc: evaluate 'readonly' property with no knownFariborz Jahanian2012-01-111-6/+55
* constexpr: fix typo resulting in move constructors sometimes not beingRichard Smith2012-01-111-2/+2
* Fix -mfpu parsing on ARM.Evgeniy Stepanov2012-01-112-2/+13
* Fixed VLA code generation.Abramo Bagnara2012-01-111-14/+22
* "This change adds alloca/valloc checks to UnixAPIChecker. It includes a small...Ted Kremenek2012-01-111-48/+61
* C11 allows typedefs to be redefined. Implement this in C11 mode, andDouglas Gregor2012-01-111-4/+2
* Revert changes to lib/Driver in r147917; I didn't mean to commit this.Eli Friedman2012-01-111-20/+19
* Add elidable CXXConstructExpr as block-level expr. It converts an lvalue to a...Zhongxing Xu2012-01-111-2/+1
* Start refactoring code for capturing variables and 'this' so that it is share...Eli Friedman2012-01-115-76/+77
* Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up in...Ted Kremenek2012-01-114-115/+89
* Do placeholder conversions on array bounds in both declarators andJohn McCall2012-01-112-4/+14
* Remove switch/case statements and call GetFloatingPointTy() instead to get theAkira Hatanaka2012-01-101-13/+1
* Flatten float complex arguments. N32/64 requires float complex arguments beAkira Hatanaka2012-01-101-4/+28
* Remove space.Akira Hatanaka2012-01-101-2/+2
* Add field IsIEEE in FloatingLiteral to distinguish between different 128-bitAkira Hatanaka2012-01-101-1/+1
* When something goes wrong in type-checking a namespace definition, make the n...Douglas Gregor2012-01-101-1/+5
* Add support for the androideabi environment to our triple support, andChandler Carruth2012-01-103-2/+15
* objc-arc: fixes a crash when trying to find out retaining cycleFariborz Jahanian2012-01-101-4/+12
* Remove a set, but unused variable. Found with GCC's warning.Chandler Carruth2012-01-101-4/+1
* Contrary to the other BSDs, NetBSD followed the ELF ABI for structureJoerg Sonnenberger2012-01-101-1/+0
* Make PathDiagnosticLocation more resilient to null Stmt pointers.Ted Kremenek2012-01-101-0/+6
* Add definitions for AMD's bobcat (aka btver1)Benjamin Kramer2012-01-101-2/+18
* Enable POPCNT and LZCNT with sse4a.Benjamin Kramer2012-01-101-1/+1
* Factor the repetitive cpu macro definition into a helper function.Benjamin Kramer2012-01-101-45/+23
* The `-fwritable-strings' flag doesn't make the backing store strings of allBill Wendling2012-01-101-10/+6
* Implement the missing pieces of Evaluate for _Complex types. With that compl...Eli Friedman2012-01-104-38/+46
* PR11724: Implement evaluation for constexpr defaulted trivial union copy/moveRichard Smith2012-01-101-2/+16
* Per John's comment, it makes sense to ask isLambda on any CXXRecordDecl; make...Eli Friedman2012-01-101-1/+0
* Update C++11 scoped enumeration support to match the final proposal:Richard Smith2012-01-105-18/+38
* Add -g to the cc1as flags only if we're dealing with an originalEric Christopher2012-01-101-6/+15
* Remove extraneous braces.Eric Christopher2012-01-101-2/+1
* objc++: patch for IRgen for atomic properties ofFariborz Jahanian2012-01-103-39/+170
* Don't crash with -Wlarge-by-value-copy and a dependent type. PR11726.Eli Friedman2012-01-091-2/+2
* Extend the diagnostic for a ',' at the end of a declaration where a ';' wasRichard Smith2012-01-092-7/+31
* Fix "note" of a duplicate explicit instantiation definition following a speci...Nico Weber2012-01-091-9/+20
* Insert padding before unaligned long double arguments.Akira Hatanaka2012-01-091-13/+28