summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Check column number also.Devang Patel2011-07-18
* Remember to add a has_feature macro for __underlying_type now that it isSean Hunt2011-07-18
* Define DiagnosticBuilder<<APValue so it's easy to include APValues inJeffrey Yasskin2011-07-18
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-18
* lib/Headers/mm_malloc.h: Use __mingw_aligned_malloc() in _mm_malloc() on mingw.NAKAMURA Takumi2011-07-18
* [arcmt] When a NSData's 'bytes' family of methods are used on a local var,Argyrios Kyrtzidis2011-07-18
* [arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safeArgyrios Kyrtzidis2011-07-18
* Don't crash when codegen'ing an empty redecl of a function in C99 mode, whenNick Lewycky2011-07-18
* In C99, emit an inline function when encountering an extern redeclaration.Nick Lewycky2011-07-18
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-18
* Use the new llvm::TinyPtrVector class, which implements exactly whatChris Lattner2011-07-18
* Revert r135217, which wasn't the correct fix for PR10358. With thisChandler Carruth2011-07-16
* Do not modify string returned by getenv on Windows. Francois Pichet2011-07-16
* Zero this struct in a way that neither depends on the size of the struct nor ...Benjamin Kramer2011-07-16
* [analyzer] Per discussions with the Cocoa team, extend CF naming conventions ...Ted Kremenek2011-07-16
* [analyzer] Place checking for Core Foundation "Create" rule into a proper API...Ted Kremenek2011-07-16
* Remove a gcc warning.Fariborz Jahanian2011-07-16
* Correctly handle sysroot prefix in -print-search-dirs. Makes libtoolJoerg Sonnenberger2011-07-16
* Fix a typo.Fariborz Jahanian2011-07-16
* [arcmt] It's not safe to remove the -release on "[[someivar delegate] release...Argyrios Kyrtzidis2011-07-15
* This handles the missing cases of opencl vector literals.Tanya Lattner2011-07-15
* Add tests for CFRefReport's path notes, and fix a few typos and non-standard ...Jordy Rose2011-07-15
* [arcmt] Rewrite to "foo = nil;" not "foo = 0;", as suggested by Jordy.Argyrios Kyrtzidis2011-07-15
* Prevent the -save-temps flag from modifying the input file if the input filenameChad Rosier2011-07-15
* Augment the interface of ExternalASTSource::FindExternalLexicalDecls()Douglas Gregor2011-07-15
* [arcmt] For:Argyrios Kyrtzidis2011-07-15
* [analyzer] GNU __null is a pointer-sized integer, not a pointer. Fixes PR10372.Jordy Rose2011-07-15
* Fix typoJoerg Sonnenberger2011-07-15
* Use the new APFloat::convertToInt(APSInt) function to simplify uses ofJeffrey Yasskin2011-07-15
* Store bracket locations for array subscript expressions, from Erik Verbruggen!Douglas Gregor2011-07-15
* When creating a property in a class extension, make sure to check itsDouglas Gregor2011-07-15
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Restore the C-style cast hack for enum template arguments,John McCall2011-07-15
* Move the Serialization library from 'instantiation' to 'expansion', withChandler Carruth2011-07-15
* Add serialization support for SubstNonTypeTemplateParmExpr.John McCall2011-07-15
* Fix the definition of AsTypeExpr. I'm still not sure thisJohn McCall2011-07-15
* protect some calls to ConvertType when a function info is under constructionChris Lattner2011-07-15
* Clean up UnixAPIChecker, including switching its array of BugTypes to llvm::O...Jordy Rose2011-07-15
* Clean up MacOSXAPIChecker, including switching its array of BugTypes to a sin...Jordy Rose2011-07-15
* Enhance the IR type lowering code to be much smarter about recursively loweringChris Lattner2011-07-15
* Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall2011-07-15
* Switch a comment in Rewrite from 'instantiation' to 'expansion'.Chandler Carruth2011-07-15
* Switch comments and assert text in AST from 'instantiation' toChandler Carruth2011-07-15
* Switch comments about 'macro instantiation' to 'macro expansion' inChandler Carruth2011-07-15
* Remove warnings of constant operands of logical operators from template insta...Richard Trieu2011-07-15
* Fix false negative reported in PR 10358 by using 'Unknown' in -Wuninitialized...Ted Kremenek2011-07-14
* [arcmt] Don't remove retains/releases on a global variable, flag them with er...Argyrios Kyrtzidis2011-07-14
* Revert 135177 to fix PR10363.Rafael Espindola2011-07-14
* [arcmt] Allow -retain of an __unsafe_unretained receiver if the result gets u...Argyrios Kyrtzidis2011-07-14
* Teach -Wconversion, -Wsign-compare etc. about division and remainder.John McCall2011-07-14