2012-12-07 |
Matt Beaumont-Gay | Appease -Wnon-virtual-dtor |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Argyrios Kyrtzidis | [libclang] Declarations inside anonymous namespaces... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Anna Zaks | [analyzer] Rename the option help to reflect better... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Anna Zaks | [analyzer] Optimization heuristic: do not reanalyze... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Daniel Jasper | AST matcher tutorial (Part I) |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Jordan Rose | [analyzer] Fix r168019 to work with unpruned paths... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Ted Kremenek | Reduce conversions between Store <-> ImmutableMapRef... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Ted Kremenek | Add helper method to convert from a RegionStoreRefBindi... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Matthew Curtis | Hexagon TC: forward appropriate args to assembler |
commit | commitdiff | tree | snapshot |
2012-12-07 |
NAKAMURA Takumi | Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Alexander Kornienko | Clang-format: extracted FormatTokenSource from Unwrappe... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Matthew Curtis | Hexagon TC: add cc1 defaults for hexagon-gcc |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Daniel Jasper | Small tweaks to clang-format. |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Ted Kremenek | Cache queries to lookupPrivateMethod() within ObjCMetho... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
John McCall | Fix the required args count for variadic blocks. |
commit | commitdiff | tree | snapshot |
2012-12-07 |
NAKAMURA Takumi | clang/test: Remove "REQUIRES:LP64" in two tests. Each... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Ted Kremenek | Further reduce analysis time by 0.2% on a heavy Objecti... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
David Blaikie | Unbreak the GCC (4.4 & other bot) builds from r169571. |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Richard Smith | Add file missed from r169574! |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Richard Smith | Per [dcl.fct.def.default]p1, don't allow variadic speci... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Ted Kremenek | Change RegionStore to always use ImmutableMapRef for... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Jordan Rose | [analyzer] Remove possible pessimizations from r169563. |
commit | commitdiff | tree | snapshot |
2012-12-07 |
NAKAMURA Takumi | test/Index/skip-parsed-bodies/compile_commands.json... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jordan Rose | [analyzer] Avoid ProgramStateRef copy constructors. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Logan Chien | Revert r169557. It seems that the test is too restricted |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Argyrios Kyrtzidis | [libclang] Add a test to make sure we skip bodies prope... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Logan Chien | Add i686-linux-android for gcc toolchain detection. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Richard Smith | Add extra truthiness. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Fariborz Jahanian | Fixes Makefile for Format unit tests. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Matthew Curtis | hexagon-toolchain.c now passes on win32 |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Matthew Curtis | relax hexagon-toolchain.c even more to accomodate mingw... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Matthew Curtis | relax hexagon-toolchain.c CHECK to accomodate mingw32... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Benjamin Kramer | Simplify PDiag's move assignment overload a bit, the... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Argyrios Kyrtzidis | Make sure to initialize the HasSkippedBody bit. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Argyrios Kyrtzidis | [libclang] Introduce a new indexing mode where we skip... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Ted Kremenek | Revert "[analyzer] Aggressively cut back on the canonic... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Benjamin Kramer | Add move semantics to PartialDiagnostic, which can... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Matthew Curtis | Un-XFAIL hexagon-toolchain.c test for mingw32 |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Argyrios Kyrtzidis | Add a bit on FunctionDecl/ObjCMethodDecl to indicate... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jordan Rose | [analyzer] Remove isa<> followed by dyn_cast<>. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jordan Rose | [analyzer] Remove unused fields from ExprEngine. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jordan Rose | [analyzer] Remove checks that predate the linearized... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jordan Rose | [analyzer] Simplify RetainCountChecker's handling of... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jordan Rose | [analyzer] Use a smarter algorithm to find the last... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jordan Rose | [analyzer] Speed up ExplodedNode::Profile by avoiding... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jordan Rose | [analyzer] Use optimized assumeDual for branches. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jordan Rose | [analyzer] Aggressively cut back on the canonicalizatio... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jordan Rose | [analyzer] Remove bindExprAndLocation, which does extra... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Alexander Kornienko | Clang-format: IndentCaseLabels option, proper namespace... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Fariborz Jahanian | Fixes a typo in this test. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Alexander Kornienko | Clang-format: detect unbalanced braces. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Matthew Curtis | Hexagon TC: Add/improve support for small data |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Matthew Curtis | Fix hexagon-toolchain.c test to handle versioned clang... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Matthew Curtis | Hexagon TC: Reimplement Link::ConstructJob to call |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Benjamin Kramer | Sema: Don't emit a warning when __func__ is used in... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
NAKAMURA Takumi | test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Manuel Klimek | Implements multiple parents in the parent map. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Matthew Curtis | Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Daniel Jasper | Improve clang-format's handling of unary operators. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Matthew Curtis | Disable hexagon toolchain test on windows targets |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Matthew Curtis | Hexagon TC: Update toolchain to add appropriate include |
commit | commitdiff | tree | snapshot |
2012-12-06 |
NAKAMURA Takumi | clang/test/CodeGen/2008-01-07-UnusualIntSize.c: Add... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Chandler Carruth | Rework the bitfield access IR generation to address... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Daniel Jasper | "<<" alignment for clang-format. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Ted Kremenek | Use the BlockDecl captures list to infer the direct... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Ted Kremenek | Only provide explicit getCapturedRegion() and getOrigin... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Ted Kremenek | Pull logic to map from VarDecl* to captured region... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Ted Kremenek | Use 'getOriginalRegion()' rather than going through... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Richard Smith | Fix http://stackoverflow.com/questions/13521163 |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Richard Smith | Don't use dyn_cast on a Type* which might not be canoni... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
NAKAMURA Takumi | Disable clang/test/Preprocessor/macro-multiline.c for... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Fariborz Jahanian | more test of template declarations in a |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Fariborz Jahanian | More C++ testing of declarations embedded in |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Chad Rosier | [driver, ms-inline asm] -fms-compatibility enables... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Chad Rosier | [driver, ms-inline asm] Have -fms-extensions enable... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | Looks like lit on Windows can't cope with parens here... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | In DeclPrint add printing of '= default' |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | More workarounds for PR10867. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | In DeclPrint add printing of 'explicit' |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | Fix an egregiously broken test. This pattern doesn... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Argyrios Kyrtzidis | [c-index-test] Introduce '-index-compile-db' which... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Bill Wendling | Fix name. The array is unboundED. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Chad Rosier | [driver, ms-inline asm] MS-Style inline assembly is... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | fix comment. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | Testing C++ declarations embedded in |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Chad Rosier | [ms-inline asm] Add more tests. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: offer a cast to 'unichar' for %C in... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: add more expression types that don... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: a character literal should be printed... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: the correct conversion for 'char' is... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Remove bad and useless enum to bool conversion. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Alexander Kornienko | Clang-format: parse for and while loops |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Indentation fixes for clang-format. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Alexander Kornienko | Follow-up to r169286, addresses comments in http:/... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Evgeniy Stepanov | Reuse an existing diagnostic for tsan/msan needing... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
NAKAMURA Takumi | test/Modules/build-fail-notes.m: Tweak to unbreak Win32... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | In C++, if we hit an error in the class-head, don't... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | PR14049: Don't say "expanded from macro 'foo'" when... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | Minor reorganization. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Add missing virtual destructors reported by -Wnon-virtu... |
commit | commitdiff | tree | snapshot |
next |