summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith2013-03-286-47/+176
* Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...Richard Smith2013-03-281-53/+24
* [Parser] Don't code-complete twice.Argyrios Kyrtzidis2013-03-274-5/+5
* Don't reject __restrict applied to a dependent type; it might instantiate to ...Richard Smith2013-03-272-2/+4
* UBSan: Don't diagnose inf/nan conversions between floating-point types. It's ...Richard Smith2013-03-271-34/+49
* Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__."Argyrios Kyrtzidis2013-03-271-3/+1
* Objective-C: Issue more precise warning when userFariborz Jahanian2013-03-272-4/+6
* [analyzer] Use evalBind for C++ new of scalar types.Jordan Rose2013-03-271-7/+10
* [analyzer] Cleanup: only get the PostStmt when we need the underlying Stmt + ...Anna Zaks2013-03-271-4/+4
* [analyzer] Ensure that the node NilReceiverBRVisitor is looking for is not re...Anna Zaks2013-03-272-4/+5
* [modules] Make sure enabled diagnostic pragmas inside the module don't affect...Argyrios Kyrtzidis2013-03-271-3/+9
* Insert extra new line before access specifiers.Alexander Kornienko2013-03-272-18/+29
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-279-8/+163
* Add const in preparation for a simplify_type change in llvm.Rafael Espindola2013-03-271-1/+1
* <rdar://problem/13317030> Consider using directives when performing unqualifi...Douglas Gregor2013-03-271-1/+15
* Split line commentsAlexander Kornienko2013-03-271-33/+86
* Pass the diagnostic in for better error messages.Bill Wendling2013-03-271-8/+6
* [lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse a...Argyrios Kyrtzidis2013-03-272-1/+2
* Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos2013-03-274-31/+86
* [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__.Argyrios Kyrtzidis2013-03-271-1/+3
* [modules] Before marking the module imported macros as ambiguous, check if th...Argyrios Kyrtzidis2013-03-271-11/+57
* [PCH/modules] Remove HiddenName::MacroUndefArgyrios Kyrtzidis2013-03-271-5/+0
* [Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis2013-03-276-14/+2
* [modules] Re-enable the "ambiguous expansion of macro" warning.Argyrios Kyrtzidis2013-03-271-11/+10
* PR15597: Fix a confusion between the implicit exception specification and theRichard Smith2013-03-272-3/+12
* If we're unable to create the TargetMachine, then just quit producing theChad Rosier2013-03-271-1/+2
* Make the -Wreinterpret-base-class logic safe against invalidJohn McCall2013-03-271-6/+15
* Split "incomplete implementation" warnings for ObjC into separate warnings.Ted Kremenek2013-03-271-14/+14
* <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...Douglas Gregor2013-03-261-0/+8
* [analyzer] Make sure IDC works for ‘NSContainer value/key is nil’ checks.Anna Zaks2013-03-262-14/+23
* Remove magic number usage from CGDebugInfo with new DICompositeType::setConta...David Blaikie2013-03-261-8/+7
* [driver] Do not generate crash diagnostics if the compilation command failedChad Rosier2013-03-261-2/+3
* <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...Douglas Gregor2013-03-262-15/+21
* <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ...Douglas Gregor2013-03-261-2/+3
* Debug Info: remove use of magic numbers to tweak specific debug info metadata...David Blaikie2013-03-262-34/+16
* [analyzer] Change inlining policy to inline small functions when reanalyzing ...Anna Zaks2013-03-262-15/+18
* [analyzer] micro optimization as per Jordan’s feedback on r177905.Anna Zaks2013-03-261-1/+1
* Remove useGlobalsForAutomaticVariables.Rafael Espindola2013-03-262-94/+81
* [ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner2013-03-261-0/+2
* Fix uninitialized read of CalleeWithThisReturn.Manman Ren2013-03-262-2/+3
* Fix a crasher by reporting a fatal error if we're unable to create the targetChad Rosier2013-03-261-1/+1
* Add PRFCHW intrinsic supportMichael Liao2013-03-265-2/+57
* [Preprocessor/Modules] Separate the macro directives kinds into their own Mac...Argyrios Kyrtzidis2013-03-2612-283/+241
* [ms-cxxabi] Mangle vector typesReid Kleckner2013-03-261-5/+31
* Fix uninitialized read of CalleeWithThisReturn.Evgeniy Stepanov2013-03-261-1/+1
* Handle CXXOperatorCallExpr when checking self referrnce during initialization ofRichard Trieu2013-03-261-0/+8
* The IRReader header is now part of its own library. Update the includeChandler Carruth2013-03-262-1/+2
* Implement special-case name lookup for inheriting constructors: memberRichard Smith2013-03-263-13/+82
* Remove some no-op static_casts.Richard Smith2013-03-261-12/+5
* Objective-C: Property declaration overiding one inFariborz Jahanian2013-03-251-0/+2
OpenPOWER on IntegriCloud