aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-15[AST] Add a fast path to ConstantArrayType::getNumAddressingBits().Daniel Dunbar
2013-03-15c: perform integer overflow check on all binaryFariborz Jahanian
2013-03-15Refactor template diffing to store an enum that records which type ofRichard Trieu
2013-03-15ClangTool output cleanupEdwin Vane
2013-03-15Revert "Remove a pointless assertion."Bob Wilson
2013-03-15Force column info only for direct inlined functions. This should strikeAdrian Prantl
2013-03-15c: Also chek for integer overflow for '%' operator.Fariborz Jahanian
2013-03-15c: add the missing binary operatory when checkingFariborz Jahanian
2013-03-15Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for ...Sylvestre Ledru
2013-03-15Remove a pointless assertion.Nico Weber
2013-03-15Improve formatting of chained calls.Daniel Jasper
2013-03-15Indent all lines in a multi-line comment by the same amount.Alexander Kornienko
2013-03-15Fixup for r176934. More careful setup of path to llvm-symbolizerAlexey Samsonov
2013-03-15[analyzer] Refactor checks in IDC visitor for consistency and speedAnna Zaks
2013-03-15[analyzer] Teach trackNullOrUndef to look through ternary operatorsAnna Zaks
2013-03-15PR15290: 'this' is not permitted in the declaration of a friend function,Richard Smith
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher
2013-03-14Diagnose about extern "C" functions returning c++ objectsFariborz Jahanian
2013-03-14Don't try to typo-correct 'super' in an objc method.Argyrios Kyrtzidis
2013-03-14Add a testcase for r177118.Adrian Prantl
2013-03-14[analyzer] Change the way in which IDC Visitor decides to kick in and make su...Anna Zaks
2013-03-14Always declare the .block_descriptor parameter, not just the local copy.Adrian Prantl
2013-03-14[PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't ...Douglas Gregor
2013-03-14Allocate stack storage for .block_descriptor and captured self at -O0.Adrian Prantl
2013-03-14[analyzer] Fix scan-build's -stats mode.Jordan Rose
2013-03-14Implements memoization for ancestor matching.Manuel Klimek
2013-03-14Multi-line comment alignmentAlexander Kornienko
2013-03-14Slightly improve formatting of longer pipe statements.Daniel Jasper
2013-03-14Basic support for formatting asm() statments.Daniel Jasper
2013-03-14Documentation: improve formattingDmitri Gribenko
2013-03-14[ASan] Update docs for -fsanitize=init-order optionAlexey Samsonov
2013-03-14[ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is ...Alexey Samsonov
2013-03-14Fix an unused variable warning from Clang by sinking a dyn_cast into anChandler Carruth
2013-03-14Fix dereference formatting in for-loops.Daniel Jasper
2013-03-14Add support for the 'endian' attribute for OpenCL.Joey Gouly
2013-03-14Improve formatting of trailing annotations.Daniel Jasper
2013-03-14Update GCOVProfiling pass creation for API change in r177002. No functionalit...Nick Lewycky
2013-03-14Flag that friend function definitions are "late parsed" so thatJohn McCall
2013-03-14[modules] Don't write the UnusedFileScopedDecls vector to the module file.Argyrios Kyrtzidis
2013-03-14[modules] Check for delegating constructor cycles when building a module and ...Argyrios Kyrtzidis
2013-03-14Avoid computing the linkage too early. Don't invalidate it.Rafael Espindola
2013-03-13Really fix the MIPS test.Bill Wendling
2013-03-13Attempt to fix test.Bill Wendling
2013-03-13Have these attriubtes set to 'true' or 'false'.Bill Wendling
2013-03-13[Modules] Don't eagerly load and associate all the module header files.Argyrios Kyrtzidis
2013-03-13[Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis
2013-03-13Cause the mips16/nomips16 attribute to be passed to LLVM from ClangReed Kotler
2013-03-13[analyzer] BugReporter - more precise tracking of C++ referencesAnna Zaks
2013-03-13Remove stray space.Ted Kremenek
2013-03-13[analyzer] Handle Objc Fast enumeration for "loop is executed 0 times".Ted Kremenek