- 06cffc0 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 12 years ago
- b6ad9b1 In ExpressionEvaluationContextRecord manage LambdaMangle with a shared by Argyrios Kyrtzidis · 12 years ago
- 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
- accaf19 s/tranform/transform/ by Benjamin Kramer · 12 years ago
- 4fa4b48 Suppress elided variadic macro argument extension diagnostic for macros using by Eli Friedman · 12 years ago
- 66cff72 Provide the correct mangling and linkage for certain unnamed nested classes. by David Blaikie · 12 years ago
- 0aabf93 Use consistent spelling of 'behavior' in a C++ warning. by Anders Carlsson · 12 years ago
- ad8070b This function isn't called SaveFiles any more. by Nick Lewycky · 12 years ago
- 8c88953 Remove another questionable use of hasTrivial*. The relevant thing for this by Richard Smith · 12 years ago
- b8a8de3 Accept and pass arguments to __unknown_anytype in argument by John McCall · 12 years ago
- 6f0b00a Fix typo by Matt Beaumont-Gay · 12 years ago
- 6e64973 Revert r167801, "[preprocessor] When #including something that contributes no by Daniel Dunbar · 12 years ago
- e5afdcf Simplify function try/catch scope handling. by David Blaikie · 12 years ago
- 4d10b40 [preprocessor] When #including something that contributes no tokens at all, by Argyrios Kyrtzidis · 12 years ago
- d449c79 A couple of small fixes to r167783 by Kaelyn Uhrain · 12 years ago
- 51ceb7b Enable C++11 attribute syntax for warn_unused_result and allow it to be by Kaelyn Uhrain · 12 years ago
- 3a9fefe Fix more try scoping bugs introduced by r167650. by David Blaikie · 12 years ago
- 68fd608 Check that the input size is correct for the given constraint. by Bill Wendling · 12 years ago
- 778dd4a [NVPTX] Fix const modifier on builtins by Justin Holewinski · 12 years ago
- 11c9877 Fix binding of nodes in case of forEach..() matchers. by Daniel Jasper · 12 years ago
- 18f2368 Remove unneeded includes from IdentifierTable by Nico Weber · 12 years ago
- 03e67fb Delete comment reference to non-existent method by Nico Weber · 12 years ago
- bb23628 s/BCPLComment/LineComment/ by Nico Weber · 12 years ago
- 879c92c Fix a typo which Matt pointed out. by Richard Smith · 12 years ago
- 229d47a Rework my implementation of circular-reference finding to not use by Douglas Gregor · 12 years ago
- 463eb89 Add clang support of RTM from TSX by Michael Liao · 12 years ago
- e59188b -momit-leaf-frame-pointer is a -m option, not a -f option. by Richard Smith · 12 years ago
- d777e28 Diagnostic circular inheritance involving dependent base classes. We by Douglas Gregor · 12 years ago
- c4027c8 PR14296: function parameter name collisions in function try/catch by David Blaikie · 12 years ago
- d1542c2 [NVPTX] Add __nvvm_* intrinsics as Clang builtins by Justin Holewinski · 12 years ago
- da2d2c7 Document -W in clang --help. Also make the help text more consistent (don't end descriptions in periods, use | to separate possible values). by Richard Smith · 12 years ago
- 028eb65 Don't include the help for -mips* in clang --help. These are just aliases for other options, and not common enough to be worth including here. by Richard Smith · 12 years ago
- 0f3edc5 -Wlarge-by-value-copy may be awesome, but it really shouldn't be the one and by Richard Smith · 12 years ago
- 762d15d Remove --help text for deprecated sanitizer options, add --help text for -fsanitize=. by Richard Smith · 12 years ago
- f1eaab1 PR14303: Add a NoDriverOption flag to those options which are not accepted by by Richard Smith · 12 years ago
- b328ee5 Add string to try and fix build from r167629. by Chad Rosier · 12 years ago
- 9410928 Add a SourceLocation::printToString() that returns in a std::string what dump() by Argyrios Kyrtzidis · 12 years ago
- ecd27bf Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer by Argyrios Kyrtzidis · 12 years ago
- 8616f9a Turn FrontendInputFile into an immutable class and have it also accept by Argyrios Kyrtzidis · 12 years ago
- 8e1fbbc Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile, by Argyrios Kyrtzidis · 12 years ago
- d96d82e Don't use so many bits. by Rafael Espindola · 12 years ago
- 485577d Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 12 years ago
- 7e29327 [driver] Add a -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 12 years ago
- 23700f0 Allow to pass from syntactic form of InitListExpr to semantic form (just as viceversa). No functionality change. by Abramo Bagnara · 12 years ago
- d2a527e Driver/Darwin: The -arch argument values aren't exactly the arch names from a by Daniel Dunbar · 12 years ago
- 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
- 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 12 years ago
- 7cdd281 When loading a module fails because it is out of date, rebuild that by Douglas Gregor · 12 years ago
- 964490c [analyzer] Add some examples for the common REGISTER_*_WITH_PROGRAMSTATEs. by Jordan Rose · 12 years ago
- 8fcdea5 Add -Wmismatched-return-types flag for existing warning on conflicting return types. by Ted Kremenek · 12 years ago
- eaa6b12 Add -Wmismatched-parameter-types flag for existing warning on conflicting parameter types. by Ted Kremenek · 12 years ago
- 5305641 PR13552: Fix the end location of a CXXNewExpr. by David Blaikie · 12 years ago
- 9e60371 Tease out the routine that reads the control block of an AST file from by Douglas Gregor · 12 years ago
- 4d9eff5 [libclang] Add some comments about the version constants for the libclang API. by Argyrios Kyrtzidis · 12 years ago
- 82e5237 Introduce inferred framework modules into the module map file, by Douglas Gregor · 12 years ago
- f64231e Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. by Michael Han · 12 years ago
- 164fcd0 Delete an outdated comment. by Nico Weber · 12 years ago
- d1ad5e5 [analyzer] Remove isWithinInlined. It's been replaced with inTopFrame(). by Anna Zaks · 12 years ago
- 04fd382 Per discussion on cfe-commits, treat -faddress-sanitizer, by Richard Smith · 12 years ago
- ce36ecd Frontend: Add support for reading named pipes as the main file. by Daniel Dunbar · 12 years ago
- d6396a6 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 12 years ago
- c4dabad Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 12 years ago
- ca1b62a Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 12 years ago
- 40d8551 [analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTATE to CheckerContext.h by Jordan Rose · 12 years ago
- d096acc Our style for diagnostic messages is to not include a trailing dot. by Matt Beaumont-Gay · 12 years ago
- a60d21d Support interleaving of other pragmas with FP_CONTRACT at the beginning of a by Lang Hames · 12 years ago
- 1e905da Remove a const_cast by propagating constness to the member function. by Dmitri Gribenko · 12 years ago
- 8501b7a [analyzer] Run remove dead on end of path. by Anna Zaks · 12 years ago
- fadcd5d [analyzer] add LocationContext::inTopFrame() helper. by Anna Zaks · 12 years ago
- b355be8 [analyzer] Refactor: Remove Pred from NodeBuilderContext. by Anna Zaks · 12 years ago
- 2f3017f [analyzer] Add some convenience accessors to CallEvent, and use them. by Jordan Rose · 12 years ago
- d624607 [analyzer] isCLibraryFunction: check that the function is at TU-scope. by Jordan Rose · 12 years ago
- 161db02 Thread safety analysis: Fixed ICE caused by double delete when late parsed by DeLesley Hutchins · 12 years ago
- d730705 Fix grammar of diagnostic message. by Richard Trieu · 12 years ago
- 28e9cf1 Move -Wimplicit-retain-self to be off-by-default until we can evaluate by Ted Kremenek · 12 years ago
- 92f9bb3 Delete lines which do nothing from DiagnosticGroups.td. by Eli Friedman · 12 years ago
- 19ebeb7 Add missing diagnostic group to format string warning. by Eli Friedman · 12 years ago
- 466224f [analyzer] Convert some of the harder cases over to ProgramStateTrait macros. by Jordan Rose · 12 years ago
- 166d502 [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). by Jordan Rose · 12 years ago
- 785950e [analyzer] Rename 'EmitReport' to 'emitReport'. by Jordan Rose · 12 years ago
- 80a8eb7 Tweak wording and add diagnostic groups to misc diagnostics. by Eli Friedman · 12 years ago
- cef3a7b Change diagnostics for enums with fixed underlying type so in C++98 mode, we cite C++11. by Eli Friedman · 12 years ago
- e579328 Insert interception point onStartOfTranslationUnit. by Manuel Klimek · 12 years ago
- 919b955 When finding a '(' after '::', emit error with hint to remove '(' and matching by Richard Trieu · 12 years ago
- aee56fa Update the front end to use minsize attribute by Quentin Colombet · 12 years ago
- 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
- 7c3f8b3 Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested by Richard Smith · 12 years ago
- e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
- 3cdd843 clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h: Appease msvc. by NAKAMURA Takumi · 12 years ago
- baf7640 [analyzer] Optimize assumeDual by assuming constraint managers are consistent. by Jordan Rose · 12 years ago
- ec8d420 [analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue. by Jordan Rose · 12 years ago
- 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
- 66fb028 [driver] Remove the -ccc-host-triple alias. This has been replaced by the by Chad Rosier · 12 years ago
- c91b41a [driver] Completely rework how superfluous options are stripped out of the crash by Chad Rosier · 12 years ago
- c45bb4d [analyzer] Let ConstraintManager subclasses provide a more efficient checkNull. by Jordan Rose · 12 years ago
- 8c610b0 Remove the -ccc-no-clang option. by Rafael Espindola · 12 years ago
- e63aedd Address Jordan's review: comments, spaces. by Anna Zaks · 12 years ago
- e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
- 82c6dc7 Handle string encoding diagnostics when there are too many invalid ranges. by David Blaikie · 12 years ago
- d1ce3c1 Implement descendant matchers for NestedNamespecifiers by Daniel Jasper · 12 years ago