aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-28Implemented a warning when an input several bitwise operations areSam Panzer
2013-03-28Add CFG logic to create a conditional branch for modeling static initializers.Ted Kremenek
2013-03-28These are all simple pointer wrappers. Pass them by value.Rafael Espindola
2013-03-28Add support for gcc-compatible -mpopcntd -mno-popcntd PPC optionsHal Finkel
2013-03-28[Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjustSimon Atanasyan
2013-03-28Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC optionsHal Finkel
2013-03-28Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith
2013-03-28Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...Richard Smith
2013-03-27[Parser] Don't code-complete twice.Argyrios Kyrtzidis
2013-03-27Fixes a typo in my last patch.Fariborz Jahanian
2013-03-27Objective-C: Issue more precise warning when userFariborz Jahanian
2013-03-27Cleanup clang's specializations of simplify_type.Rafael Espindola
2013-03-27[analyzer] Ensure that the node NilReceiverBRVisitor is looking for is not re...Anna Zaks
2013-03-27[modules] Make sure enabled diagnostic pragmas inside the module don't affect...Argyrios Kyrtzidis
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor
2013-03-27Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos
2013-03-27[modules] Before marking the module imported macros as ambiguous, check if th...Argyrios Kyrtzidis
2013-03-27Remove IdentifierInfo::setHadMacroDefinition()Argyrios Kyrtzidis
2013-03-27[PCH/modules] Remove HiddenName::MacroUndefArgyrios Kyrtzidis
2013-03-27[Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis
2013-03-27If we're unable to create the TargetMachine, then just quit producing theChad Rosier
2013-03-27Split "incomplete implementation" warnings for ObjC into separate warnings.Ted Kremenek
2013-03-26[analyzer] Change inlining policy to inline small functions when reanalyzing ...Anna Zaks
2013-03-26Remove useGlobalsForAutomaticVariables.Rafael Espindola
2013-03-26[ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner
2013-03-26Fix a crasher by reporting a fatal error if we're unable to create the targetChad Rosier
2013-03-26Add PRFCHW intrinsic supportMichael Liao
2013-03-26[Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis
2013-03-26Implement special-case name lookup for inheriting constructors: memberRichard Smith
2013-03-25Fix layering violation harder.Matt Beaumont-Gay
2013-03-25<rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor
2013-03-25Correct indentation. No functionality change.Nick Lewycky
2013-03-25Emit an error message instead of crashing when dereferencing an incomplete po...Bill Wendling
2013-03-24Reject -no-integrated-as on windows.Rafael Espindola
2013-03-24Generate metadata to implement the -cl-kernel-arg-info option.Guy Benyei
2013-03-23[analyzer] Teach constraint managers about unsigned comparisons.Jordan Rose
2013-03-23Add reverseComparisonOp and negateComparisonOp to BinaryOperator.Jordan Rose
2013-03-23If a .syms file is available alongside a sanitizer runtime, pass it to theRichard Smith
2013-03-22Revert "[analyzer] Break cycles (optionally) when trimming an ExplodedGraph."Jordan Rose
2013-03-22[analyzer] Fix ExprEngine::ViewGraph to handle C++ initializers.Jordan Rose
2013-03-22[PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives.Argyrios Kyrtzidis
2013-03-22[modules] When a MacroInfo object is deserialized, allocate and store its sub...Argyrios Kyrtzidis
2013-03-22<rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...Douglas Gregor
2013-03-22documentation parsing. Provide code completion comment Fariborz Jahanian
2013-03-22Fix DeclRefExpr::getFoundDecl() for usages by reference.Daniel Jasper
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-03-22Warn about attempts to reinterpret_cast between two types that areJohn McCall
2013-03-22Fix a crash-on-valid where a block capture copy expression wasJohn McCall
2013-03-21Objective-C: Tighten the rules when warningFariborz Jahanian
2013-03-21Fix a typo.Bob Wilson