summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Add helper method to convert from a RegionStoreRefBindings to a Store.Ted Kremenek2012-12-071-8/+13
* Hexagon TC: forward appropriate args to assemblerMatthew Curtis2012-12-072-0/+19
* Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linu...NAKAMURA Takumi2012-12-071-0/+1
* Clang-format: extracted FormatTokenSource from UnwrappedLineParser.Alexander Kornienko2012-12-073-61/+76
* Hexagon TC: add cc1 defaults for hexagon-gccMatthew Curtis2012-12-072-3/+15
* Small tweaks to clang-format.Daniel Jasper2012-12-072-3/+12
* Cache queries to lookupPrivateMethod() within ObjCMethodCall::getRuntimeDefin...Ted Kremenek2012-12-071-1/+29
* Fix the required args count for variadic blocks.John McCall2012-12-078-19/+111
* clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit t...NAKAMURA Takumi2012-12-072-4/+0
* Further reduce analysis time by 0.2% on a heavy Objective-C example by avoidi...Ted Kremenek2012-12-071-8/+9
* Unbreak the GCC (4.4 & other bot) builds from r169571.David Blaikie2012-12-071-2/+4
* Add file missed from r169574!Richard Smith2012-12-071-0/+3
* Per [dcl.fct.def.default]p1, don't allow variadic special members to be defau...Richard Smith2012-12-072-0/+30
* Change RegionStore to always use ImmutableMapRef for processing cluster bindi...Ted Kremenek2012-12-071-224/+250
* [analyzer] Remove possible pessimizations from r169563.Jordan Rose2012-12-072-5/+3
* test/Index/skip-parsed-bodies/compile_commands.json: Remove XFAIL on cygming.NAKAMURA Takumi2012-12-071-1/+1
* [analyzer] Avoid ProgramStateRef copy constructors.Jordan Rose2012-12-063-6/+8
* Revert r169557. It seems that the test is too restrictedLogan Chien2012-12-069-26/+4
* [libclang] Add a test to make sure we skip bodies properly from "#pragma once...Argyrios Kyrtzidis2012-12-064-1/+21
* Add i686-linux-android for gcc toolchain detection.Logan Chien2012-12-069-4/+26
* Add extra truthiness.Richard Smith2012-12-061-1/+1
* Fixes Makefile for Format unit tests.Fariborz Jahanian2012-12-062-2/+2
* hexagon-toolchain.c now passes on win32Matthew Curtis2012-12-061-3/+0
* relax hexagon-toolchain.c even more to accomodate mingw32 targetsMatthew Curtis2012-12-061-143/+143
* relax hexagon-toolchain.c CHECK to accomodate mingw32 targetsMatthew Curtis2012-12-061-2/+2
* Simplify PDiag's move assignment overload a bit, the self-move check isn't ac...Benjamin Kramer2012-12-061-9/+5
* Make sure to initialize the HasSkippedBody bit.Argyrios Kyrtzidis2012-12-062-2/+3
* [libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis2012-12-0611-27/+420
* Revert "[analyzer] Aggressively cut back on the canonicalization in RegionSto...Ted Kremenek2012-12-061-37/+31
* Add move semantics to PartialDiagnostic, which can be very expensive to copy.Benjamin Kramer2012-12-061-0/+26
* Un-XFAIL hexagon-toolchain.c test for mingw32Matthew Curtis2012-12-061-2/+2
* Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a bodyArgyrios Kyrtzidis2012-12-067-2/+30
* [analyzer] Remove isa<> followed by dyn_cast<>.Jordan Rose2012-12-061-7/+6
* [analyzer] Remove unused fields from ExprEngine.Jordan Rose2012-12-063-26/+10
* [analyzer] Remove checks that predate the linearized CFG.Jordan Rose2012-12-061-10/+1
* [analyzer] Simplify RetainCountChecker's handling of dead symbols.Jordan Rose2012-12-062-71/+25
* [analyzer] Use a smarter algorithm to find the last block in an inlined call.Jordan Rose2012-12-061-18/+3
* [analyzer] Speed up ExplodedNode::Profile by avoiding copy constructors.Jordan Rose2012-12-061-1/+2
* [analyzer] Use optimized assumeDual for branches.Jordan Rose2012-12-061-6/+12
* [analyzer] Aggressively cut back on the canonicalization in RegionStore.Jordan Rose2012-12-061-31/+37
* [analyzer] Remove bindExprAndLocation, which does extra work for no gain.Jordan Rose2012-12-065-106/+7
* Clang-format: IndentCaseLabels option, proper namespace handlingAlexander Kornienko2012-12-065-124/+220
* Fixes a typo in this test.Fariborz Jahanian2012-12-061-1/+1
* Clang-format: detect unbalanced braces.Alexander Kornienko2012-12-062-2/+4
* Hexagon TC: Add/improve support for small dataMatthew Curtis2012-12-063-10/+127
* Fix hexagon-toolchain.c test to handle versioned clang executables.Matthew Curtis2012-12-061-12/+15
* Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis2012-12-066-51/+550
* Sema: Don't emit a warning when __func__ is used in a lambda outside of a fun...Benjamin Kramer2012-12-062-2/+12
* test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix...NAKAMURA Takumi2012-12-061-1/+1
* Implements multiple parents in the parent map.Manuel Klimek2012-12-062-23/+84
OpenPOWER on IntegriCloud