summaryrefslogtreecommitdiff
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Delete lines which do nothing from DiagnosticGroups.td.Eli Friedman2012-11-021-9/+0
* [libclang] Correct how the index inside the local preprocessed entities arrayArgyrios Kyrtzidis2012-11-021-5/+3
* Add missing diagnostic group to format string warning.Eli Friedman2012-11-022-3/+3
* analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275.NAKAMURA Takumi2012-11-021-1/+1
* [analyzer] Convert some of the harder cases over to ProgramStateTrait macros.Jordan Rose2012-11-025-62/+28
* [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list).Jordan Rose2012-11-0212-174/+110
* [analyzer] Rename 'EmitReport' to 'emitReport'.Jordan Rose2012-11-0244-83/+83
* Tweak wording and add diagnostic groups to misc diagnostics.Eli Friedman2012-11-027-14/+18
* Change diagnostics for enums with fixed underlying type so in C++98 mode, we ...Eli Friedman2012-11-023-9/+15
* Insert interception point onStartOfTranslationUnit.Manuel Klimek2012-11-023-0/+38
* When finding a '(' after '::', emit error with hint to remove '(' and matchingRichard Trieu2012-11-024-1/+70
* Update the front end to use minsize attributeQuentin Colombet2012-11-017-26/+117
* Simplify: replace getContext().getLangOpts() with just getLangOpts().Richard Smith2012-11-0114-48/+48
* Clean up misapplication of diff.Richard Smith2012-11-011-1/+0
* Split emission of -ftrapv checks and -fcatch-undefined-behavior checks intoRichard Smith2012-11-013-25/+34
* Remove divison-by-zero checks from -ftrapv. These checks were incompatible withRichard Smith2012-11-012-6/+11
* Fix the template type diffing to handle integral template arguments.Richard Trieu2012-11-012-6/+265
* Silence -Wformat on platforms where uint64_t is unsigned long.Matt Beaumont-Gay2012-11-011-1/+1
* objective-C block meta-data. This patch completes meta-dataFariborz Jahanian2012-11-017-86/+709
* Make the FilenameRange of the InclusionDirective callback more accurate,Argyrios Kyrtzidis2012-11-013-2/+251
* Fix an incorrect assert, the LHS can be an LValue.Rafael Espindola2012-11-012-1/+13
* -fcatch-undefined-behavior: Start checking loads and stores for null pointers.Richard Smith2012-11-012-14/+24
* [clang.py] Add Cursor.get_arguments()Gregory Szorc2012-11-012-0/+24
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-019-179/+179
* Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith2012-11-013-989/+1
* [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis2012-11-017-24/+59
* clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h: Ap...NAKAMURA Takumi2012-11-011-2/+2
* [analyzer] Optimize assumeDual by assuming constraint managers are consistent.Jordan Rose2012-11-011-6/+24
* [lit] For the "case-insensitive-filesystem" make sure to create the test temp...Argyrios Kyrtzidis2012-11-011-1/+1
* [analyzer] Fix typo in r167186.Jordan Rose2012-11-011-1/+1
* clang/test/Index/code-completion-skip-bodies.cpp: Add XFAIL while investigating.NAKAMURA Takumi2012-11-011-0/+3
* [analyzer] Minor cleanup in SimpleStreamChecker's class definition.Jordan Rose2012-11-011-8/+8
* [analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue.Jordan Rose2012-11-015-11/+25
* Correctly reject gotos in function-level try blocks. PR14225.Eli Friedman2012-10-312-26/+39
* [analyzer] Fix a bug in SimpleStreamChecker - return after sink.Anna Zaks2012-10-311-1/+3
* [driver] Remove an extra space with the -iprefix option, so thatChad Rosier2012-10-311-1/+1
* [PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis2012-10-3116-217/+60
* [clang tests] Added require ppc64-registered-target to Headers/altivec-header...Michael Gottesman2012-10-311-0/+1
* [driver] Remove an extra space with the -internal-externc-isystem option, soChad Rosier2012-10-311-1/+1
* ARM AAPCS-VFP: fix tracking of allocated VFP registers.Manman Ren2012-10-312-24/+57
* [driver] Remove the -ccc-host-triple alias. This has been replaced by theChad Rosier2012-10-312-3/+1
* getArchTypeForDarwinArchName is only used in the clang driver, copy it there.Rafael Espindola2012-10-314-5/+38
* Fix for -ast-dump-filterAlexander Kornienko2012-10-312-3/+7
* [driver] Completely rework how superfluous options are stripped out of the crashChad Rosier2012-10-314-54/+112
* Add "static" to some functions in altivec.c where it was missing.Ulrich Weigand2012-10-312-13/+24
* This patch removes the XFAIL for powerpc forBill Schmidt2012-10-311-1/+0
* If skipping bodies is enabled outside code-completion, just skip the body dir...Argyrios Kyrtzidis2012-10-311-1/+7
* Decouple code-completion for the SkipFunctionBodies frontend option andArgyrios Kyrtzidis2012-10-314-5/+20
* [analyzer] Let ConstraintManager subclasses provide a more efficient checkNull.Jordan Rose2012-10-313-10/+38
* Fix if-else braces layout accordingly to the style guide.Simon Atanasyan2012-10-311-2/+1