aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
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
2013-03-21<rdar://problem/13037793> Allow the names of modules to differ from the name ...Douglas Gregor
2013-03-20Documentation cleanup for MacroInfo.James Dennett
2013-03-20<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor
2013-03-20[analyzer] Invalidate regions indirectly accessible through const pointers.Jordan Rose
2013-03-20Objective-C [qoi] more gracefull recovery when Fariborz Jahanian
2013-03-20Remove the Tools DensMap from the toolchain.Rafael Espindola
2013-03-20The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky
2013-03-20Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky
2013-03-20[analyzer] Break cycles (optionally) when trimming an ExplodedGraph.Jordan Rose
2013-03-20<rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor
2013-03-19Objective-C [qoi]: Provide improved parse diagnostics whenFariborz Jahanian