| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete lines which do nothing from DiagnosticGroups.td. | Eli Friedman | 2012-11-02 | 1 | -9/+0 |
* | [libclang] Correct how the index inside the local preprocessed entities array | Argyrios Kyrtzidis | 2012-11-02 | 1 | -5/+3 |
* | Add missing diagnostic group to format string warning. | Eli Friedman | 2012-11-02 | 2 | -3/+3 |
* | analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275. | NAKAMURA Takumi | 2012-11-02 | 1 | -1/+1 |
* | [analyzer] Convert some of the harder cases over to ProgramStateTrait macros. | Jordan Rose | 2012-11-02 | 5 | -62/+28 |
* | [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). | Jordan Rose | 2012-11-02 | 12 | -174/+110 |
* | [analyzer] Rename 'EmitReport' to 'emitReport'. | Jordan Rose | 2012-11-02 | 44 | -83/+83 |
* | Tweak wording and add diagnostic groups to misc diagnostics. | Eli Friedman | 2012-11-02 | 7 | -14/+18 |
* | Change diagnostics for enums with fixed underlying type so in C++98 mode, we ... | Eli Friedman | 2012-11-02 | 3 | -9/+15 |
* | Insert interception point onStartOfTranslationUnit. | Manuel Klimek | 2012-11-02 | 3 | -0/+38 |
* | When finding a '(' after '::', emit error with hint to remove '(' and matching | Richard Trieu | 2012-11-02 | 4 | -1/+70 |
* | Update the front end to use minsize attribute | Quentin Colombet | 2012-11-01 | 7 | -26/+117 |
* | Simplify: replace getContext().getLangOpts() with just getLangOpts(). | Richard Smith | 2012-11-01 | 14 | -48/+48 |
* | Clean up misapplication of diff. | Richard Smith | 2012-11-01 | 1 | -1/+0 |
* | Split emission of -ftrapv checks and -fcatch-undefined-behavior checks into | Richard Smith | 2012-11-01 | 3 | -25/+34 |
* | Remove divison-by-zero checks from -ftrapv. These checks were incompatible with | Richard Smith | 2012-11-01 | 2 | -6/+11 |
* | Fix the template type diffing to handle integral template arguments. | Richard Trieu | 2012-11-01 | 2 | -6/+265 |
* | Silence -Wformat on platforms where uint64_t is unsigned long. | Matt Beaumont-Gay | 2012-11-01 | 1 | -1/+1 |
* | objective-C block meta-data. This patch completes meta-data | Fariborz Jahanian | 2012-11-01 | 7 | -86/+709 |
* | Make the FilenameRange of the InclusionDirective callback more accurate, | Argyrios Kyrtzidis | 2012-11-01 | 3 | -2/+251 |
* | Fix an incorrect assert, the LHS can be an LValue. | Rafael Espindola | 2012-11-01 | 2 | -1/+13 |
* | -fcatch-undefined-behavior: Start checking loads and stores for null pointers. | Richard Smith | 2012-11-01 | 2 | -14/+24 |
* | [clang.py] Add Cursor.get_arguments() | Gregory Szorc | 2012-11-01 | 2 | -0/+24 |
* | Remove first argument from Arg::getValue; it's been unused since r105760. | Richard Smith | 2012-11-01 | 9 | -179/+179 |
* | Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested | Richard Smith | 2012-11-01 | 3 | -989/+1 |
* | [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for | Argyrios Kyrtzidis | 2012-11-01 | 7 | -24/+59 |
* | clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h: Ap... | NAKAMURA Takumi | 2012-11-01 | 1 | -2/+2 |
* | [analyzer] Optimize assumeDual by assuming constraint managers are consistent. | Jordan Rose | 2012-11-01 | 1 | -6/+24 |
* | [lit] For the "case-insensitive-filesystem" make sure to create the test temp... | Argyrios Kyrtzidis | 2012-11-01 | 1 | -1/+1 |
* | [analyzer] Fix typo in r167186. | Jordan Rose | 2012-11-01 | 1 | -1/+1 |
* | clang/test/Index/code-completion-skip-bodies.cpp: Add XFAIL while investigating. | NAKAMURA Takumi | 2012-11-01 | 1 | -0/+3 |
* | [analyzer] Minor cleanup in SimpleStreamChecker's class definition. | Jordan Rose | 2012-11-01 | 1 | -8/+8 |
* | [analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue. | Jordan Rose | 2012-11-01 | 5 | -11/+25 |
* | Correctly reject gotos in function-level try blocks. PR14225. | Eli Friedman | 2012-10-31 | 2 | -26/+39 |
* | [analyzer] Fix a bug in SimpleStreamChecker - return after sink. | Anna Zaks | 2012-10-31 | 1 | -1/+3 |
* | [driver] Remove an extra space with the -iprefix option, so that | Chad Rosier | 2012-10-31 | 1 | -1/+1 |
* | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis | 2012-10-31 | 16 | -217/+60 |
* | [clang tests] Added require ppc64-registered-target to Headers/altivec-header... | Michael Gottesman | 2012-10-31 | 1 | -0/+1 |
* | [driver] Remove an extra space with the -internal-externc-isystem option, so | Chad Rosier | 2012-10-31 | 1 | -1/+1 |
* | ARM AAPCS-VFP: fix tracking of allocated VFP registers. | Manman Ren | 2012-10-31 | 2 | -24/+57 |
* | [driver] Remove the -ccc-host-triple alias. This has been replaced by the | Chad Rosier | 2012-10-31 | 2 | -3/+1 |
* | getArchTypeForDarwinArchName is only used in the clang driver, copy it there. | Rafael Espindola | 2012-10-31 | 4 | -5/+38 |
* | Fix for -ast-dump-filter | Alexander Kornienko | 2012-10-31 | 2 | -3/+7 |
* | [driver] Completely rework how superfluous options are stripped out of the crash | Chad Rosier | 2012-10-31 | 4 | -54/+112 |
* | Add "static" to some functions in altivec.c where it was missing. | Ulrich Weigand | 2012-10-31 | 2 | -13/+24 |
* | This patch removes the XFAIL for powerpc for | Bill Schmidt | 2012-10-31 | 1 | -1/+0 |
* | If skipping bodies is enabled outside code-completion, just skip the body dir... | Argyrios Kyrtzidis | 2012-10-31 | 1 | -1/+7 |
* | Decouple code-completion for the SkipFunctionBodies frontend option and | Argyrios Kyrtzidis | 2012-10-31 | 4 | -5/+20 |
* | [analyzer] Let ConstraintManager subclasses provide a more efficient checkNull. | Jordan Rose | 2012-10-31 | 3 | -10/+38 |
* | Fix if-else braces layout accordingly to the style guide. | Simon Atanasyan | 2012-10-31 | 1 | -2/+1 |