summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Enhance the diagnostic for literal float -> int conversions to suggestChandler Carruth2011-04-101-4/+35
* Refactor 129240 to merge the old default argument into the new parameter.Francois Pichet2011-04-101-5/+13
* PR9580: Handle vectors correctly in ScalarExprEmitter::EmitRem.Eli Friedman2011-04-101-1/+1
* MSVC accepts that default parameters be redefined for member functionsFrancois Pichet2011-04-101-3/+14
* Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall2011-04-097-39/+132
* Make sure we or together the overflow flags of the multiply and add, so theEli Friedman2011-04-091-1/+1
* strcat() and strncat() model additions to CStringChecker.Lenny Maiorani2011-04-091-9/+64
* refactor flags for TokenKinds.defDylan Noblesmith2011-04-091-12/+12
* refactor -ccc-gcc-name codeDylan Noblesmith2011-04-092-16/+22
* PR8369: make __attribute((regparm(0))) work correctly. Original patch byEli Friedman2011-04-099-16/+29
* Clean up the bool conversion warning. Group it with other conversionChandler Carruth2011-04-091-1/+2
* Add support for warning on general null pointer expressions of booleanChandler Carruth2011-04-091-5/+5
* fix indentationChris Lattner2011-04-091-7/+6
* accept -x objc-cpp-output as an alias for -x objective-c-cpp-output,Chris Lattner2011-04-091-0/+1
* add a __sync_swap builtin to fill out the rest of the __sync builtins. Chris Lattner2011-04-092-1/+12
* Convert the PointerWidthInBytes variable in EmitMemberPointer() to CharUnitsKen Dyck2011-04-091-4/+4
* Eliminate a divide-by-8 in BuildVMIClassTypeInfo() by using CharUnits forKen Dyck2011-04-091-4/+5
* Apply explicit braces to avoid ambiguous 'else' [-Wparentheses]Nick Lewycky2011-04-091-2/+2
* Eat the UTF-8 BOM at the beginning of a file since it's ignored anyhow.Eric Christopher2011-04-092-7/+19
* Fixes a rewrting bug of a property-dot syntax expression insideFariborz Jahanian2011-04-081-0/+1
* Start overhauling static analyzer support for C++ constructors. The inlining...Ted Kremenek2011-04-082-36/+110
* Do not use zero as an upper bound for unbounded array because upper bound zer...Devang Patel2011-04-081-6/+17
* Rename -mtrap_function= to -ftrap_function= since it's now a target neutral o...Evan Cheng2011-04-081-11/+7
* Add -mtrap_function=<> option. rdar://9257465Evan Cheng2011-04-081-0/+11
* Use ExprResult& instead of Expr *& in SemaJohn Wiegley2011-04-0815-1328/+1768
* Warn for any kind of initialization if initializer does notFariborz Jahanian2011-04-081-4/+41
* fix a typo, patch by PaX team.Chris Lattner2011-04-081-1/+1
* Driver: Don't attempt to forward some Clang-only options to cc1.Daniel Dunbar2011-04-071-0/+6
* Frontend/CC_LOG_DIAGNOSTICS: Fix thinko and open diag log in append mode.Daniel Dunbar2011-04-071-1/+1
* Teach -Wuninitialized to not warn about variables declared in C++ catch state...Ted Kremenek2011-04-071-0/+1
* Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags support.Daniel Dunbar2011-04-071-5/+10
* Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support forDaniel Dunbar2011-04-071-2/+19
* Fronted/CC_LOG_DIAGNOSTICS: Tweak output form to be plist chunks, and don'tDaniel Dunbar2011-04-071-11/+25
* Frontend: Continue flushing out LogDiagnosticPrinter.Daniel Dunbar2011-04-071-5/+81
* Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS toDaniel Dunbar2011-04-073-0/+72
* Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any...Daniel Dunbar2011-04-071-0/+5
* Enhance the Rewriter.Argyrios Kyrtzidis2011-04-071-7/+76
* Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to theDaniel Dunbar2011-04-072-4/+12
* [Reapply r128776, modified so that it does not break debug info.]Ken Dyck2011-04-075-12/+18
* In C++ the argument of logical not should always be bool. Added missing impli...Abramo Bagnara2011-04-073-15/+26
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-0721-39/+271
* [Reapply r128773. This is not the source of the issues Devang was seeingKen Dyck2011-04-072-6/+6
* [Reapply r128771. It wasn't the source of the issues Devang saw with debugKen Dyck2011-04-071-4/+4
* Reapply r128770. It's not the cause of the issues Devang saw with debug info. Ken Dyck2011-04-071-8/+11
* Wide Pascal strings should be of type wchar_t[] and not unsigned char[].Anders Carlsson2011-04-061-2/+4
* Fix lookup for class messages sent to qualified-classFariborz Jahanian2011-04-062-30/+54
* Add support for Fedora16, gcc 4.6.0 and Fedora Rawhide.Eric Christopher2011-04-062-7/+21
* Refine rules for atomic property api toFariborz Jahanian2011-04-061-2/+17
* Do not use IR marker for LLVM intrinsicsPeter Collingbourne2011-04-061-2/+3
* If this is an intrinsic function, set the function's attributes to the intrin...Peter Collingbourne2011-04-061-0/+7